Commit ac58c22e by 米嘉伟

比中关系分页BUG,树形结构计数展示位置居中

parent 1cafc35c
......@@ -1056,7 +1056,8 @@ export default {
border-radius: 11px;
position: absolute;
right: 10px;
top: 25%;
top: 50%;
transform: translate(0, -50%);
}
.el-tree /deep/ .el-tree-node__expand-icon.expanded {
-webkit-transform: rotate(0deg);
......
......@@ -518,7 +518,6 @@ export default {
}
},
methods: {
// 导入成功,跳转详情
goList () {
if (this.drlx == 3 || this.drlx == 6) {
......@@ -584,7 +583,6 @@ export default {
fileList.pop()
}
// 获取文件夹
// var folder = fileList[0].raw.webkitRelativePath.split("/");
// console.log('fffff', folder[0])
......
......@@ -986,8 +986,8 @@ export default {
* @return {*}
*/
handleCurrentChange2 (page) {
this.currPage1 = page;
console.log("当前页", this.currPage1);
this.currPage2 = page;
console.log("当前页", this.currPage2);
this.search();
},
/**
......@@ -1344,7 +1344,8 @@ export default {
border-radius: 11px;
position: absolute;
right: 10px;
top: 25%;
top: 50%;
transform: translate(0, -50%);
}
.el-tree /deep/ .el-tree-node__expand-icon.expanded {
-webkit-transform: rotate(0deg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment