Explorar o código

桌面设置页面样式调整

cfort %!s(int64=2) %!d(string=hai) anos
pai
achega
2bd4b4c8e2

+ 5 - 1
src/views/platform/desktop/manage/edit.vue

@@ -270,11 +270,15 @@ export default {
         ::v-deep {
             .el-dialog__header {
                 padding: 15px 20px;
-                line-height: 20px;
+                height: 25px;
             }
             .el-dialog__body {
                 height: calc(100vh - 55px) !important;
                 padding: 0;
+                .ibps-container-full__body {
+                    // 与头高度相加为90,即首页头部高度
+                    padding-top: 30px !important;
+                }
             }
         }
     }

+ 8 - 4
src/views/platform/desktop/manage/preview.vue

@@ -135,13 +135,17 @@ export default {
     .desktop-manage-preview-dialog {
         ::v-deep {
             .el-dialog__header {
-                padding: 0;
-                height: 52px;
+                padding: 15px 20px;
+                line-height: 20px;
             }
             .el-dialog__body {
-                height: calc(100vh - 52px) !important;
+                height: calc(100vh - 55px) !important;
                 padding: 0;
+                .ibps-container-full__body {
+                    // 与头高度相加为90,即首页头部高度
+                    padding-top: 30px;
+                }
             }
         }
     }
-</style>
+</style>

+ 1 - 1
src/views/platform/desktop/myLayout/layout.vue

@@ -240,7 +240,7 @@ export default {
     .ibps-desktop-page {
         .vue-grid-layout {
             border-radius: 4px;
-            margin: -10px;
+            // margin: -10px;
             .page_card {
                 height: 100%;
                 @extend %unable-select;