Commit c768b0b9 authored by 罗超's avatar 罗超

修改部分样式问题

parent 7704fb79
......@@ -420,10 +420,10 @@ page {
.wrap{
white-space: wrap;
}
.el-select .el-tree.auto-width-tree{
.el-tree.auto-width-tree{
width: unset !important;
}
.el-select .el-tree.auto-width-tree li span{
.el-tree.auto-width-tree li span{
font-size: 12px;
font-weight: normal !important;
}
\ No newline at end of file
......@@ -28,7 +28,7 @@
</el-button> -->
</div>
</div>
<div class="col full-width">
<div class="col full-width q-ml-md">
<el-table class="sample-table" :data="data" style="width: 100%" height="100%" v-loading="loading" @sort-change="sortHandler" :default-sort="{ prop: 'CreateTime', order: 'descending' }">
<!-- <el-table-column type="selection" width="20" /> -->
<el-table-column className="indentLeft">
......
......@@ -61,6 +61,7 @@
style="width: 220px"
filterable
@check="handleTreeNodeClick"
class="auto-width-tree"
/>
</div>
......
......@@ -56,6 +56,7 @@
style="width: 220px"
filterable
@current-change="handleTreeNodeClick"
class="auto-width-tree"
/>
</div>
......
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