elementui table 常用特殊属性

内容长 不换行
:show-overflow-tooltip="true" 
 
固定高
max-height="620"
style="width: 100%; margin-top: 10px; "
 
内容靠左
:cell-style="{ textAlign: 'left' }"
 
表头靠左
:header-cell-style="{textAlign: 'left'}"
 
表头颜色
:header-cell-style="{background: '#eef1f6' }"
 
 
posted @ 2022-02-17 09:34  iinnvo  阅读(48)  评论(0)    收藏  举报