|
@@ -677,4 +677,23 @@ export default {
|
|
::v-deep .teshudeshangchuananniu {
|
|
::v-deep .teshudeshangchuananniu {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+::v-deep .el-table__row {
|
|
|
|
+ .is-right {
|
|
|
|
+ .text-view {
|
|
|
|
+ text-align: right !important;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: flex-end !important;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .is-left {
|
|
|
|
+ .text-view {
|
|
|
|
+ text-align: left !important;
|
|
|
|
+ justify-content: flex-start !important;
|
|
|
|
+ flex-wrap: wrap;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|