Tencent / tmagic-editor

Other
4.22k stars 714 forks source link

独立运行playground, @tamgic/form 的样式不生效 #610

Closed GoToBoy closed 5 months ago

GoToBoy commented 5 months ago
  1. playground 缺少 @tmagic/table 的显式依赖

  2. playground 独立运行(移除@tmagic的本地路径指向),@tmagic/form 的样式文件没有正常加载进来

    image
// packages\form\src\theme\form.scss  理论上应该隐藏
  .el-form-item.hidden {
    > .el-form-item__label {
      display: none;
    }
  }
GoToBoy commented 5 months ago

在playground 单独引用 import '@tmagic/form/src/theme/index.scss'; 才行,