@steedos-widgets/amis-object 6.10.52-beta.3 → 6.10.52-beta.5
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
|
@@ -2128,6 +2128,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2128
2128
|
border-collapse: collapse;
|
|
2129
2129
|
border: 2px solid #000;
|
|
2130
2130
|
}
|
|
2131
|
+
.steedos-amis-instance-view .instance-form-view .steedos-user-selector .ant-input-affix-wrapper {
|
|
2132
|
+
background-color: transparent !important;
|
|
2133
|
+
border: none !important;
|
|
2134
|
+
box-shadow: none !important;
|
|
2135
|
+
}
|
|
2131
2136
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
2132
2137
|
border: none !important;
|
|
2133
2138
|
}
|
|
@@ -2290,6 +2295,14 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2290
2295
|
.instance-applicant-view .antd-Picker .antd-Picker-btn {
|
|
2291
2296
|
display: none;
|
|
2292
2297
|
}
|
|
2298
|
+
.instance-applicant-view .steedos-user-selector .ant-input-affix-wrapper {
|
|
2299
|
+
border: none;
|
|
2300
|
+
box-shadow: none;
|
|
2301
|
+
background: transparent;
|
|
2302
|
+
}
|
|
2303
|
+
.instance-applicant-view .steedos-user-selector .ant-input-suffix {
|
|
2304
|
+
display: none;
|
|
2305
|
+
}
|
|
2293
2306
|
.instance-form-view .antd-Form-star {
|
|
2294
2307
|
display: none;
|
|
2295
2308
|
}
|