form-driver 0.4.7 → 0.4.9
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/dist/m3.css +6 -0
- package/dist/m3.js +1 -1
- package/es/m3.css +6 -0
- package/es/m3.js +43 -30
- package/lib/m3.css +6 -0
- package/lib/m3.js +43 -30
- package/package.json +1 -1
- package/src/types/MWeightType.ts +1 -1
- package/src/ui/editor/complex/AWeight.less +7 -0
- package/src/ui/editor/complex/AWeight.tsx +40 -26
- package/types/ui/editor/complex/AWeight.d.ts +3 -0
package/dist/m3.css
CHANGED
|
@@ -503,6 +503,12 @@ table.M3_table tr:last-child td {
|
|
|
503
503
|
width: 40px;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
|
+
.weight-slider .ant-slider-handle {
|
|
507
|
+
width: 20px;
|
|
508
|
+
height: 20px;
|
|
509
|
+
margin-top: -8px;
|
|
510
|
+
}
|
|
511
|
+
|
|
506
512
|
.form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
|
|
507
513
|
text-align: center;
|
|
508
514
|
box-shadow: 0px -5px 5px rgba(232,232,232,0.38039);
|