File tree Expand file tree Collapse file tree
docs/.vitepress/theme/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -242,22 +242,22 @@ watch(
242242 opacity : 0 ;
243243}
244244
245- @media screen and (min-width : 1280 px ) {
245+ @media screen and (min-width : 1440 px ) {
246246 .demo-model {
247- width : 310 px ;
248- height : calc (310 px * 143.6 / 70.9 + 56 px );
249- right : 48 px ;
247+ width : 280 px ;
248+ height : calc (320 px * 143.6 / 70.9 );
249+ right : 12 px ;
250250 }
251251
252252 .collapsed {
253253 height : 48px ;
254254 }
255255}
256256
257- @media screen and (min-width : 1440 px ) {
257+ @media screen and (min-width : 1600 px ) {
258258 .demo-model {
259- width : 360 px ;
260- height : calc (360 px * 143.6 / 70.9 + 56 px );
259+ width : 340 px ;
260+ height : calc (340 px * 143.6 / 70.9 );
261261 right : 64px ;
262262 }
263263
@@ -266,7 +266,7 @@ watch(
266266 }
267267}
268268
269- @media (max-width : 1279 px ) {
269+ @media (max-width : 1439 px ) {
270270 .demo-model {
271271 display : none ;
272272 }
You can’t perform that action at this time.
0 commit comments