@steedos-widgets/amis-object 1.2.43 → 1.3.0-beta.10
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 +41 -16
- package/dist/amis-object.cjs.js +168 -138
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +41 -16
- package/dist/amis-object.esm.js +168 -138
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +41 -16
- package/dist/amis-object.umd.js +768 -19555
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +16 -16
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
--Nav-Item-maxWidth--tabs: 200px;
|
|
46
46
|
--Crud-toolbar-gap: 2px;
|
|
47
47
|
--DropDown-caret-marginLeft: 0;
|
|
48
|
+
--Tabs--vertical-width: 180px;
|
|
49
|
+
--Tabs-link-maxWidth: 180px;
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
.steedos-header-container .antd-Nav-Menu {
|
|
@@ -1187,11 +1189,40 @@ fieldset.antd-Collapse > legend{
|
|
|
1187
1189
|
.steedos-select-user .antd-Table .antd-SearchBox {
|
|
1188
1190
|
margin-top: 0;
|
|
1189
1191
|
}
|
|
1190
|
-
@media (max-width:
|
|
1192
|
+
@media (max-width: 768px) {
|
|
1191
1193
|
.antd-Crud-toolbar {
|
|
1192
1194
|
flex-basis: 0;
|
|
1193
1195
|
flex-grow: 1;
|
|
1194
1196
|
}
|
|
1197
|
+
.steedos-object-table .antd-Table-footToolbar {
|
|
1198
|
+
border-top: 1px solid #e5e7eb;
|
|
1199
|
+
}
|
|
1200
|
+
.steedos-object-table .antd-Table-footToolbar .antd-Crud-toolbar-item {
|
|
1201
|
+
justify-content: center;
|
|
1202
|
+
width: 100%;
|
|
1203
|
+
}
|
|
1204
|
+
.steedos-object-table .antd-Table-footToolbar .antd-Crud-toolbar-item .antd-Pagination-inputGroup-left {
|
|
1205
|
+
display: none;
|
|
1206
|
+
}
|
|
1207
|
+
.steedos-object-table .antd-Table-footToolbar .antd-Crud-toolbar-item .antd-Pagination-inputGroup-input {
|
|
1208
|
+
min-width: 0;
|
|
1209
|
+
width: 30px;
|
|
1210
|
+
}
|
|
1211
|
+
.steedos-object-table .antd-Table-footToolbar .antd-Crud-toolbar-item .antd-Pagination-inputGroup-right {
|
|
1212
|
+
width: 25px;
|
|
1213
|
+
}
|
|
1214
|
+
body.zoom-large .steedos-object-table .antd-Table-footToolbar {
|
|
1215
|
+
zoom: 90%;
|
|
1216
|
+
}
|
|
1217
|
+
body.zoom-extra-large .steedos-object-table .antd-Table-footToolbar {
|
|
1218
|
+
zoom: 80%;
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1221
|
+
/* 手机屏幕宽度小于380px时隐藏分页器快速跳转*/
|
|
1222
|
+
@media (max-width: 380px) {
|
|
1223
|
+
.steedos-object-table .antd-Table-footToolbar .antd-Pagination-inputGroup {
|
|
1224
|
+
display: none;
|
|
1225
|
+
}
|
|
1195
1226
|
}
|
|
1196
1227
|
.steedos-object-table .two-lines-truncate {
|
|
1197
1228
|
white-space: pre-wrap;
|
|
@@ -1372,35 +1403,35 @@ fieldset.antd-Collapse > legend{
|
|
|
1372
1403
|
/*
|
|
1373
1404
|
列表快速搜索,手机端及PC端分栏模式需要独占一行
|
|
1374
1405
|
*/
|
|
1375
|
-
.steedos-crud-mobile-search-box .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
1406
|
+
.steedos-crud-mobile-search-box .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
1376
1407
|
width: 100%;
|
|
1377
1408
|
margin-top: 8px;
|
|
1378
1409
|
}
|
|
1379
|
-
.steedos-crud-mobile-search-box .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
1410
|
+
.steedos-crud-mobile-search-box .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
1380
1411
|
width: 100%;
|
|
1381
1412
|
}
|
|
1382
|
-
.steedos-crud-mobile-search-box .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
1413
|
+
.steedos-crud-mobile-search-box .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
1383
1414
|
width: 100%;
|
|
1384
1415
|
}
|
|
1385
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
1416
|
+
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
1386
1417
|
width: 100%;
|
|
1387
1418
|
margin-top: 8px;
|
|
1388
1419
|
}
|
|
1389
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
1420
|
+
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
1390
1421
|
width: 100%;
|
|
1391
1422
|
}
|
|
1392
|
-
.page-list-split .steedos-object-listview .antd-Crud .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
1423
|
+
.page-list-split .steedos-object-listview .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
1393
1424
|
width: 100%;
|
|
1394
1425
|
}
|
|
1395
1426
|
@media (max-width: 768px) {
|
|
1396
|
-
.steedos-object-
|
|
1427
|
+
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child {
|
|
1397
1428
|
width: 100%;
|
|
1398
1429
|
margin-top: 8px;
|
|
1399
1430
|
}
|
|
1400
|
-
.steedos-object-
|
|
1431
|
+
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper {
|
|
1401
1432
|
width: 100%;
|
|
1402
1433
|
}
|
|
1403
|
-
.steedos-object-
|
|
1434
|
+
.steedos-object-table .antd-Crud .antd-Table-headToolbar .antd-Crud-toolbar .antd-Crud-toolbar-item--right:last-child .antd-TooltipWrapper .antd-SearchBox.is-active {
|
|
1404
1435
|
width: 100%;
|
|
1405
1436
|
}
|
|
1406
1437
|
}
|
|
@@ -1567,12 +1598,6 @@ fieldset.antd-Collapse > legend{
|
|
|
1567
1598
|
height: 100%;
|
|
1568
1599
|
}
|
|
1569
1600
|
@media (max-width: 767px) {
|
|
1570
|
-
.steedos-object-table .antd-Table-content {
|
|
1571
|
-
max-height: calc(100vh - 195px);
|
|
1572
|
-
}
|
|
1573
|
-
.steedos-object-listview .antd-Table-content {
|
|
1574
|
-
max-height: calc(100vh - 295px);
|
|
1575
|
-
}
|
|
1576
1601
|
.steedos-global-footer-root .antd-Nav-Menu-horizontal:after {
|
|
1577
1602
|
/*手机端底部导航左右间隔不平衡*/
|
|
1578
1603
|
content: unset;
|