form-driver 0.1.15 → 0.1.16

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
@@ -11,7 +11,7 @@ An efficient framework for creating forms.
11
11
  # 安装依赖
12
12
  npm run i
13
13
 
14
- # 本地开发
14
+ # 本地开发 http://0.0.0.0:8080
15
15
  npm run dev
16
16
 
17
17
  # 本地构建
package/dist/m3.css CHANGED
@@ -307,6 +307,35 @@ table.M3_table tr:last-child td {
307
307
  margin-bottom: 5px;
308
308
  }
309
309
 
310
+ .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
311
+ text-align: center;
312
+ }
313
+ .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more span {
314
+ cursor: pointer;
315
+ color: #1890ff;
316
+ font-weight: bold;
317
+ position: relative;
318
+ }
319
+ .form-driver-plugin-richtext-viewer-wrap .u-arrow {
320
+ display: inline-block;
321
+ width: 9px;
322
+ height: 9px;
323
+ border-top: 1px solid #1890ff;
324
+ border-right: 1px solid #1890ff;
325
+ position: absolute;
326
+ }
327
+ .form-driver-plugin-richtext-viewer-wrap .u-arrow-up {
328
+ transform: rotate(-45deg);
329
+ left: 32px;
330
+ top: 6px;
331
+ }
332
+ .form-driver-plugin-richtext-viewer-wrap .u-arrow-down {
333
+ transform: rotate(135deg);
334
+ left: 32px;
335
+ top: 1px;
336
+ position: absolute;
337
+ }
338
+
310
339
  .ATable .ant-table {
311
340
  background: none;
312
341
  }