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 +2 -2
- package/dist/m3.css +1 -1
- package/dist/m3.js +1 -1
- package/es/m3.css +1 -1
- package/es/m3.js +4 -3
- package/lib/m3.css +1 -1
- package/lib/m3.js +4 -3
- package/package.json +1 -1
- package/src/ui/editor/basic/ASpecInputBox.tsx +80 -69
- package/src/ui/readable/RichViewer.less +1 -1
- package/types/ui/editor/basic/ASpecInputBox.d.ts +1 -1
package/README.md
CHANGED
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
|
|
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;
|