@@ -101,3 +101,7 @@
.el-checkbox__inner{
border: 1px solid #008CD6 !important;
}
+
+.table-header_cell{
+ text-align: center !important;
+}
@@ -14,7 +14,7 @@
<div class="tree-container">
<div style="margin-bottom: 10px" v-show="showLowerCheck">
<el-checkbox v-model="checkSub" @change="changeCheckBox"
- >关联下级</el-checkbox>
+ >关联所有下级数据</el-checkbox>
</div>
<el-tree
:data="treeList"