Browse Source

修改可配置表格

dusenyao 2 năm trước cách đây
mục cha
commit
7931a21acd
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/components/Adult/preview/ConfigurableTable.vue

+ 5 - 0
src/components/Adult/preview/ConfigurableTable.vue

@@ -508,6 +508,11 @@ export default {
           font-family: "FZJCGFKTK", "GB-PINYINOK-B", "robot";
         }
 
+        ::v-deep .el-textarea__inner {
+          font-family: "FZJCGFKTK", "GB-PINYINOK-B", "robot";
+          padding: 5px 0;
+        }
+
         @each $type in left, center, right {
           .text-#{$type} {
             ::v-deep .el-textarea__inner {