File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ body {
229
229
}
230
230
}
231
231
.ant-menu.ant-menu-horizontal {
232
- flex : 1 1 ;
232
+ flex : 0 1 auto ;
233
233
white-space : normal ;
234
234
}
235
235
}
@@ -250,16 +250,19 @@ body {
250
250
height : 64px ;
251
251
252
252
.ant-menu.ant-menu-horizontal {
253
+ max-width : 835px ;
254
+ flex : 0 1 835px ;
253
255
border : none ;
254
256
height : 64px ;
255
257
line-height : 64px ;
256
258
}
257
259
258
260
.header-index-left {
259
- flex : 1 1 ;
261
+ flex : 0 1 1000 px ;
260
262
display : flex ;
261
263
262
264
.logo.top-nav-header {
265
+ flex : 0 0 165px ;
263
266
width : 165px ;
264
267
height : 64px ;
265
268
position : relative ;
@@ -286,7 +289,7 @@ body {
286
289
}
287
290
288
291
.header-index-right {
289
- flex : 0 0 auto ;
292
+ flex : 1 0 auto ;
290
293
height : 64px ;
291
294
overflow : hidden ;
292
295
}
You can’t perform that action at this time.
0 commit comments