样式修改
This commit is contained in:
parent
9f4985bda9
commit
ef75a190ea
|
|
@ -292,7 +292,6 @@
|
|||
<el-button
|
||||
icon="el-icon-refresh"
|
||||
style="float: right; margin-left: 20px"
|
||||
type="primary"
|
||||
size="mini"
|
||||
@click="resetQuery"
|
||||
>
|
||||
|
|
@ -805,7 +804,7 @@ export default {
|
|||
treeSearchKey: '', //用于存储左侧树搜索框内容
|
||||
showSearch: true,
|
||||
total: 0,
|
||||
tableHeight: 510,
|
||||
tableHeight: 550,
|
||||
collapsed: false,
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
|
|
@ -1956,6 +1955,10 @@ export default {
|
|||
background-color: #CCF1E9 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.el-col-1 {
|
||||
width: 1.5% !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue