浏览代码

‘uupdate

zhulizhen 6 年之前
父节点
当前提交
944376d882

+ 2 - 0
src/assets/style/style.scss

@@ -8,6 +8,8 @@
 
 .right {
     text-align: right;
+    background: #f2f2f2;
+    padding-top: 8px;
 }
 
 .el-loading-mask {

+ 8 - 0
src/framework/style/layout.scss

@@ -208,6 +208,14 @@ body {
         flex-shrink: 0;
         display: flex;
         justify-content: flex-end;
+        text-align: center;
+        position: fixed;
+        bottom: 0;
+        background: #f2f2f2;
+        left: 242px;
+        right: 0;
+        padding-top: 10px;
+        padding-bottom: 10px;
     }
 }
 

+ 1 - 0
src/views/point/config_point/steps/step1.vue

@@ -493,6 +493,7 @@
             height: 40px;
             line-height: 40px;
             margin-bottom: 10px;
+            padding: 0 10px;
         }
         #handsontableSteps1 {
             flex: 1;

+ 1 - 0
src/views/point/config_point/steps/step2.vue

@@ -325,6 +325,7 @@
             height: 40px;
             line-height: 40px;
             margin-bottom: 10px;
+            padding: 0 10px;
         }
         #handsontableSteps1 {
             flex: 1;

+ 1 - 0
src/views/point/config_point/steps/step3.vue

@@ -212,6 +212,7 @@
             height: 40px;
             line-height: 40px;
             margin-bottom: 10px;
+            padding: 0 10px;
         }
         #handsontableSteps1 {
             flex: 1;

+ 1 - 0
src/views/point/config_point/steps/step4.vue

@@ -479,6 +479,7 @@
             line-height: 40px;
             margin-bottom: 10px;
             text-align: right;
+            padding: 0 10px;
         }
         .point-border {}
         .jsmind-container {