fix 80846
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
.j-table-force-nowrap {
|
||||
td, th {
|
||||
white-space: nowrap;
|
||||
// fix:80450 表格内容超出宽度时,文字溢出显示省略号
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-all;
|
||||
}
|
||||
// fix:80495 表格选择列不设置溢出
|
||||
.ant-table-selection-column {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
||||
.ant-table-selection-column {
|
||||
padding: 12px 22px !important;
|
||||
|
||||
@@ -85,6 +85,7 @@ import ProjectDetailModal from '@views/MessagePage/ProjectDetailModal'
|
||||
import MineContractModule from '@views/mineContract/modules/MineContractModule'
|
||||
import JYearDate from '@comp/jero/JYearDate'
|
||||
import WorkTeamModal from '@views/workTeam/modules/WorkTeamModal'
|
||||
import '@/assets/less/TableExpand.less'
|
||||
|
||||
export default {
|
||||
name: 'WorkTeam',
|
||||
|
||||
Reference in New Issue
Block a user