feat(需求): ①账户域菜单/分组补筛选(名称/组长/类型) + 分组管理移除「数据权限分组」摘要卡 ②店铺密钥列表补筛选(备注/紫鸟账号) ③店铺数据记录两级分页常显 ④全站分组筛选下拉支持模糊搜索(el-select filterable,样式对齐蓝白42px)

This commit is contained in:
2026-09-06 23:31:05 +08:00
parent 3ef7cefe07
commit 4a9ddcab64
11 changed files with 243 additions and 103 deletions
+18
View File
@@ -184,6 +184,24 @@ button, input, textarea, select { font: inherit; }
.el-button { border-radius: 9px; }
.el-message-box { border-radius: 14px; }
/* 分组筛选下拉(可模糊搜索):对齐旧版控件观感(42px/9px/浅底/focus ring)。 */
.el-select.admin-filter {
width: 100%;
}
.el-select.admin-filter .el-select__wrapper {
min-height: 42px;
border-radius: 9px;
background: #f8fbfd;
box-shadow: 0 0 0 1px #cbd9e6 inset;
}
.el-select.admin-filter .el-select__wrapper:hover {
box-shadow: 0 0 0 1px #9fb7cd inset;
}
.el-select.admin-filter.is-focused .el-select__wrapper {
background: #ffffff;
box-shadow: 0 0 0 3px rgba(95, 133, 173, 0.16);
}
@media (max-width: 820px) {
.admin-sidebar { flex-basis: 64px; }
.admin-brand-copy, .admin-menu .el-sub-menu__title span, .admin-menu .el-menu-item { display: none; }