@@ -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;
+ }
@@ -135,13 +135,17 @@ export default {
.desktop-manage-preview-dialog {
- padding: 0;
- height: 52px;
+ padding: 15px 20px;
+ line-height: 20px;
- height: calc(100vh - 52px) !important;
+ height: calc(100vh - 55px) !important;
+ padding-top: 30px;
-</style>
+</style>
@@ -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;