优化了”用户管理“和”模型配置“的样式

This commit is contained in:
CGD
2025-04-02 16:47:44 +08:00
parent 8856f7efa6
commit c57ab0e703
2 changed files with 6 additions and 5 deletions
@@ -353,6 +353,7 @@ export default {
height: 100%;
min-width: 600px;
overflow-x: auto;
background-color: white;
}
@@ -231,7 +231,7 @@ export default {
row.status = '正常';
console.log('恢复用户:', row);
},
// 用户删除
deleteUser(row) {
this.$confirm('确定要删除该用户吗?', '警告', {
@@ -346,7 +346,7 @@ $table-bg-color: #ecf1fd;
}
.user-card {
background: $table-bg-color;
background: white;
border-radius: 12px;
padding: 20px;
margin: 15px;
@@ -498,11 +498,11 @@ $table-bg-color: #ecf1fd;
}
:deep(.el-table) {
background: $table-bg-color;
background: white;
&.transparent-table {
.el-table__header th {
background: $table-bg-color !important;
background: white !important;
color: black;
}
@@ -515,7 +515,7 @@ $table-bg-color: #ecf1fd;
}
.el-table__body tr {
background-color: $table-bg-color;
background-color: white;
td {
border: {
top: 1px solid rgba(0, 0, 0, 0.04);