form-driver 0.4.17 → 0.4.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,8 +8,8 @@ An efficient framework for creating forms.
8
8
  ## Setup
9
9
 
10
10
  ``` bash
11
- # 安装依赖
12
- npm run i
11
+ # 安装依赖,需要在 node v16.5.0 环境下执行
12
+ npm run i
13
13
 
14
14
  # 本地调试 http://0.0.0.0:8080
15
15
  npm run start
package/dist/m3.css CHANGED
@@ -766,7 +766,7 @@ table.M3_table tr:last-child td {
766
766
 
767
767
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
768
768
  text-align: center;
769
- box-shadow: 0px -5px 5px rgba(232,232,232,0.38039);
769
+ box-shadow: 0px 5px 5px rgba(232,232,232,0.38039);
770
770
  }
771
771
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more span {
772
772
  cursor: pointer;