Files
form-render/docs/css.md
2019-09-30 17:29:09 +08:00

398 B
Raw Permalink Blame History

样式覆盖

概述

  • Form Render 其实是有一个默认的布局样式比如说表单之间的间距label 字号、颜色等场景
  • 假如使用上有特殊定制,或者认为不符合要求的地方,可以通过常规 CSS 样式覆盖的方式,写到业务 global 样式代码中

如何使用