@steedos-widgets/amis-object 6.10.53-beta.3 → 6.10.53-beta.4
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
|
@@ -1893,7 +1893,15 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1893
1893
|
/*
|
|
1894
1894
|
列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
|
|
1895
1895
|
*/
|
|
1896
|
+
.page-list-split .steedos-object-listview .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1897
|
+
.page-list-split .steedos-object-listview .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1898
|
+
margin-right: 0;
|
|
1899
|
+
}
|
|
1896
1900
|
@media (max-width: 768px) {
|
|
1901
|
+
.steedos-object-table .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1902
|
+
.steedos-object-table .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1903
|
+
margin-right: 0;
|
|
1904
|
+
}
|
|
1897
1905
|
.antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
|
|
1898
1906
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
1899
1907
|
border-radius: var(--Form-input-borderRadius);
|
|
@@ -2322,6 +2330,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2322
2330
|
padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
|
|
2323
2331
|
}
|
|
2324
2332
|
}
|
|
2333
|
+
.sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
|
|
2334
|
+
width: 34px;
|
|
2335
|
+
}
|
|
2325
2336
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
|
2326
2337
|
.antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
|
2327
2338
|
height: auto;
|