update:优化了“模型配置”页面和“用户管理”页面的样式,完善了搜索功能

This commit is contained in:
CGD
2025-04-09 14:23:23 +08:00
parent 0e81a165e4
commit 137f29e9e5
2 changed files with 19 additions and 12 deletions
@@ -5,7 +5,7 @@
<div class="operation-bar">
<h2 class="page-title">用户管理</h2>
<div class="right-operations">
<el-input placeholder="请输入手机号码查询" v-model="searchPhone" class="search-input"
<el-input placeholder="请输入手机号码查询" v-model="searchPhone" class="search-input" clearable
@keyup.enter.native="handleSearch" />
<el-button class="btn-search" @click="handleSearch">搜索</el-button>
</div>
@@ -556,6 +556,13 @@ export default {
}
}
}
:deep(.el-table .el-button--text) {
color: #7079aa !important;
}
:deep(.el-table .el-button--text:hover) {
color: #5a64b5 !important;
}
:deep(.custom-selection-header) {
.el-checkbox {