mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-30 02:43:56 +08:00
优化了”用户管理“和”模型配置“的样式
This commit is contained in:
@@ -353,6 +353,7 @@ export default {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
background-color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ $table-bg-color: #ecf1fd;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-card {
|
.user-card {
|
||||||
background: $table-bg-color;
|
background: white;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
@@ -498,11 +498,11 @@ $table-bg-color: #ecf1fd;
|
|||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-table) {
|
:deep(.el-table) {
|
||||||
background: $table-bg-color;
|
background: white;
|
||||||
|
|
||||||
&.transparent-table {
|
&.transparent-table {
|
||||||
.el-table__header th {
|
.el-table__header th {
|
||||||
background: $table-bg-color !important;
|
background: white !important;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -515,7 +515,7 @@ $table-bg-color: #ecf1fd;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-table__body tr {
|
.el-table__body tr {
|
||||||
background-color: $table-bg-color;
|
background-color: white;
|
||||||
td {
|
td {
|
||||||
border: {
|
border: {
|
||||||
top: 1px solid rgba(0, 0, 0, 0.04);
|
top: 1px solid rgba(0, 0, 0, 0.04);
|
||||||
|
|||||||
Reference in New Issue
Block a user