优化 监控中心 前台样式

This commit is contained in:
fks-yangshouda
2024-08-23 08:38:33 +08:00
parent 6ef4c99920
commit 49df50b260
2 changed files with 4 additions and 2 deletions

View File

@@ -73,7 +73,8 @@
zIndex: 9,
position: 'absolute',
}"
@click="getSelect">
@click="getSelect"
v-if="divWidth != 0">
查询
</a-button>
</div>

View File

@@ -110,7 +110,8 @@
zIndex: 9,
position: 'absolute',
}"
@click="getSelect(null)">
@click="getSelect(null)"
v-if="divWidth != 0">
查询
</a-button>
</div>