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 @@