zhulizhen пре 5 година
родитељ
комит
d5ceb9f3e6

+ 1 - 1
src/assets/scss/point/point_config/common.scss

@@ -48,7 +48,7 @@ body .htFiltersConditionsMenu:not(.htGhostTable) {
 }
 
 .margin5 {
-    margin: 18px;
+    margin: 18px 18px 18px 10px;
 }
 
 .dcenter {

+ 1 - 1
src/components/config_point/location_flag.vue

@@ -9,7 +9,7 @@
                 <el-tag @click="addToActive(item.Name)" :key="index" class="default-tag pointer" v-for="(item,index) in queryLocaltionArr" size="small" color="#fff">{{item.Name}}</el-tag>
             </div>
         </div>
-        <div class="center">
+        <div class="center" style="margin-top:10px">
             <el-input v-model="localtionName" style="width:200px;margin-right:10px;"></el-input>
             <el-button type="primary" @click="addLocaltion">新增标签</el-button>
         </div>

+ 1 - 0
src/components/config_point/step3_edit/enum_handle.vue

@@ -106,6 +106,7 @@ export default {
         .left,
         .right {
             font-size: 20px;
+            background: #fff;
         }
         .left {
             position: absolute;

+ 1 - 0
src/components/config_point/step3_edit/index.vue

@@ -599,6 +599,7 @@ export default {
     .right {
         width: 60%;
         text-align: left;
+        background: #fff;
         .form {
             width: 80%;
             .dict {

+ 1 - 0
src/components/config_point/step3_edit/split_handle.vue

@@ -166,6 +166,7 @@
             .left,
             .right {
                 font-size: 20px;
+                 background: #fff;
             }
             .left {
                 position: absolute;

+ 1 - 1
src/framework/style/layout.scss

@@ -165,7 +165,7 @@ body {
         flex-grow: 0;
         flex-shrink: 0;
         height: 30px;
-        padding: 0 20px;
+        padding: 0 10px;
         margin-bottom: 10px;
         border-bottom: 1px solid #333;
         .el-breadcrumb {

+ 1 - 1
src/views/point/config_point/index.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="saga-config-point">
-        <div style="line-height:32px;">
+        <div style="line-height:32px;padding-left:10px">
             <span>此项目包括<i style="color:#409EFF;">{{list.length}}</i>个数据源</span>
             <div style="float:right;">
                 <el-button @click="sameData">同步配置文件到云端</el-button>