Browse Source

修改可配置表格

dusenyao 2 years ago
parent
commit
7931a21acd
1 changed files with 5 additions and 0 deletions
  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 {