File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,37 @@ onBeforeUnmount(() => {
219219 }
220220 }
221221
222+ @media (max-height : 650px ) {
223+ overflow-y : auto ;
224+ overflow-x : hidden ;
225+
226+ .container {
227+ height : 650px ;
228+
229+ .more {
230+ height : 650px ;
231+ width : calc (100% + 6px );
232+ }
233+ }
234+
235+ .menu {
236+ top : calc (650px * 0.84 );
237+ left : calc (360px * 0.5 - 25px );
238+
239+ @media (min-width : 360px ) {
240+ left : calc (50% - 25px );
241+ }
242+ }
243+
244+ .f-ter {
245+ top : calc (650px - 46px );
246+
247+ @media (min-width : 360px ) {
248+ padding-left : 6px ;
249+ }
250+ }
251+ }
252+
222253 @media (max-width : 360px ) {
223254 overflow-x : auto ;
224255 overflow : hidden ;
Original file line number Diff line number Diff line change 2121 <el-switch v-model =" musicClick" inline-prompt :active-icon =" CheckSmall" :inactive-icon =" CloseSmall" />
2222 </div >
2323 <div class =" item" >
24- <span class =" text" >显示季节特效(此开关刷新后生效) </span >
24+ <span class =" text" >显示季节特效</span >
2525 <el-switch v-model =" seasonalEffects" inline-prompt :active-icon =" CheckSmall" :inactive-icon =" CloseSmall" />
2626 </div >
2727 <div class =" item" >
You can’t perform that action at this time.
0 commit comments