nieyuge 2 years ago
parent
commit
7e6f9821c2
2 changed files with 2 additions and 2 deletions
  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 {
 .selectDiv {
     position: absolute;
     position: absolute;
     z-index: 1000;
     z-index: 1000;
-    width: 375px;
+    width: 100%;
     max-height: 480px;
     max-height: 480px;
     padding-bottom: 30px;
     padding-bottom: 30px;
     left: 0;
     left: 0;

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

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