jufubao-forms 1.0.9-beta3 → 1.0.9-beta4
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/package.json
CHANGED
|
@@ -516,13 +516,14 @@
|
|
|
516
516
|
position: relative;
|
|
517
517
|
.checkbox_btn{
|
|
518
518
|
position: absolute;
|
|
519
|
-
bottom: -
|
|
519
|
+
bottom: -80rpx;
|
|
520
520
|
border: 1px solid var(--g-theme-main-color);
|
|
521
521
|
color: var(--g-theme-main-color);
|
|
522
522
|
border-radius: 80rpx;
|
|
523
523
|
padding: 8rpx 32rpx;
|
|
524
524
|
font-size: 28rpx;
|
|
525
525
|
right: 40rpx;
|
|
526
|
+
z-index: 999;
|
|
526
527
|
}
|
|
527
528
|
.qa_type{
|
|
528
529
|
color: var(--main-color);
|