样式修改

This commit is contained in:
cwchen 2025-10-29 19:32:46 +08:00
parent 9f4985bda9
commit ef75a190ea
1 changed files with 5 additions and 2 deletions

View File

@ -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>