Ver Fonte

签章代码起脚

hongchuangyanfa há 2 anos atrás
pai
commit
bbf78b151d

+ 29 - 6
src/views/exctab/ElementIdentification/index.vue

@@ -83,7 +83,7 @@
                 :span="showLeft?8:12" ref="tablescroll"
                 style="height:100%;"
                 :style="{'overflow':'auto'}"
-              > 
+              >
               <div class="region">
                 <div class="flexBetween flexItemsC">
                   <div>
@@ -308,7 +308,7 @@
                       </draggable>
                       <div class="flex jc-sb mg-b-10">
                         <div class="flex jc-al-c">
-                          
+
                         </div>
                         <div>
                           <el-button size="medium" type="primary" @click="setTitleText">合成文本</el-button>
@@ -1159,7 +1159,7 @@ export default {
           this.titleForm.exctabId = this.tableData[this.titleIndex].exctabId;
           this.titleForm.id = this.tableData[this.titleIndex].id;
         }
-        
+
 
         // let tdEle = this.getParentTD(target);
         // if(tdEle){
@@ -1180,7 +1180,7 @@ export default {
         this.titleList.push(target.innerHTML)
       }
     },
-    
+
     //excel父节点点击检测
     parentClick(e){
       let target = e.target;
@@ -1204,7 +1204,7 @@ export default {
               break;
             }
           }
-          
+
           //this.$refs.tablescroll.$el.scrollTop = 120+this.titleIndex*65;
           //console.log(this.$refs.tablescroll.$el.scrollTop)
           this.$nextTick(()=>{
@@ -1214,7 +1214,7 @@ export default {
             }
             //console.dir(row[0])
           })
-          
+
         }
       }
     },
@@ -1315,3 +1315,26 @@ export default {
   background-color: oldlace;
 }
 </style>
+
+<style lang="scss">
+.parent .el-input .el-input__inner {
+  -webkit-appearance: none;
+  background-color: #FFF;
+  background-image: none;
+  border-radius: 4px;
+  border: 1px solid #DCDFE6;
+  -webkit-box-sizing: border-box;
+  box-sizing: border-box;
+  color: #606266;
+  display: inline-block;
+  font-size: inherit;
+  height: inherit;
+  line-height: 40px;
+  outline: 0;
+  padding: 0 15px;
+  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
+  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
+  width: 100%;
+}
+
+</style>

+ 1 - 1
src/views/manager/projectinfo/treeTemplate/template/setInputTPT.vue

@@ -23,7 +23,7 @@
         <el-option
           v-for="item in kjtype"
           :key="item.dictKey"
-          :label="item.remark"
+          :label="item.dictValue"
           :value="item.dictKey"
         >
         </el-option>