Commit a21160cd by liu_xiaoxu

命案筛查 简要案情列显示样式

parent 0d410e11
...@@ -77,13 +77,15 @@ table .td_c{text-align: center;} ...@@ -77,13 +77,15 @@ table .td_c{text-align: center;}
-webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */ -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
-webkit-box-orient: vertical; /* 垂直排列 */ -webkit-box-orient: vertical; /* 垂直排列 */
word-break: break-all; /* 内容自动换行 */ word-break: break-all; /* 内容自动换行 */
hover:visible;
} }
.datagrid-cell:hover{ .datagrid-cell:hover{
overflow : visible; overflow : visible;
-webkit-line-clamp: 50; /* 限制在一个块元素显示的文本的行数 */ text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 100; /* 限制在一个块元素显示的文本的行数 */
-webkit-box-orient: vertical; /* 垂直排列 */
word-break: break-all; /* 内容自动换行 */
} }
/*******************ajxq******************/ /*******************ajxq******************/
a:hover,a:focus{ a:hover,a:focus{
text-decoration: none; text-decoration: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment