“设备管理”分页响应调整

This commit is contained in:
Ran_Chen
2025-04-15 17:59:29 +08:00
parent 4e885dac3e
commit 1bc611f097
2 changed files with 154 additions and 34 deletions
+5 -11
View File
@@ -580,6 +580,11 @@ export default {
color: white;
}
.btn-search:hover {
opacity: 0.9;
transform: translateY(-1px);
}
::v-deep .search-input .el-input__inner {
border-radius: 4px;
border: 1px solid #DCDFE6;
@@ -634,17 +639,6 @@ export default {
outline: none;
}
.btn-search {
background: linear-gradient(135deg, #6b8cff, #a966ff);
border: none;
color: white;
}
.btn-search:hover {
opacity: 0.9;
transform: translateY(-1px);
}
.data-table {
border-radius: 6px;
overflow: hidden;