@steedos-widgets/amis-object 6.10.54-beta.7 → 6.10.54-beta.8
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/amis-object.umd.css
CHANGED
|
@@ -1105,6 +1105,17 @@ fieldset.antd-Collapse > legend{
|
|
|
1105
1105
|
margin-right: 3px;
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
|
+
.buttons-drawer .antd-ButtonGroup .slds-button,
|
|
1109
|
+
.buttons-drawer .antd-ButtonGroup .btn,
|
|
1110
|
+
.buttons-drawer .antd-ButtonGroup .slds-button > a,
|
|
1111
|
+
.buttons-drawer .antd-ButtonGroup .btn > a,
|
|
1112
|
+
.buttons-drawer .antd-ButtonGroup .slds-button span,
|
|
1113
|
+
.buttons-drawer .antd-ButtonGroup .btn span {
|
|
1114
|
+
font-size: 14px;
|
|
1115
|
+
line-height: 21px;
|
|
1116
|
+
font-weight: 400;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1108
1119
|
@media screen and (max-width: 767px) {
|
|
1109
1120
|
/* 手机版Modal全屏 */
|
|
1110
1121
|
.antd-Modal-content {
|
|
@@ -2674,6 +2685,13 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2674
2685
|
overscroll-behavior: contain;
|
|
2675
2686
|
touch-action: pan-y;
|
|
2676
2687
|
}
|
|
2688
|
+
.flow-select .antd-TreeSelect-popover > .antd-Tree {
|
|
2689
|
+
overflow-y: hidden !important;
|
|
2690
|
+
scrollbar-width: none;
|
|
2691
|
+
}
|
|
2692
|
+
.flow-select .antd-TreeSelect-popover > .antd-Tree::-webkit-scrollbar {
|
|
2693
|
+
display: none;
|
|
2694
|
+
}
|
|
2677
2695
|
}
|
|
2678
2696
|
|
|
2679
2697
|
.steedos-amis-instance-view .instance-form-view-mobile .ant-input-affix-wrapper,
|