|
@@ -74,7 +74,7 @@
|
74
|
74
|
</div>
|
75
|
75
|
</div>
|
76
|
76
|
</div>
|
77
|
|
- <ux-grid class="throwPersonPuton-list" ref="plxTable" :border="false" @row-click="() => { return }"
|
|
77
|
+ <ux-grid class="throwPersonPuton-list throwPerson" ref="plxTable" :border="false" @row-click="() => { return }"
|
78
|
78
|
:header-cell-style="headerColor" :height="height" show-footer-overflow="tooltip" show-overflow="tooltip"
|
79
|
79
|
size="mini">
|
80
|
80
|
<ux-table-column v-for="item in desCol" :key="item.prop" :resizable="true" :field="item.prop" :title="item.label"
|
|
@@ -546,18 +546,19 @@ export default {
|
546
|
546
|
}
|
547
|
547
|
</style>
|
548
|
548
|
|
549
|
|
-<style lang="scss" scoped>
|
550
|
|
-
|
551
|
|
-/deep/ .elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell {
|
|
549
|
+<style>
|
|
550
|
+.throwPerson .elx-table .elx-header--column.col--ellipsis:not(.col--actived)>.elx-cell {
|
552
|
551
|
white-space: wrap !important;
|
553
|
552
|
}
|
554
|
|
-/deep/ .elx-header--column.col--ellipsis>.elx-cell .elx-cell--title {
|
|
553
|
+.throwPerson .elx-header--column.col--ellipsis>.elx-cell .elx-cell--title {
|
555
|
554
|
white-space: wrap !important;
|
556
|
555
|
}
|
557
|
|
-/deep/ .elx-header--column .elx-cell--title {
|
|
556
|
+.throwPerson .elx-header--column .elx-cell--title {
|
558
|
557
|
line-height: 1.2 !important;
|
559
|
558
|
}
|
|
559
|
+</style>
|
560
|
560
|
|
|
561
|
+<style lang="scss" scoped>
|
561
|
562
|
.update-time {
|
562
|
563
|
margin-top: 10px;
|
563
|
564
|
padding-left: 20px;
|