@steedos-widgets/amis-object 6.3.0 → 6.3.2
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/AmisAppLauncher.d.ts +268 -3
- package/dist/amis-object.cjs.css +13 -21
- package/dist/amis-object.cjs.js +250 -169
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +13 -21
- package/dist/amis-object.esm.js +250 -169
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +13 -21
- package/dist/amis-object.umd.js +30 -28
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/package.json +3 -3
package/dist/amis-object.umd.css
CHANGED
|
@@ -982,6 +982,9 @@ fieldset.antd-Collapse > legend{
|
|
|
982
982
|
border-top-width: 1px;
|
|
983
983
|
border-bottom-width: 1px
|
|
984
984
|
}
|
|
985
|
+
.\!border-b-0 {
|
|
986
|
+
border-bottom-width: 0px !important
|
|
987
|
+
}
|
|
985
988
|
.border-b {
|
|
986
989
|
border-bottom-width: 1px
|
|
987
990
|
}
|
|
@@ -1370,8 +1373,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1370
1373
|
}
|
|
1371
1374
|
}
|
|
1372
1375
|
@media (min-width: 1024px) {
|
|
1373
|
-
.lg\:z
|
|
1374
|
-
z-index:
|
|
1376
|
+
.lg\:z-\[1000\] {
|
|
1377
|
+
z-index: 1000
|
|
1375
1378
|
}
|
|
1376
1379
|
.lg\:order-first {
|
|
1377
1380
|
order: -9999
|
|
@@ -1971,9 +1974,6 @@ body.steedos {
|
|
|
1971
1974
|
.steedos-object-form .steedos-markdown .antd-Tabs-pane.is-active {
|
|
1972
1975
|
display: block;
|
|
1973
1976
|
}
|
|
1974
|
-
.steedos-amis-form .antd-Form-item:last-child {
|
|
1975
|
-
margin-bottom: auto;
|
|
1976
|
-
}
|
|
1977
1977
|
.antd-Select-popover .antd-Select-menu .antd-Select-option .antd-Checkbox--checkbox {
|
|
1978
1978
|
white-space: nowrap;
|
|
1979
1979
|
}
|
|
@@ -2200,23 +2200,20 @@ body.steedos {
|
|
|
2200
2200
|
|
|
2201
2201
|
@media (min-width: 767px) {
|
|
2202
2202
|
/* 列表快速编辑功能样式 */
|
|
2203
|
+
td.steedos-table-file-field div {
|
|
2204
|
+
display: inline;
|
|
2205
|
+
}
|
|
2203
2206
|
/* amis3.2版本快速编辑单元格样式:start */
|
|
2204
2207
|
body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div {
|
|
2205
2208
|
display: flex;
|
|
2206
2209
|
align-items: center;
|
|
2207
2210
|
justify-content: space-between;
|
|
2208
2211
|
}
|
|
2209
|
-
body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn {
|
|
2210
|
-
padding-right: 13px;
|
|
2211
|
-
}
|
|
2212
2212
|
body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn svg {
|
|
2213
|
-
|
|
2214
|
-
}
|
|
2215
|
-
body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn {
|
|
2216
|
-
padding-right: 0;
|
|
2213
|
+
visibility: hidden;
|
|
2217
2214
|
}
|
|
2218
2215
|
body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn svg {
|
|
2219
|
-
|
|
2216
|
+
visibility: visible;
|
|
2220
2217
|
}
|
|
2221
2218
|
/* amis3.2版本快速编辑单元格样式:end */
|
|
2222
2219
|
.steedos-object-table thead tr th:nth-last-child(2),
|
|
@@ -2229,17 +2226,11 @@ body.steedos {
|
|
|
2229
2226
|
width: 0.5px !important;
|
|
2230
2227
|
min-width: 0.5px !important;
|
|
2231
2228
|
}
|
|
2232
|
-
.steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn {
|
|
2233
|
-
padding-right: 13px;
|
|
2234
|
-
}
|
|
2235
2229
|
.steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn svg {
|
|
2236
|
-
|
|
2237
|
-
}
|
|
2238
|
-
.steedos-object-table tbody td.antd-Field--quickEditable:hover .antd-Field-quickEditBtn {
|
|
2239
|
-
padding-right: 0;
|
|
2230
|
+
visibility: hidden;
|
|
2240
2231
|
}
|
|
2241
2232
|
.steedos-object-table tbody td.antd-Field--quickEditable:hover .antd-Field-quickEditBtn svg {
|
|
2242
|
-
|
|
2233
|
+
visibility: visible;
|
|
2243
2234
|
}
|
|
2244
2235
|
.steedos-object-table .date-min-w {
|
|
2245
2236
|
min-width: 9em;
|
|
@@ -2501,6 +2492,7 @@ body.steedos {
|
|
|
2501
2492
|
.steedos-app-menu.stacked .antd-Nav-SearchBox.is-active {
|
|
2502
2493
|
width: calc(100% - 1rem);
|
|
2503
2494
|
margin: 0 0.5rem;
|
|
2495
|
+
margin-bottom: 0.5rem;
|
|
2504
2496
|
}
|
|
2505
2497
|
|
|
2506
2498
|
#steedosGlobalFooterRoot .steedos-global-footer {
|