支持物品规则分类筛选

This commit is contained in:
yml2213
2026-08-15 15:33:25 +08:00
parent b017efe783
commit bdb6bb8200
2 changed files with 41 additions and 2 deletions
+20
View File
@@ -2530,6 +2530,26 @@ select {
min-width: 0;
}
.product-rules-list-heading {
display: flex;
align-items: center;
gap: 20px;
min-width: 0;
}
.product-rules-category-tabs {
min-width: 0;
transform: translateY(-6px);
}
.product-rules-category-tabs .ant-tabs-nav {
margin: 0;
}
.product-rules-category-tabs .ant-tabs-content-holder {
display: none;
}
.product-rules-list-card .ant-card-body {
max-height: calc(100vh - 150px);
overflow-y: auto;