nieyuge vor 2 Jahren
Ursprung
Commit
7e6f9821c2
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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;