Browse Source

修改ios标题折行问题

jxing 4 years ago
parent
commit
257db1d909
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/assetDetail/Information.vue
  2. 1 1
      src/views/overview/index.vue

+ 1 - 1
src/components/assetDetail/Information.vue

@@ -78,7 +78,7 @@ export default {
     margin-top: 12px;
     display: flex;
     .left {
-      width: 70px;
+      width: 75px;
       color: #666;
       font-size: 14px;
     }

+ 1 - 1
src/views/overview/index.vue

@@ -422,7 +422,7 @@ export default {
                     margin-top: 12px;
                     display: flex;
                     .left {
-                        width: 70px;
+                        width: 75spx;
                         color: #666;
                         font-size: 14px;
                     }