We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1ae8 commit 4732358Copy full SHA for 4732358
src/components/page/GlobalLayout.vue
@@ -181,15 +181,6 @@
181
min-width: 800px;
182
}
183
184
- .sidemenu {
185
- .ant-header-fixedHeader {
186
-
187
- &.ant-header-side-opened, &.ant-header-side-closed {
188
- width: 100%
189
- }
190
191
192
193
.topmenu {
194
/* 必须为 topmenu 才能启用流式布局 */
195
&.content-width-Fluid {
@@ -200,6 +191,17 @@
200
201
202
+ &.mobile {
+ .sidemenu {
196
+ .ant-header-fixedHeader {
197
+
198
+ &.ant-header-side-opened, &.ant-header-side-closed {
199
+ width: 100%
+ }
203
204
205
&.ant-layout-has-sider {
206
flex-direction: row;
207
0 commit comments