zhangwf 5 years ago
parent
commit
a29b9946a3
2 changed files with 792 additions and 747 deletions
  1. 4 4
      src/components/EditPanel.vue
  2. 788 743
      src/views/h5editor/index.vue

+ 4 - 4
src/components/EditPanel.vue

@@ -64,7 +64,7 @@
           </el-select>
         </div>
         <div
-          style="vertical-align: middle;border-bottom: #E2E4EE solid 1px;display: flex;flex-direction: row;padding-top: 12px">
+          style="vertical-align: middle;border-bottom: #E2E4EE solid 1px;display: flex;flex-direction: row;padding-top: 12px ;justify-content: space-between">
           <div style="margin-left: 20px">
             <div>
               <div style="font-size:12px;
@@ -90,7 +90,7 @@
             </div>
           </div>
 
-          <div style="margin-left: 40px">
+          <div style="margin-right: 10px">                                                 
             <div>
               <div style="font-size:12px;
             font-family:MicrosoftYaHei;
@@ -117,12 +117,12 @@
         </div>
 
         <div style="vertical-align: middle;border-bottom: #E2E4EE solid 1px;padding-bottom: 12px; padding-top: 11px;">
-          <div style="display: inline-flex; width:24%;overflow: hidden;text-align: left; margin-bottom: 10px;">
+          <div style="display: inline-flex; width:24%;text-align: left; margin-bottom: 10px;">
             <div style="font-size:12px;
             font-family:MicrosoftYaHei;
             color:rgba(51,51,51,1);
             margin-left: 20px;
-            line-height:16px;letter-spacing: 0; word-break:keep-all;width:100%">
+            line-height:16px;letter-spacing: 0; word-break:keep-all;">
               文字对齐
             </div>
           </div>

File diff suppressed because it is too large
+ 788 - 743
src/views/h5editor/index.vue