浏览代码

fix:公用组件-删除word-break使用问题

Ken 1 天之前
父节点
当前提交
3aa5f327d2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      components/table/NewPriceTable.vue

+ 0 - 1
components/table/NewPriceTable.vue

@@ -457,7 +457,6 @@ $deep-blue: #1d4992;
   }
   .el-table__cell:not(:first-child) {
     .cell {
-      word-break: normal !important;
       padding: 0;
     }
   }