feat: 迁移筛选组件

This commit is contained in:
augushong
2025-09-02 12:35:40 +08:00
parent b4c9423c4c
commit e3f3ed0dc4
10 changed files with 120 additions and 138 deletions

View File

@@ -9,39 +9,6 @@
@import '../components/index';
/* 链接导航开始 */
.ul-link-select {
display : flex;
align-items : flex-start;
justify-content: flex-start;
}
.ul-link-title {
margin-right: 15px;
white-space : nowrap;
}
.ul-link-list {
display : flex;
align-items : flex-start;
justify-content: flex-start;
flex-wrap : wrap;
}
.ul-link-item {
padding : 0px 10px;
cursor : pointer;
margin-right : 10px;
margin-bottom: 5px;
}
.ul-link-item.current {
border-radius: 15px;
border : 1px solid #6cf;
color : #6cf;
}
/* 链接导航结束 */