table超出隐藏+console
This commit is contained in:
@@ -499,6 +499,18 @@ export default {
|
||||
background: #eeef !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td p{
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -510,6 +510,17 @@ export default {
|
||||
background: #eeef !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .AiTable .u-table .u-tr .u-td p{
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
::v-deep .AiTable .u-table .u-tr .u-td {
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user