浏览代码

feat: 修改

year 1 周之前
父节点
当前提交
7c85192ca1

+ 3 - 2
src/app/[locale]/(TabBar)/deposit/component/deposit/index.module.scss

@@ -11,7 +11,7 @@
         padding-left: 0 !important;
     }
     :global(.adm-list-item-content-main) {
-        padding: 0.08rem 0;
+        // padding: 0.08rem 0;
         // display: flex;
         // align-items: center;
     }
@@ -138,8 +138,9 @@
 }
 
 .amontForm {
-    background-color: #1f2830;
+    background-color: #1f2830 !important;
     border-radius: 0.15rem;
+    // border-bottom: 1px solid #111;
 }
 .products {
     display: grid;

+ 3 - 2
src/app/[locale]/(TabBar)/deposit/component/withdraw/index.module.scss

@@ -61,7 +61,7 @@
     }
 }
 .amontForm {
-    background-color: #1f2830;
+    background-color: #1f2830 !important;
     border-radius: 0.15rem;
 }
 .withdrawTitle {
@@ -130,7 +130,8 @@
     }
 }
 .todos {
-    height: 100%;
+    margin-top: 4%;
+    height: 90%;
     background-color: #11de68;
     border-radius: 0.1rem;
     display: flex;