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