浏览代码

no message

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>