UI: Enhancement (#1033) (#1034)

* ui: Enhancement (#1033)

* fix(style): bg color issue when hovering over input count in other themes

* fix(style): el-select height of feed tab

improve(style): status change style of feed page

improve(style): feed page

* improve(ui): favorites page

* improve(ui): tuning

* improve(style): settings page
This commit is contained in:
pa
2024-12-21 03:14:34 +09:00
committed by GitHub
parent bff86ae0b2
commit 992807a461
25 changed files with 491 additions and 308 deletions

View File

@@ -1125,6 +1125,15 @@ input[type='number'],
border-radius: 25px;
}
.x-friend-item .el-input__count {
background-color: transparent;
}
// User dialog memo: input count background color
.x-friend-item:hover .el-input__count {
background-color: transparent;
}
.x-friend-item .detail {
margin: 0 -2px;
}
@@ -1988,3 +1997,8 @@ i.x-user-status {
.el-table_41_column_291 {
text-align: center !important;
}
.el-collapse-item .el-tag--mini {
background-color: transparent;
border: transparent;
}