yuany 3 лет назад
Родитель
Сommit
4e8122cb8a
3 измененных файлов с 7 добавлено и 6 удалено
  1. 1 1
      src/views/Discover.vue
  2. 5 5
      src/views/Givesubmit.vue
  3. 1 0
      src/views/asset/GiveSearch.vue

+ 1 - 1
src/views/Discover.vue

@@ -586,7 +586,7 @@ export default {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
-        margin-top: 8px;
+        margin-top: 6px;
         height: 20px;
         font-size: 14px;
         font-family: PingFangSC-Regular, PingFang SC;

+ 5 - 5
src/views/Givesubmit.vue

@@ -124,11 +124,11 @@ export default {
                     name: '支付宝',
                     type: 'ALIPAY'
                 },
-                {
-                    icon: require('@assets/weixin@3x.png'),
-                    name: '微信',
-                    type: 'WEIXIN'
-                }
+                // {
+                //     icon: require('@assets/weixin@3x.png'),
+                //     name: '微信',
+                //     type: 'WEIXIN'
+                // }
                 // {
                 //   icon: require("@assets/svgs/png-decp.svg"),
                 //   name: "DCEP",

+ 1 - 0
src/views/asset/GiveSearch.vue

@@ -116,6 +116,7 @@ export default {
 /deep/ .van-field__control {
     margin-top: 2px;
     color: #ffffff;
+    font-size: 14px;
 }
 /deep/ .van-search {
     padding: 0;