feat: partner enrty

This commit is contained in:
eleanor.mao
2025-04-21 22:13:54 +08:00
parent 744928fab7
commit 7988725223
10 changed files with 221 additions and 4 deletions

View File

@ -0,0 +1,10 @@
@import '@/styles/common.less';
@import '@/styles/variables.less';
.partner {
&__tabs {
--tabs-active-color: @blHighlightColor;
--tabs-nav-background-color: #fff;
--tabs-wrap-height: 98px;
}
}