sunran 3 年之前
父节点
当前提交
d39b79c2f1
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      src/views/weibao/views/followUp/history.vue
  2. 1 0
      src/views/weibao/views/reporting/index.vue

+ 2 - 0
src/views/weibao/views/followUp/history.vue

@@ -63,9 +63,11 @@ export default {
       font-size: 30px;
     }
     .adress {
+      width: 100%;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
+      display: block !important;
     }
     .mes {
       font-size: 26px;

+ 1 - 0
src/views/weibao/views/reporting/index.vue

@@ -162,6 +162,7 @@ export default {
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
+      font-size: 26px;
     }
   }
 }