diff --git a/package-lock.json b/package-lock.json index e5c4022..bff5248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -342,6 +342,11 @@ "fastq": "^1.6.0" } }, + "@popperjs/core": { + "version": "npm:@sxzz/popperjs-es@2.11.7", + "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz", + "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==" + }, "@rollup/pluginutils": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", @@ -2326,13 +2331,6 @@ "lodash-unified": "^1.0.2", "memoize-one": "^6.0.0", "normalize-wheel-es": "^1.2.0" - }, - "dependencies": { - "@popperjs/core": { - "version": "npm:@sxzz/popperjs-es@2.11.7", - "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz", - "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==" - } } }, "esbuild": { diff --git a/src/utils/request.js b/src/utils/request.js index 68714cd..23898cb 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -4,7 +4,7 @@ import qs from 'qs'; import { Session } from '/@/utils/storage'; // export const moduleName = 'zqq-biz-vordm'; -export const moduleName = 'glj-biz-vordm'; +export const moduleName = 'biz-vordm'; export const crawlModule = 'vordm-crawl'; // 配置新建一个 axios 实例 const service = axios.create({ diff --git a/src/views/dataService/multimediaData/index.vue b/src/views/dataService/multimediaData/index.vue index 632ec59..1767187 100644 --- a/src/views/dataService/multimediaData/index.vue +++ b/src/views/dataService/multimediaData/index.vue @@ -380,7 +380,7 @@ onMounted(() => { } } .mt15 { - float: right; - margin-bottom: 15px; + display: flex; + justify-content: end; } diff --git a/src/views/dataService/otherData/index.vue b/src/views/dataService/otherData/index.vue index d8113db..20f9a64 100644 --- a/src/views/dataService/otherData/index.vue +++ b/src/views/dataService/otherData/index.vue @@ -278,7 +278,7 @@ onMounted(() => { } } .mt15 { - float: right; - margin-bottom: 15px; + display: flex; + justify-content: end; } diff --git a/src/views/dataService/pictureInfo/index.vue b/src/views/dataService/pictureInfo/index.vue index b3827c9..1f17c2f 100644 --- a/src/views/dataService/pictureInfo/index.vue +++ b/src/views/dataService/pictureInfo/index.vue @@ -291,8 +291,8 @@ onMounted(() => { \ No newline at end of file diff --git a/src/views/dataService/visualData/index.vue b/src/views/dataService/visualData/index.vue index d21517d..a493290 100644 --- a/src/views/dataService/visualData/index.vue +++ b/src/views/dataService/visualData/index.vue @@ -49,7 +49,7 @@ @selection-change="handleSelectionChange" style="width: 100%"> - + @@ -367,7 +367,7 @@ onMounted(() => { font-weight: 600; } .mt15 { - float: right; - margin-bottom: 15px; + display: flex; + justify-content: end; } diff --git a/src/views/responseManagement/contact/index.vue b/src/views/responseManagement/contact/index.vue index d97bae7..665aa36 100644 --- a/src/views/responseManagement/contact/index.vue +++ b/src/views/responseManagement/contact/index.vue @@ -1,11 +1,11 @@ - diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index b08dae8..9737a85 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -2,89 +2,50 @@
- - - - - - + + + + + + - - - + + + - +
- +
@@ -168,15 +129,17 @@ onMounted(() => { diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4a06b19..f851cc6 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -149,7 +149,7 @@ onMounted(() => { } } .mt15 { - float: right; - margin-bottom: 15px; + display: flex; + justify-content: end; } diff --git a/src/views/systemManagement/administrator/index.vue b/src/views/systemManagement/administrator/index.vue index 363ffb8..4746bf4 100644 --- a/src/views/systemManagement/administrator/index.vue +++ b/src/views/systemManagement/administrator/index.vue @@ -2,83 +2,63 @@
- - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
- - + +
- diff --git a/src/views/systemManagement/chiefAdministrator/component/disasterInfo.vue b/src/views/systemManagement/chiefAdministrator/component/disasterInfo.vue index 7a28152..9837df0 100644 --- a/src/views/systemManagement/chiefAdministrator/component/disasterInfo.vue +++ b/src/views/systemManagement/chiefAdministrator/component/disasterInfo.vue @@ -126,7 +126,7 @@ defineExpose({ \ No newline at end of file diff --git a/src/views/systemManagement/chiefAdministrator/component/manageDisaster.vue b/src/views/systemManagement/chiefAdministrator/component/manageDisaster.vue index 0fa702b..31f38f5 100644 --- a/src/views/systemManagement/chiefAdministrator/component/manageDisaster.vue +++ b/src/views/systemManagement/chiefAdministrator/component/manageDisaster.vue @@ -1,75 +1,62 @@