@steedos-widgets/amis-object 6.10.52-beta.18 → 6.10.52-beta.20
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 +115 -0
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -1402,6 +1402,121 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1402
1402
|
.slds-filters__body .flow-select .antd-TreeSelect-popove {
|
|
1403
1403
|
position: relative;
|
|
1404
1404
|
}
|
|
1405
|
+
@media (max-width: 767px) {
|
|
1406
|
+
.approval-drawer-mobile-wizard .approval-drawer-wizard .antd-Wizard-steps,
|
|
1407
|
+
.approval-drawer-mobile-wizard .approval-drawer-wizard .antd--Wizard-steps {
|
|
1408
|
+
display: none !important;
|
|
1409
|
+
}
|
|
1410
|
+
.approval-drawer-mobile-wizard .antd-Wizard-toolbar {
|
|
1411
|
+
position: sticky;
|
|
1412
|
+
bottom: 0;
|
|
1413
|
+
background: #fff;
|
|
1414
|
+
padding: 12px;
|
|
1415
|
+
z-index: 10;
|
|
1416
|
+
border-top: 1px solid #e8e8e8;
|
|
1417
|
+
}
|
|
1418
|
+
.approval-drawer-mobile-wizard .mobile-wizard-step-indicator {
|
|
1419
|
+
display: block;
|
|
1420
|
+
text-align: center;
|
|
1421
|
+
font-size: 12px;
|
|
1422
|
+
color: #999;
|
|
1423
|
+
padding: 0 0 10px;
|
|
1424
|
+
}
|
|
1425
|
+
.set-next-steps-users-mobile {
|
|
1426
|
+
border: none !important;
|
|
1427
|
+
border-width: 0 !important;
|
|
1428
|
+
border-radius: 0 !important;
|
|
1429
|
+
}
|
|
1430
|
+
.set-next-steps-users-mobile table {
|
|
1431
|
+
display: block !important;
|
|
1432
|
+
width: 100% !important;
|
|
1433
|
+
border: none !important;
|
|
1434
|
+
}
|
|
1435
|
+
.set-next-steps-users-mobile colgroup {
|
|
1436
|
+
display: none !important;
|
|
1437
|
+
}
|
|
1438
|
+
.set-next-steps-users-mobile thead {
|
|
1439
|
+
display: none !important;
|
|
1440
|
+
}
|
|
1441
|
+
.set-next-steps-users-mobile tbody {
|
|
1442
|
+
display: flex !important;
|
|
1443
|
+
flex-direction: column !important;
|
|
1444
|
+
width: 100% !important;
|
|
1445
|
+
}
|
|
1446
|
+
.set-next-steps-users-mobile tbody tr {
|
|
1447
|
+
display: flex !important;
|
|
1448
|
+
flex-wrap: wrap !important;
|
|
1449
|
+
align-items: stretch !important;
|
|
1450
|
+
border: 1px solid #e8e8e8 !important;
|
|
1451
|
+
border-radius: 8px !important;
|
|
1452
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
|
|
1453
|
+
margin-bottom: 12px !important;
|
|
1454
|
+
overflow: hidden !important;
|
|
1455
|
+
background: #fff !important;
|
|
1456
|
+
}
|
|
1457
|
+
.set-next-steps-users-mobile tbody tr td[data-col="0"] {
|
|
1458
|
+
width: 44px !important;
|
|
1459
|
+
flex-shrink: 0 !important;
|
|
1460
|
+
display: flex !important;
|
|
1461
|
+
align-items: flex-start !important;
|
|
1462
|
+
justify-content: center !important;
|
|
1463
|
+
border-right: 1px solid #f0f0f0 !important;
|
|
1464
|
+
border-bottom: none !important;
|
|
1465
|
+
padding: 0 !important;
|
|
1466
|
+
min-height: 44px !important;
|
|
1467
|
+
}
|
|
1468
|
+
.set-next-steps-users-mobile tbody tr td[data-col="0"] .antd-Form-item {
|
|
1469
|
+
padding: 0 !important;
|
|
1470
|
+
}
|
|
1471
|
+
.set-next-steps-users-mobile tbody tr td[data-col="1"] {
|
|
1472
|
+
flex: 1 !important;
|
|
1473
|
+
min-width: 0 !important;
|
|
1474
|
+
display: block !important;
|
|
1475
|
+
padding: 12px !important;
|
|
1476
|
+
font-weight: 500 !important;
|
|
1477
|
+
border: none !important;
|
|
1478
|
+
word-break: break-word !important;
|
|
1479
|
+
}
|
|
1480
|
+
.set-next-steps-users-mobile tbody tr td[data-col="2"] {
|
|
1481
|
+
width: 100% !important;
|
|
1482
|
+
display: block !important;
|
|
1483
|
+
padding: 0 !important;
|
|
1484
|
+
border: none !important;
|
|
1485
|
+
min-height: 0 !important;
|
|
1486
|
+
}
|
|
1487
|
+
.set-next-steps-users-mobile tbody tr td[data-col="2"] .antd-Service {
|
|
1488
|
+
padding: 0 12px 0 !important;
|
|
1489
|
+
}
|
|
1490
|
+
.set-next-steps-users-mobile .antd-CheckboxControl {
|
|
1491
|
+
min-height: 44px !important;
|
|
1492
|
+
display: flex !important;
|
|
1493
|
+
align-items: center !important;
|
|
1494
|
+
justify-content: center !important;
|
|
1495
|
+
}
|
|
1496
|
+
.set-next-steps-users-mobile .antd-CheckboxControl .antd-Checkbox {
|
|
1497
|
+
margin: 0 !important;
|
|
1498
|
+
transform: scale(1.4) !important;
|
|
1499
|
+
transform-origin: center !important;
|
|
1500
|
+
}
|
|
1501
|
+
.set-next-steps-users-mobile .antd-CheckboxControl .antd-Checkbox-inner {
|
|
1502
|
+
border-color: #d9d9d9 !important;
|
|
1503
|
+
border-radius: 4px !important;
|
|
1504
|
+
}
|
|
1505
|
+
.set-next-steps-users-mobile .antd-CheckboxControl .antd-Checkbox.is-checked .antd-Checkbox-inner {
|
|
1506
|
+
background-color: #2196F3 !important;
|
|
1507
|
+
border-color: #2196F3 !important;
|
|
1508
|
+
}
|
|
1509
|
+
.set-next-steps-users-mobile .antd-Form-item {
|
|
1510
|
+
margin-bottom: 0 !important;
|
|
1511
|
+
}
|
|
1512
|
+
.set-next-steps-users-mobile .antd-Form-item::after {
|
|
1513
|
+
content: none !important;
|
|
1514
|
+
}
|
|
1515
|
+
.set-next-steps-users-mobile td.is-modified {
|
|
1516
|
+
color: #000 !important;
|
|
1517
|
+
background: #fff !important;
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1405
1520
|
|
|
1406
1521
|
.amis-object-field-lookup .lookup-left {
|
|
1407
1522
|
max-width: 50% !important;
|