@steedos-widgets/amis-object 6.10.51 → 6.10.52-beta.3
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 +16 -2
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/components/SteedosOrgSelector.d.ts +11 -0
- package/dist/components/SteedosUserSelector.d.ts +12 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/meta.js +1166 -1041
- package/dist/metas/SteedosOrgSelector.d.ts +2 -0
- package/dist/metas/SteedosUserSelector.d.ts +5 -0
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -1879,6 +1879,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1879
1879
|
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-content {
|
|
1880
1880
|
margin-top: -1rem;
|
|
1881
1881
|
}
|
|
1882
|
+
@media (min-width: 768px) {
|
|
1883
|
+
.steedos-record-tabs {
|
|
1884
|
+
overflow-y: auto;
|
|
1885
|
+
max-height: calc(100vh - 180px);
|
|
1886
|
+
}
|
|
1887
|
+
.steedos-record-detail-drawer .steedos-record-tabs {
|
|
1888
|
+
overflow-y: unset;
|
|
1889
|
+
max-height: unset;
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1882
1892
|
|
|
1883
1893
|
.sidebar-wrapper {
|
|
1884
1894
|
overflow-x: hidden;
|
|
@@ -1990,6 +2000,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1990
2000
|
.antd-Nav-Menu-submenu-active .antd-Nav-Menu-item .hover-inline-flex {
|
|
1991
2001
|
display: none !important;
|
|
1992
2002
|
}
|
|
2003
|
+
.steedos-app-service.steedos-app-service-readonly .steedos-app-menu.stacked {
|
|
2004
|
+
margin-top: -8px;
|
|
2005
|
+
min-height: 0px;
|
|
2006
|
+
}
|
|
1993
2007
|
|
|
1994
2008
|
#steedosGlobalFooterRoot .steedos-global-footer {
|
|
1995
2009
|
height: 4rem;
|
|
@@ -2386,8 +2400,8 @@ div[name="instanceForm"] .sfield-item {
|
|
|
2386
2400
|
overflow: hidden;
|
|
2387
2401
|
}
|
|
2388
2402
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
2389
|
-
max-height: calc(100vh -
|
|
2403
|
+
max-height: calc(100vh - 207px);
|
|
2390
2404
|
}
|
|
2391
2405
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
|
|
2392
|
-
max-height: calc(100vh -
|
|
2406
|
+
max-height: calc(100vh - 177px);
|
|
2393
2407
|
}
|