tablelist.css 165 B

123456789101112
  1. td a{
  2. color:#FFAF60;
  3. }
  4. /*表格换行*/
  5. .layui-table-cell {
  6. height: auto;
  7. overflow:inherit;
  8. text-overflow: clip;
  9. white-space: inherit;
  10. }