linwenxin 1 vuosi sitten
vanhempi
commit
a0b3c3f442
1 muutettua tiedostoa jossa 19 lisäystä ja 0 poistoa
  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>