赞
踩
a-table表格列宽自适应
// table组件
::v-deep .ant-table {
width: 100% !important;
.ant-table-body{
overflow: auto !important;
th,tr,td {
white-space: nowrap;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
}
}
.ant-table-tbody{
th,tr,td {
white-space: nowrap;
text-overflow: ellipsis;
word-break: break-word;
overflow: hidden;
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。