@@ -32,7 +32,7 @@ export default function Layout() {
32
32
</ div >
33
33
< aside
34
34
className = { tx (
35
- "z-15 bg-bg-normal md:z-none border-r-bg-normal fixed w-48 border-r md:block md:border-none" ,
35
+ "z-15 bg-bg-normal border-r-bg-normal fixed w-48 border-r md:z-0 md:block md:border-none" ,
36
36
"scrollbar scrollbar-base overflow-y-auto" ,
37
37
"max-h-[calc(100vh-var(--spacing)*16)] md:sticky md:top-16" ,
38
38
opened ? "block" : "hidden" ,
@@ -130,12 +130,8 @@ const menus: Menu[] = [
130
130
path : "components/number-input" ,
131
131
} ,
132
132
{
133
- label : "选择器" ,
134
- path : "components/select" ,
135
- } ,
136
- {
137
- label : "滑动输入条" ,
138
- path : "components/slider" ,
133
+ label : "标签输入框" ,
134
+ path : "components/tags-input" ,
139
135
} ,
140
136
{
141
137
label : "多选框" ,
@@ -145,10 +141,22 @@ const menus: Menu[] = [
145
141
label : "单选框组" ,
146
142
path : "components/radio-group" ,
147
143
} ,
144
+ {
145
+ label : "组合框" ,
146
+ path : "components/combobox" ,
147
+ } ,
148
+ {
149
+ label : "选择器" ,
150
+ path : "components/select" ,
151
+ } ,
148
152
{
149
153
label : "开关" ,
150
154
path : "components/switch" ,
151
155
} ,
156
+ {
157
+ label : "滑动输入条" ,
158
+ path : "components/slider" ,
159
+ } ,
152
160
] ,
153
161
} ,
154
162
{
@@ -186,14 +194,6 @@ const menus: Menu[] = [
186
194
label : "加载器" ,
187
195
path : "components/spinner" ,
188
196
} ,
189
- {
190
- label : "覆盖层" ,
191
- path : "components/overlay" ,
192
- } ,
193
- {
194
- label : "加载覆盖层" ,
195
- path : "components/spinner-overlay" ,
196
- } ,
197
197
] ,
198
198
} ,
199
199
{
0 commit comments