Ver código fonte

智能ppt3、4模板样式修改

chenlei 1 mês atrás
pai
commit
a17af2212d

+ 9 - 9
src/views/ppt_manage/newVersion/components/formatPage/FormatFour.vue

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

+ 7 - 1
src/views/ppt_manage/newVersion/components/formatPage/FormatThree.vue

@@ -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 {
 </script>
 
 <style scoped lang="scss">
+.wrap-full-right {
+  top: -15px;
+  .editor-wrap {
+    height: 90%;
+  }
+}
 </style>