@steedos-widgets/amis-object 6.10.1-beta.33 → 6.10.1-beta.34

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.
@@ -271,12 +271,12 @@ fieldset.antd-Collapse > legend{
271
271
  border: var(--Form-input-borderWidth) solid transparent;
272
272
  border-radius: var(--Form-input-borderRadius);
273
273
  }
274
-
274
+ /*
275
275
  .antd-Picker .antd-Picker-input .antd-Picker-values .antd-Picker-value{
276
- /* lookup字段值选中项值字符很多超长时换行,包括单选和多选 */
276
+ // lookup字段值选中项值字符很多超长时换行,包括单选和多选
277
277
  white-space: break-spaces;
278
278
  word-break: break-all;
279
- }
279
+ } */
280
280
 
281
281
  .steedos-crud-mode-cards .antd-Card-actions a[disabled]{
282
282
  box-shadow: none;
@@ -1841,8 +1841,17 @@ fieldset.antd-Collapse > legend{
1841
1841
  .steedos-object-button.antd-Button {
1842
1842
  margin-right: 0px;
1843
1843
  }
1844
+ .steedos-object-record-detail-header button[class~="steedos-object-button"] {
1845
+ margin-left: 4px;
1846
+ }
1847
+ .steedos-object-listview-content-wrapper button[class~="steedos-object-button"] {
1848
+ margin-left: 4px;
1849
+ }
1850
+ .steedos-record-related-header button[class~="steedos-object-button"] {
1851
+ margin-left: 4px;
1852
+ }
1844
1853
  /* 魔方定义的按钮,连续的按钮左侧加间隔分开,第一个按钮不会识别此样式 */
1845
- .steedos-object-button + .steedos-object-button {
1854
+ .steedos-object-button + .steedos-object-button button {
1846
1855
  margin-left: 4px;
1847
1856
  }
1848
1857
  /* 魔方定义的按钮,如果是显示在下拉菜单作为菜单按钮则不能加间隔 */