|
@@ -549,17 +549,13 @@ export default {
|
549
|
549
|
<style lang="scss" scoped>
|
550
|
550
|
|
551
|
551
|
/deep/ .elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell {
|
552
|
|
- /* overflow: hidden; */
|
553
|
|
- /* text-overflow: ellipsis; */
|
554
|
|
- white-space: wrap;
|
|
552
|
+ white-space: wrap !important;
|
555
|
553
|
}
|
556
|
554
|
/deep/ .elx-header--column.col--ellipsis>.elx-cell .elx-cell--title {
|
557
|
|
- // overflow: hidden;
|
558
|
|
- // text-overflow: ellipsis;
|
559
|
|
- white-space: wrap;
|
|
555
|
+ white-space: wrap !important;
|
560
|
556
|
}
|
561
|
557
|
/deep/ .elx-header--column .elx-cell--title {
|
562
|
|
- line-height: 1.2;
|
|
558
|
+ line-height: 1.2 !important;
|
563
|
559
|
}
|
564
|
560
|
|
565
|
561
|
.update-time {
|