提交 7be7c543 编写于 作者: chengxiang.li's avatar chengxiang.li

d

上级 7f9c8a79
...@@ -45,10 +45,13 @@ ...@@ -45,10 +45,13 @@
.el-table_1_column_1 .cell{ .el-table_1_column_1 .cell{
width: 100%; width: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box; display: -webkit-box;
// -webkit-box-orient: vertical;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical !important; overflow: hidden;
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册