Browse Source

宽度修改

xiaohaizhao 2 năm trước cách đây
mục cha
commit
e70bc76600
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      pages/index/market/index.scss

+ 3 - 3
pages/index/market/index.scss

@@ -83,14 +83,14 @@ page {
 
 .DrawerPage.show {
 	transform: scale(0.9, 0.9);
-	left: 85vw;
+	left: 50vw;
 	box-shadow: 0 0 60rpx rgba(0, 0, 0, 0.2);
 	transform-origin: 0;
 }
 
 .DrawerWindow {
 	position: absolute;
-	width: 85vw;
+	width: 50vw;
 	height: 100vh;
 	left: 0;
 	top: 0;
@@ -128,7 +128,7 @@ page {
 .DrawerClose.show {
 	opacity: 1;
 	pointer-events: all;
-	width: 15vw;
+	width: 50vw;
 	color: #fff;
 }