浏览代码

fix(tab4): 文本换行问题

lanxin 10 月之前
父节点
当前提交
b92d137a9e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/src/views/tab4/index.vue

+ 1 - 0
web/src/views/tab4/index.vue

@@ -104,6 +104,7 @@ export default {
             color: #fff !important;
           }
           & > p {
+            white-space: nowrap;
             text-align: center;
             width: 145px;
           }