@import "~@less/variables.less"; .table{ width: 86%; // border:1px @border-color solid; float: left; td{ // border:1px @border-color solid; height:30px; line-height: 30px; padding-left: 10px; width: 200px; white-space: nowrap; } .tdBorderB { border-bottom: 1px solid @person-table-color; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tdBorderR { border-right: 1px solid @person-table-color; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } } .newSize{ td{ overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; } }