nieyuge il y a 2 ans
Parent
commit
7e6f9821c2
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/view/popup/top-up/home.vue
  2. 1 1
      src/view/popup/withdraw/home.vue

+ 1 - 1
src/view/popup/top-up/home.vue

@@ -67,7 +67,7 @@ onMounted(() => {
 .selectDiv {
     position: absolute;
     z-index: 1000;
-    width: 375px;
+    width: 100%;
     max-height: 480px;
     padding-bottom: 30px;
     left: 0;

+ 1 - 1
src/view/popup/withdraw/home.vue

@@ -77,7 +77,7 @@ onMounted(() => {
 .selectDiv {
     position: absolute;
     z-index: 1000;
-    width: 375px;
+    width: 100%;
     max-height: 480px;
     padding-bottom: 30px;
     left: 0;