@steedos-widgets/amis-object 6.3.17-beta.3 → 6.3.17
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 +12 -0
- package/dist/amis-object.umd.js +25 -16
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/pages/PageObject.d.ts +2 -0
- package/package.json +3 -3
package/dist/amis-object.umd.css
CHANGED
|
@@ -3162,3 +3162,15 @@ body.sidebar #sidebar {
|
|
|
3162
3162
|
.steedos-record-selected span {
|
|
3163
3163
|
color: var(--Table-onChecked-color) !important;
|
|
3164
3164
|
}
|
|
3165
|
+
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
3166
|
+
max-height: calc(100vh - 290px);
|
|
3167
|
+
}
|
|
3168
|
+
.steedos-listview-split-max-height {
|
|
3169
|
+
overflow: hidden;
|
|
3170
|
+
}
|
|
3171
|
+
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
3172
|
+
max-height: calc(100vh - 290px);
|
|
3173
|
+
}
|
|
3174
|
+
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
|
|
3175
|
+
max-height: calc(100vh - 238px);
|
|
3176
|
+
}
|