Commit c768b0b9 authored by 罗超's avatar 罗超

修改部分样式问题

parent 7704fb79
...@@ -420,10 +420,10 @@ page { ...@@ -420,10 +420,10 @@ page {
.wrap{ .wrap{
white-space: wrap; white-space: wrap;
} }
.el-select .el-tree.auto-width-tree{ .el-tree.auto-width-tree{
width: unset !important; width: unset !important;
} }
.el-select .el-tree.auto-width-tree li span{ .el-tree.auto-width-tree li span{
font-size: 12px; font-size: 12px;
font-weight: normal !important; font-weight: normal !important;
} }
\ No newline at end of file
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</el-button> --> </el-button> -->
</div> </div>
</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 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 type="selection" width="20" /> -->
<el-table-column className="indentLeft"> <el-table-column className="indentLeft">
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
style="width: 220px" style="width: 220px"
filterable filterable
@check="handleTreeNodeClick" @check="handleTreeNodeClick"
class="auto-width-tree"
/> />
</div> </div>
......
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
style="width: 220px" style="width: 220px"
filterable filterable
@current-change="handleTreeNodeClick" @current-change="handleTreeNodeClick"
class="auto-width-tree"
/> />
</div> </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