@steedos-widgets/amis-object 6.10.52-beta.36 → 6.10.52-beta.37

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.
@@ -1881,6 +1881,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1881
1881
  列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
1882
1882
  */
1883
1883
  @media (max-width: 768px) {
1884
+ .antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
1885
+ border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1886
+ border-radius: var(--Form-input-borderRadius);
1887
+ }
1884
1888
  .steedos-object-table .antd-SearchBox.is-mobile.is-active {
1885
1889
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1886
1890
  border-radius: var(--Form-input-borderRadius);