|
@@ -83,7 +83,7 @@
|
|
:span="showLeft?8:12" ref="tablescroll"
|
|
:span="showLeft?8:12" ref="tablescroll"
|
|
style="height:100%;"
|
|
style="height:100%;"
|
|
:style="{'overflow':'auto'}"
|
|
:style="{'overflow':'auto'}"
|
|
- >
|
|
|
|
|
|
+ >
|
|
<div class="region">
|
|
<div class="region">
|
|
<div class="flexBetween flexItemsC">
|
|
<div class="flexBetween flexItemsC">
|
|
<div>
|
|
<div>
|
|
@@ -308,7 +308,7 @@
|
|
</draggable>
|
|
</draggable>
|
|
<div class="flex jc-sb mg-b-10">
|
|
<div class="flex jc-sb mg-b-10">
|
|
<div class="flex jc-al-c">
|
|
<div class="flex jc-al-c">
|
|
-
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<el-button size="medium" type="primary" @click="setTitleText">合成文本</el-button>
|
|
<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.exctabId = this.tableData[this.titleIndex].exctabId;
|
|
this.titleForm.id = this.tableData[this.titleIndex].id;
|
|
this.titleForm.id = this.tableData[this.titleIndex].id;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
// let tdEle = this.getParentTD(target);
|
|
// let tdEle = this.getParentTD(target);
|
|
// if(tdEle){
|
|
// if(tdEle){
|
|
@@ -1180,7 +1180,7 @@ export default {
|
|
this.titleList.push(target.innerHTML)
|
|
this.titleList.push(target.innerHTML)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
//excel父节点点击检测
|
|
//excel父节点点击检测
|
|
parentClick(e){
|
|
parentClick(e){
|
|
let target = e.target;
|
|
let target = e.target;
|
|
@@ -1204,7 +1204,7 @@ export default {
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
//this.$refs.tablescroll.$el.scrollTop = 120+this.titleIndex*65;
|
|
//this.$refs.tablescroll.$el.scrollTop = 120+this.titleIndex*65;
|
|
//console.log(this.$refs.tablescroll.$el.scrollTop)
|
|
//console.log(this.$refs.tablescroll.$el.scrollTop)
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
@@ -1214,7 +1214,7 @@ export default {
|
|
}
|
|
}
|
|
//console.dir(row[0])
|
|
//console.dir(row[0])
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -1315,3 +1315,26 @@ export default {
|
|
background-color: oldlace;
|
|
background-color: oldlace;
|
|
}
|
|
}
|
|
</style>
|
|
</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>
|