linwenxin 1 рік тому
батько
коміт
a0b3c3f442
1 змінених файлів з 19 додано та 0 видалено
  1. 19 0
      src/components/template/template-page-1.vue

+ 19 - 0
src/components/template/template-page-1.vue

@@ -677,4 +677,23 @@ export default {
 ::v-deep .teshudeshangchuananniu {
   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>