-
+
{{ $t('panel.edit_web_tips') }}
+
+
+
+
@@ -100,17 +104,34 @@ export default {
}
.frame-mask {
display: flex;
- height: 100%!important;
- width: 100% !important;
- background-color: #5c5e61;
opacity: 0.5;
position:absolute;
top:0px;
- left: 0px;
- z-index: 2;
+ z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
+ .edit-mask{
+ left: 0px;
+ background-color: #5c5e61;
+ height: 100%!important;
+ width: 100% !important;
+ }
+ .preview-top-mask{
+ left: 0px;
+ height: 15px!important;
+ width: 100% !important;
+ }
+ .preview-right-mask{
+ right: 0px;
+ height: 100%!important;
+ width: 15px !important;
+ }
+ .preview-left-mask{
+ left: 0px;
+ height: 100%!important;
+ width: 15px !important;
+ }
diff --git a/frontend/src/views/panel/list/PanelViewShow.vue b/frontend/src/views/panel/list/PanelViewShow.vue
index f6c96880f9..f80a2d1a88 100644
--- a/frontend/src/views/panel/list/PanelViewShow.vue
+++ b/frontend/src/views/panel/list/PanelViewShow.vue
@@ -307,8 +307,8 @@ export default {
this.dataLoading = false
}, 300)
})
- }, 500)
- }, 0)
+ }, 1500)
+ }, 500)
},
downloadAsPDF() {