@steedos-widgets/amis-object 1.0.36 → 1.0.38
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.cjs.css +16 -3
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +16 -3
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +16 -3
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets-dev.json +11 -11
- package/dist/assets.json +10 -10
- package/dist/meta.js +483 -190
- package/dist/pages/PageRecordDetail.d.ts +1 -1
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -178,6 +178,22 @@ body {
|
|
|
178
178
|
}
|
|
179
179
|
/* end: amis 2.7.2, component Nav */
|
|
180
180
|
|
|
181
|
+
/* 处理amis debug 滚动条异常 */
|
|
182
|
+
.AMISDebug-content{
|
|
183
|
+
height: 100%;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.AMISDebug-content .AMISDebug-inspect{
|
|
187
|
+
overflow: scroll;
|
|
188
|
+
height: calc(100% - 40px);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.AMISDebug-content .AMISDebug-log{
|
|
192
|
+
overflow: scroll;
|
|
193
|
+
height: calc(100% - 40px);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
|
|
181
197
|
.ant-dropdown-menu {
|
|
182
198
|
border: 1px solid #e5e5e5;
|
|
183
199
|
border-radius: 0.25rem;
|
|
@@ -401,9 +417,6 @@ body {
|
|
|
401
417
|
.\!max-h-\[80vh\] {
|
|
402
418
|
max-height: 80vh !important
|
|
403
419
|
}
|
|
404
|
-
.min-h-\[50px\] {
|
|
405
|
-
min-height: 50px
|
|
406
|
-
}
|
|
407
420
|
.w-14 {
|
|
408
421
|
width: 3.5rem
|
|
409
422
|
}
|