From fd3699a3ae43a199ea0e6f5eecda997d1b5cb475 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 30 Jul 2024 17:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LxHeader/index.vue | 23 +- src/components/XyTable/index.vue | 53 +- src/layout/components/AppMain.vue | 53 +- src/layout/components/Navbar.vue | 4 +- src/layout/index.vue | 20 + src/styles/index.scss | 2 +- src/utils/createDialog.js | 3 +- src/views/assets/detail.vue | 2 +- src/views/assets/fileList.vue | 3 +- src/views/assets/files.vue | 20 +- src/views/assets/house.vue | 1 - src/views/assets/land.vue | 1 - src/views/component/map.vue | 3 +- src/views/component/table.vue | 1 - src/views/dashboard/index.vue | 1554 +++++++++++--------- src/views/lease/let.vue | 1 - src/views/operate/file.vue | 1 - src/views/operate/menu.vue | 1 - src/views/safety/safetyPlan.vue | 1 - src/views/statics/assets.vue | 1 - src/views/statics/lease.vue | 1 - src/views/statics/safetyYear.vue | 1 - src/views/system/components/formEditor.vue | 2 + src/views/system/components/linkWith.vue | 2 +- src/views/system/form.vue | 1 - src/views/system/password.vue | 134 +- 26 files changed, 1068 insertions(+), 821 deletions(-) diff --git a/src/components/LxHeader/index.vue b/src/components/LxHeader/index.vue index 1d43cfb..abb7327 100644 --- a/src/components/LxHeader/index.vue +++ b/src/components/LxHeader/index.vue @@ -10,7 +10,7 @@ - {{text}} + {{text}}
@@ -37,20 +37,29 @@ export default { } }; - diff --git a/src/styles/index.scss b/src/styles/index.scss index 9500738..ef15120 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -191,7 +191,7 @@ top: 41px !important; } .app-main{ - background: #fff; + //background: #fff; } #nprogress .bar{ diff --git a/src/utils/createDialog.js b/src/utils/createDialog.js index a3d5097..1fcc6a2 100644 --- a/src/utils/createDialog.js +++ b/src/utils/createDialog.js @@ -324,7 +324,8 @@ export class CreateDialog { : "编辑", visible: that.dialogVisible, width: this.options?.width ? this.options.width : "800px", - "close-on-click-modal": false + "close-on-click-modal": false, + "append-to-body": true }, on: { "update:visible": (val) => { diff --git a/src/views/assets/detail.vue b/src/views/assets/detail.vue index 4cb56b6..71627f7 100644 --- a/src/views/assets/detail.vue +++ b/src/views/assets/detail.vue @@ -1,5 +1,5 @@