@steedos-widgets/amis-object 6.10.53-beta.1 → 6.10.53-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
CHANGED
|
@@ -2318,6 +2318,8 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2318
2318
|
background: #fff;
|
|
2319
2319
|
z-index: 1001;
|
|
2320
2320
|
left: -250px;
|
|
2321
|
+
height: auto !important;
|
|
2322
|
+
padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
|
|
2321
2323
|
}
|
|
2322
2324
|
}
|
|
2323
2325
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
|
@@ -3223,23 +3225,31 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3223
3225
|
font-weight: bold;
|
|
3224
3226
|
}
|
|
3225
3227
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .antd-RichTextControl,
|
|
3226
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl
|
|
3228
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl,
|
|
3229
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .antd-RichTextControl,
|
|
3230
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .antd-RichTextControl {
|
|
3227
3231
|
height: 100% !important;
|
|
3228
3232
|
border: none !important;
|
|
3233
|
+
background: transparent !important;
|
|
3229
3234
|
}
|
|
3230
3235
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-tinymce,
|
|
3231
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce
|
|
3236
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce,
|
|
3237
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-tinymce,
|
|
3238
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-tinymce {
|
|
3232
3239
|
height: 100% !important;
|
|
3233
3240
|
border: none !important;
|
|
3234
3241
|
border-radius: 0 !important;
|
|
3242
|
+
background: transparent !important;
|
|
3235
3243
|
}
|
|
3236
|
-
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-
|
|
3237
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-
|
|
3238
|
-
.steedos-amis-instance-view .instance-form-view .steedos-
|
|
3239
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-
|
|
3244
|
+
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area,
|
|
3245
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area,
|
|
3246
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area,
|
|
3247
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area,
|
|
3240
3248
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area__iframe,
|
|
3241
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe
|
|
3242
|
-
|
|
3249
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe,
|
|
3250
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area__iframe,
|
|
3251
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
|
|
3252
|
+
background: transparent !important;
|
|
3243
3253
|
}
|
|
3244
3254
|
|
|
3245
3255
|
.steedos-input-table .steedos-delete-button:hover {
|