@@ -103,13 +103,13 @@ export default {
</script>
<style scoped lang="scss">
-.format-four {
- .top {
- height: 40%;
- }
- .bottom {
- top: 40%;
- height: 60%;
-}
+// .format-four {
+// .top {
+// height: 40%;
+// }
+// .bottom {
+// top: 40%;
+// height: 60%;
</style>
@@ -29,7 +29,7 @@
></component>
</div>
<!-- </div> -->
- <div class="wrap-full-right flex-center" :style="{'z-index':pageItem.layers&&!isLayerShow()?TypeName(3)==='ChartEl'?'5':'3':'auto'}">
+ <div class="wrap-full-right flex-center regulating" :style="{'z-index':pageItem.layers&&!isLayerShow()?TypeName(3)==='ChartEl'?'5':'3':'auto'}">
<component
:data-position="3"
:is="TypeName(3)"
@@ -90,4 +90,10 @@ export default {
+.wrap-full-right {
+ top: -15px;
+ .editor-wrap {
+ height: 90%;
+ }
+}