@steedos-widgets/amis-object 6.10.53-beta.2 → 6.10.53-beta.25
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/AmisAppMenu.d.ts +3 -0
- package/dist/amis/AmisInputTable.d.ts +25 -0
- package/dist/amis/AmisInstanceHandler.d.ts +94 -25
- package/dist/amis-object.umd.css +436 -66
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/pages/PageObject.d.ts +23 -0
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -684,6 +684,12 @@ fieldset.antd-Collapse > legend{
|
|
|
684
684
|
.steedos-listview .steedos-listview-item .steedos-listview-item-right,
|
|
685
685
|
.steedos-object-table .steedos-listview-item .steedos-listview-item-right {
|
|
686
686
|
max-width: 50%;
|
|
687
|
+
text-align: right;
|
|
688
|
+
justify-content: flex-end;
|
|
689
|
+
}
|
|
690
|
+
.steedos-listview .steedos-listview-item .steedos-listview-item-right > *,
|
|
691
|
+
.steedos-object-table .steedos-listview-item .steedos-listview-item-right > * {
|
|
692
|
+
text-align: right;
|
|
687
693
|
}
|
|
688
694
|
.steedos-listview .antd-Table-toolbar,
|
|
689
695
|
.steedos-object-table .antd-Table-toolbar {
|
|
@@ -1306,12 +1312,17 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1306
1312
|
.instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps .antd-StepsItem .antd-StepsItem-ellText {
|
|
1307
1313
|
white-space: normal;
|
|
1308
1314
|
}
|
|
1315
|
+
.approval-drawer .antd-ListControl-item {
|
|
1316
|
+
max-width: 100% !important;
|
|
1317
|
+
}
|
|
1309
1318
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
|
|
1310
1319
|
width: 0px !important;
|
|
1311
1320
|
min-width: 0px !important;
|
|
1312
1321
|
}
|
|
1313
1322
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table thead tr th:first-child {
|
|
1314
|
-
width:
|
|
1323
|
+
width: 50px !important;
|
|
1324
|
+
min-width: 50px !important;
|
|
1325
|
+
max-width: 50px !important;
|
|
1315
1326
|
}
|
|
1316
1327
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table thead .antd-Table-operationCell {
|
|
1317
1328
|
width: 0px !important;
|
|
@@ -1320,7 +1331,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1320
1331
|
border: none !important;
|
|
1321
1332
|
}
|
|
1322
1333
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField {
|
|
1323
|
-
margin-left: -
|
|
1334
|
+
margin-left: -50px;
|
|
1335
|
+
}
|
|
1336
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField > .antd-Button:last-child,
|
|
1337
|
+
.steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField > .antd-Button--link:last-child {
|
|
1338
|
+
margin-right: 3px;
|
|
1324
1339
|
}
|
|
1325
1340
|
.steedos-amis-instance-view td .loading {
|
|
1326
1341
|
display: none !important;
|
|
@@ -1409,6 +1424,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1409
1424
|
.slds-filters__body .flow-select .antd-TreeSelect-popove {
|
|
1410
1425
|
position: relative;
|
|
1411
1426
|
}
|
|
1427
|
+
.slds-filters__body .flow-select .antd-TreeSelect-popover > .antd-Tree {
|
|
1428
|
+
max-height: 300px;
|
|
1429
|
+
}
|
|
1412
1430
|
@media (max-width: 767px) {
|
|
1413
1431
|
.set-next-steps-users {
|
|
1414
1432
|
margin-top: 0.5rem !important;
|
|
@@ -1514,6 +1532,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1514
1532
|
max-height: none;
|
|
1515
1533
|
overflow-y: visible;
|
|
1516
1534
|
}
|
|
1535
|
+
@media print {
|
|
1536
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-container {
|
|
1537
|
+
display: inline-block !important;
|
|
1538
|
+
width: 104px !important;
|
|
1539
|
+
height: 104px !important;
|
|
1540
|
+
}
|
|
1541
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item {
|
|
1542
|
+
display: flex !important;
|
|
1543
|
+
width: 100% !important;
|
|
1544
|
+
height: 100% !important;
|
|
1545
|
+
padding: 8px !important;
|
|
1546
|
+
}
|
|
1547
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-thumbnail {
|
|
1548
|
+
display: block !important;
|
|
1549
|
+
width: 100% !important;
|
|
1550
|
+
height: 100% !important;
|
|
1551
|
+
overflow: hidden !important;
|
|
1552
|
+
}
|
|
1553
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-name {
|
|
1554
|
+
display: none !important;
|
|
1555
|
+
}
|
|
1556
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-actions {
|
|
1557
|
+
display: none !important;
|
|
1558
|
+
}
|
|
1559
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-image {
|
|
1560
|
+
display: block !important;
|
|
1561
|
+
width: 100% !important;
|
|
1562
|
+
height: 100% !important;
|
|
1563
|
+
-o-object-fit: contain !important;
|
|
1564
|
+
object-fit: contain !important;
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1517
1567
|
|
|
1518
1568
|
.amis-object-field-lookup .lookup-left {
|
|
1519
1569
|
max-width: 50% !important;
|
|
@@ -1893,7 +1943,15 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1893
1943
|
/*
|
|
1894
1944
|
列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
|
|
1895
1945
|
*/
|
|
1946
|
+
.page-list-split .steedos-object-listview .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1947
|
+
.page-list-split .steedos-object-listview .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1948
|
+
margin-right: 0;
|
|
1949
|
+
}
|
|
1896
1950
|
@media (max-width: 768px) {
|
|
1951
|
+
.steedos-object-table .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1952
|
+
.steedos-object-table .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1953
|
+
margin-right: 0;
|
|
1954
|
+
}
|
|
1897
1955
|
.antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
|
|
1898
1956
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
1899
1957
|
border-radius: var(--Form-input-borderRadius);
|
|
@@ -1924,6 +1982,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1924
1982
|
}
|
|
1925
1983
|
.page-list-split .steedos-listview-item .steedos-listview-item-right {
|
|
1926
1984
|
max-width: 50%;
|
|
1985
|
+
text-align: right;
|
|
1986
|
+
justify-content: flex-end;
|
|
1987
|
+
}
|
|
1988
|
+
.page-list-split .steedos-listview-item .steedos-listview-item-right > * {
|
|
1989
|
+
text-align: right;
|
|
1927
1990
|
}
|
|
1928
1991
|
.page-list-split .steedos-object-listview .steedos-object-listview-content-wrapper .steedos-object-listview-content .steedos-object-table.steedos-crud-mode-cards .antd-Crud .antd-Cards {
|
|
1929
1992
|
width: 386px;
|
|
@@ -2227,6 +2290,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2227
2290
|
overflow-y: unset;
|
|
2228
2291
|
max-height: unset;
|
|
2229
2292
|
}
|
|
2293
|
+
.steedos-record-tabs:has(.antd-Field--quickEditable.in),
|
|
2294
|
+
.steedos-record-tabs:has(.cxd-Field--quickEditable.in) {
|
|
2295
|
+
overflow: visible;
|
|
2296
|
+
max-height: none;
|
|
2297
|
+
}
|
|
2230
2298
|
}
|
|
2231
2299
|
|
|
2232
2300
|
.sidebar-wrapper {
|
|
@@ -2287,24 +2355,45 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2287
2355
|
opacity: 1;
|
|
2288
2356
|
}
|
|
2289
2357
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content {
|
|
2290
|
-
position:
|
|
2291
|
-
left:
|
|
2292
|
-
right:
|
|
2293
|
-
top:
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2358
|
+
position: fixed !important;
|
|
2359
|
+
left: 0;
|
|
2360
|
+
right: 0;
|
|
2361
|
+
top: 0;
|
|
2362
|
+
bottom: 0;
|
|
2363
|
+
height: 100% !important;
|
|
2364
|
+
width: 100% !important;
|
|
2365
|
+
max-width: 100% !important;
|
|
2366
|
+
border-radius: 0 !important;
|
|
2298
2367
|
padding: 0;
|
|
2299
|
-
background:
|
|
2368
|
+
background: #fff;
|
|
2300
2369
|
border: none;
|
|
2301
2370
|
}
|
|
2371
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-close {
|
|
2372
|
+
position: absolute;
|
|
2373
|
+
right: 12px;
|
|
2374
|
+
top: 12px;
|
|
2375
|
+
z-index: 10;
|
|
2376
|
+
}
|
|
2302
2377
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
|
|
2303
2378
|
padding: 0;
|
|
2304
2379
|
margin: 0;
|
|
2380
|
+
height: 100%;
|
|
2381
|
+
display: flex;
|
|
2382
|
+
flex-direction: column;
|
|
2383
|
+
}
|
|
2384
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel {
|
|
2385
|
+
flex: 1;
|
|
2386
|
+
display: flex;
|
|
2387
|
+
flex-direction: column;
|
|
2388
|
+
}
|
|
2389
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .antd-Panel-title {
|
|
2390
|
+
font-size: 18px;
|
|
2391
|
+
font-weight: 600;
|
|
2305
2392
|
}
|
|
2306
2393
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
|
|
2307
|
-
max-height:
|
|
2394
|
+
max-height: unset;
|
|
2395
|
+
flex: 1;
|
|
2396
|
+
overflow-y: auto;
|
|
2308
2397
|
margin: 0;
|
|
2309
2398
|
}
|
|
2310
2399
|
.sidebar.sidebar-open .sidebar-wrapper {
|
|
@@ -2322,6 +2411,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2322
2411
|
padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
|
|
2323
2412
|
}
|
|
2324
2413
|
}
|
|
2414
|
+
.sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
|
|
2415
|
+
width: 34px;
|
|
2416
|
+
}
|
|
2325
2417
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
|
2326
2418
|
.antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
|
2327
2419
|
height: auto;
|
|
@@ -2557,23 +2649,30 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2557
2649
|
border-bottom: none !important;
|
|
2558
2650
|
}
|
|
2559
2651
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
|
|
2560
|
-
|
|
2561
|
-
|
|
2652
|
+
padding-top: 0 !important;
|
|
2653
|
+
margin-top: 12px !important;
|
|
2654
|
+
margin-bottom: 12px !important;
|
|
2562
2655
|
}
|
|
2563
2656
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
|
|
2564
|
-
font-size:
|
|
2657
|
+
font-size: 13px;
|
|
2565
2658
|
font-weight: 600;
|
|
2566
|
-
color: #
|
|
2567
|
-
line-height: 1.
|
|
2659
|
+
color: #1f2937;
|
|
2660
|
+
line-height: 1.4;
|
|
2568
2661
|
letter-spacing: -0.01em;
|
|
2662
|
+
margin-bottom: 4px;
|
|
2569
2663
|
}
|
|
2570
2664
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
|
|
2571
|
-
font-size:
|
|
2665
|
+
font-size: 12px;
|
|
2572
2666
|
font-weight: 400;
|
|
2573
2667
|
color: #64748b;
|
|
2574
2668
|
line-height: 1.4;
|
|
2575
2669
|
margin-top: 2px;
|
|
2576
2670
|
}
|
|
2671
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header::after {
|
|
2672
|
+
content: "";
|
|
2673
|
+
display: block;
|
|
2674
|
+
border-bottom: 2px solid #9ca3af;
|
|
2675
|
+
}
|
|
2577
2676
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
|
|
2578
2677
|
border: none !important;
|
|
2579
2678
|
}
|
|
@@ -2721,6 +2820,53 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2721
2820
|
padding-left: 0 !important;
|
|
2722
2821
|
padding-right: 0 !important;
|
|
2723
2822
|
}
|
|
2823
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-field-card {
|
|
2824
|
+
margin-bottom: 12px;
|
|
2825
|
+
}
|
|
2826
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field {
|
|
2827
|
+
padding: 6px 12px !important;
|
|
2828
|
+
box-sizing: border-box;
|
|
2829
|
+
min-height: 32px;
|
|
2830
|
+
}
|
|
2831
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field > div {
|
|
2832
|
+
width: 100% !important;
|
|
2833
|
+
}
|
|
2834
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item,
|
|
2835
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly {
|
|
2836
|
+
min-height: auto !important;
|
|
2837
|
+
padding: 0 !important;
|
|
2838
|
+
margin: 0 !important;
|
|
2839
|
+
border-bottom: none !important;
|
|
2840
|
+
}
|
|
2841
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after,
|
|
2842
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly::after {
|
|
2843
|
+
content: none !important;
|
|
2844
|
+
}
|
|
2845
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-value,
|
|
2846
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-static,
|
|
2847
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-control,
|
|
2848
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-PlainField {
|
|
2849
|
+
padding: 0 !important;
|
|
2850
|
+
margin: 0 !important;
|
|
2851
|
+
border-bottom: none !important;
|
|
2852
|
+
background: transparent !important;
|
|
2853
|
+
font-size: 13px;
|
|
2854
|
+
font-weight: 400;
|
|
2855
|
+
color: #1f2937;
|
|
2856
|
+
line-height: 1.5;
|
|
2857
|
+
}
|
|
2858
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .instance-sign-content {
|
|
2859
|
+
margin-top: 2px !important;
|
|
2860
|
+
margin-bottom: 2px !important;
|
|
2861
|
+
}
|
|
2862
|
+
@media (max-width: 768px) {
|
|
2863
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item {
|
|
2864
|
+
border-bottom: none !important;
|
|
2865
|
+
}
|
|
2866
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after {
|
|
2867
|
+
content: none !important;
|
|
2868
|
+
}
|
|
2869
|
+
}
|
|
2724
2870
|
.steedos-amis-instance-view {
|
|
2725
2871
|
font-size: 0.8125rem;
|
|
2726
2872
|
}
|
|
@@ -2731,6 +2877,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2731
2877
|
background: #fff;
|
|
2732
2878
|
z-index: 999;
|
|
2733
2879
|
}
|
|
2880
|
+
@media (max-width: 768px) {
|
|
2881
|
+
.steedos-amis-instance-view .instance-name {
|
|
2882
|
+
font-size: 15px;
|
|
2883
|
+
font-weight: 700;
|
|
2884
|
+
}
|
|
2885
|
+
}
|
|
2734
2886
|
.steedos-amis-instance-view .instance-form-view {
|
|
2735
2887
|
width: 100%;
|
|
2736
2888
|
border-collapse: collapse;
|
|
@@ -2788,6 +2940,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2788
2940
|
padding-left: 0rem !important;
|
|
2789
2941
|
border-left: 0px;
|
|
2790
2942
|
}
|
|
2943
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
|
|
2944
|
+
padding-left: 8px !important;
|
|
2945
|
+
padding-right: 8px !important;
|
|
2946
|
+
}
|
|
2947
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
|
|
2948
|
+
padding-left: 0 !important;
|
|
2949
|
+
padding-right: 0 !important;
|
|
2950
|
+
}
|
|
2951
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
|
|
2952
|
+
padding-left: 0 !important;
|
|
2953
|
+
padding-right: 0 !important;
|
|
2954
|
+
}
|
|
2791
2955
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2792
2956
|
padding-left: 0.75rem !important;
|
|
2793
2957
|
}
|
|
@@ -2902,6 +3066,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2902
3066
|
padding: 8px !important;
|
|
2903
3067
|
}
|
|
2904
3068
|
}
|
|
3069
|
+
@media (min-width: 768px) {
|
|
3070
|
+
.instance-action-dialog.antd-Modal .antd-Form-item.m-0 {
|
|
3071
|
+
margin-bottom: var(--Form-item-gap) !important;
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
2905
3074
|
.steedos-amis-instance-view .antd-PullRefresh {
|
|
2906
3075
|
height: 100%;
|
|
2907
3076
|
}
|
|
@@ -2991,6 +3160,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2991
3160
|
max-width: 90px;
|
|
2992
3161
|
max-height: 60px;
|
|
2993
3162
|
}
|
|
3163
|
+
.steedos-amis-instance-view .instance-approve-history tr[data-user-name] {
|
|
3164
|
+
cursor: pointer;
|
|
3165
|
+
}
|
|
3166
|
+
.steedos-amis-instance-view .instance-approve-history td.cursor-default {
|
|
3167
|
+
cursor: default;
|
|
3168
|
+
}
|
|
2994
3169
|
.instance-applicant-view .antd-Picker .antd-Picker-valueIcon {
|
|
2995
3170
|
display: none;
|
|
2996
3171
|
border: none;
|
|
@@ -3021,7 +3196,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3021
3196
|
.steedos-amis-instance-view {
|
|
3022
3197
|
/* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
|
|
3023
3198
|
/* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
|
|
3024
|
-
/*
|
|
3199
|
+
/* 相关台账信息区域:与附件/相关文件统一左内边距和字号 */
|
|
3200
|
+
/* 底部提交人区域优化 - 向新版 workflow-form-v2 看齐:
|
|
3201
|
+
左右两栏 flex 布局,提交日期右贴齐;字号与表单字段一致 13px;
|
|
3202
|
+
字重 label 500 / value 400 与表单字段层级一致 */
|
|
3025
3203
|
/* 签批历程区域优化:与表单左右对齐、字体统一 */
|
|
3026
3204
|
}
|
|
3027
3205
|
.steedos-amis-instance-view .instance-file-list {
|
|
@@ -3031,6 +3209,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3031
3209
|
padding-top: 0px !important;
|
|
3032
3210
|
/* 去除顶部间距 */
|
|
3033
3211
|
}
|
|
3212
|
+
.steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
|
|
3213
|
+
.steedos-amis-instance-view .instance-file-list .antd-Panel-title,
|
|
3214
|
+
.steedos-amis-instance-view .instance-file-list .antd-List-heading {
|
|
3215
|
+
font-size: 15px !important;
|
|
3216
|
+
font-weight: 600 !important;
|
|
3217
|
+
line-height: 22px !important;
|
|
3218
|
+
color: #374151 !important;
|
|
3219
|
+
/* text-gray-700 */
|
|
3220
|
+
}
|
|
3221
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
|
|
3222
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
|
|
3223
|
+
font-size: 13px !important;
|
|
3224
|
+
font-weight: 400 !important;
|
|
3225
|
+
line-height: 20px !important;
|
|
3226
|
+
}
|
|
3034
3227
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item {
|
|
3035
3228
|
display: flex !important;
|
|
3036
3229
|
justify-content: flex-start !important;
|
|
@@ -3047,8 +3240,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3047
3240
|
/* 统一标题字体 */
|
|
3048
3241
|
}
|
|
3049
3242
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
|
|
3050
|
-
font-size:
|
|
3051
|
-
font-weight:
|
|
3243
|
+
font-size: 15px !important;
|
|
3244
|
+
font-weight: 600 !important;
|
|
3245
|
+
line-height: 22px !important;
|
|
3052
3246
|
color: #374151 !important;
|
|
3053
3247
|
/* text-gray-700 */
|
|
3054
3248
|
}
|
|
@@ -3077,18 +3271,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3077
3271
|
/* 列表单项 - 与附件列表统一 */
|
|
3078
3272
|
/* 删除按钮对齐 */
|
|
3079
3273
|
}
|
|
3274
|
+
.steedos-amis-instance-view .instance-related-list .cxd-Panel-title,
|
|
3275
|
+
.steedos-amis-instance-view .instance-related-list .antd-Panel-title,
|
|
3080
3276
|
.steedos-amis-instance-view .instance-related-list .cxd-List-heading,
|
|
3081
3277
|
.steedos-amis-instance-view .instance-related-list .antd-List-heading {
|
|
3082
3278
|
padding-left: 0 !important;
|
|
3083
3279
|
padding-right: 0 !important;
|
|
3084
3280
|
text-align: left !important;
|
|
3085
|
-
font-weight:
|
|
3281
|
+
font-weight: 600 !important;
|
|
3086
3282
|
border: none !important;
|
|
3087
|
-
font-size:
|
|
3088
|
-
line-height:
|
|
3089
|
-
color: #374151;
|
|
3283
|
+
font-size: 15px !important;
|
|
3284
|
+
line-height: 22px !important;
|
|
3285
|
+
color: #374151 !important;
|
|
3090
3286
|
/* text-gray-700 */
|
|
3091
3287
|
}
|
|
3288
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
|
|
3289
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
|
|
3290
|
+
font-size: 13px !important;
|
|
3291
|
+
font-weight: 400 !important;
|
|
3292
|
+
line-height: 20px !important;
|
|
3293
|
+
}
|
|
3092
3294
|
.steedos-amis-instance-view .instance-related-list .cxd-List-items,
|
|
3093
3295
|
.steedos-amis-instance-view .instance-related-list .antd-List-items {
|
|
3094
3296
|
padding-left: 0 !important;
|
|
@@ -3106,9 +3308,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3106
3308
|
text-align: left;
|
|
3107
3309
|
color: #374151;
|
|
3108
3310
|
/* text-gray-700 */
|
|
3109
|
-
font-size:
|
|
3110
|
-
font-weight:
|
|
3111
|
-
line-height:
|
|
3311
|
+
font-size: 13px;
|
|
3312
|
+
font-weight: 400;
|
|
3313
|
+
line-height: 20px;
|
|
3112
3314
|
}
|
|
3113
3315
|
.steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
|
|
3114
3316
|
.steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
|
|
@@ -3127,63 +3329,97 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3127
3329
|
padding: 4px !important;
|
|
3128
3330
|
min-width: auto !important;
|
|
3129
3331
|
}
|
|
3332
|
+
.steedos-amis-instance-view .instance-related-records {
|
|
3333
|
+
padding-left: 8px !important;
|
|
3334
|
+
padding-right: 8px !important;
|
|
3335
|
+
margin-bottom: 12px !important;
|
|
3336
|
+
/* 与下方表单分隔,避免挤压 */
|
|
3337
|
+
/* 标题 */
|
|
3338
|
+
/* 链接列表项 */
|
|
3339
|
+
}
|
|
3340
|
+
.steedos-amis-instance-view .instance-related-records .cxd-Panel-title,
|
|
3341
|
+
.steedos-amis-instance-view .instance-related-records .antd-Panel-title,
|
|
3342
|
+
.steedos-amis-instance-view .instance-related-records .cxd-List-heading,
|
|
3343
|
+
.steedos-amis-instance-view .instance-related-records .antd-List-heading {
|
|
3344
|
+
font-size: 15px !important;
|
|
3345
|
+
font-weight: 600 !important;
|
|
3346
|
+
line-height: 22px !important;
|
|
3347
|
+
color: #374151 !important;
|
|
3348
|
+
}
|
|
3349
|
+
.steedos-amis-instance-view .instance-related-records a {
|
|
3350
|
+
font-size: 13px;
|
|
3351
|
+
line-height: 20px;
|
|
3352
|
+
}
|
|
3130
3353
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
3131
3354
|
border: none !important;
|
|
3132
|
-
|
|
3133
|
-
/*
|
|
3355
|
+
margin-top: 8px;
|
|
3356
|
+
/* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
|
|
3357
|
+
/* 第一列(提交人)占据剩余空间,文本可截断 */
|
|
3358
|
+
/* 第二列(提交日期)右贴齐 */
|
|
3359
|
+
/* 草稿状态只有一列时(无提交日期),保持左对齐 */
|
|
3134
3360
|
}
|
|
3135
3361
|
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3136
3362
|
border: none !important;
|
|
3137
3363
|
}
|
|
3138
|
-
.steedos-amis-instance-view .instance-applicant-view
|
|
3139
|
-
display:
|
|
3364
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3365
|
+
display: flex !important;
|
|
3366
|
+
flex-direction: row;
|
|
3367
|
+
flex-wrap: nowrap;
|
|
3368
|
+
align-items: center;
|
|
3369
|
+
padding: 8px 8px !important;
|
|
3370
|
+
gap: 8px;
|
|
3140
3371
|
}
|
|
3141
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3142
|
-
width: 100% !important;
|
|
3372
|
+
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3143
3373
|
display: flex !important;
|
|
3144
3374
|
align-items: center !important;
|
|
3145
3375
|
flex-wrap: nowrap;
|
|
3146
|
-
padding
|
|
3376
|
+
padding: 0 !important;
|
|
3377
|
+
white-space: nowrap;
|
|
3378
|
+
font-size: 13px;
|
|
3379
|
+
font-weight: 500;
|
|
3380
|
+
color: #374151;
|
|
3147
3381
|
/* 取消 inline-left 的 float,改由 flex 控制排列 */
|
|
3382
|
+
/* Label:第一个 .antd-TplField (含"提交人:" / "提交日期:") */
|
|
3383
|
+
/* 值文本(人名 / 日期):weight 回归 normal、字号同 13px */
|
|
3148
3384
|
}
|
|
3149
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3385
|
+
.steedos-amis-instance-view .instance-applicant-view td .inline-left {
|
|
3150
3386
|
float: none !important;
|
|
3151
3387
|
display: inline-block !important;
|
|
3152
3388
|
}
|
|
3153
|
-
.steedos-amis-instance-view .instance-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
margin-top: 16px !important;
|
|
3158
|
-
/* 标题 "签批历程":与表单字段标题对齐 */
|
|
3159
|
-
/* 内容容器 */
|
|
3389
|
+
.steedos-amis-instance-view .instance-applicant-view td > .antd-TplField:first-child {
|
|
3390
|
+
font-size: 13px;
|
|
3391
|
+
font-weight: 500;
|
|
3392
|
+
color: #444;
|
|
3160
3393
|
}
|
|
3161
|
-
.steedos-amis-instance-view .instance-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3394
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
|
|
3395
|
+
font-size: 13px;
|
|
3396
|
+
font-weight: 400;
|
|
3397
|
+
color: #1f2937;
|
|
3165
3398
|
}
|
|
3166
|
-
.steedos-amis-instance-view .instance-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3399
|
+
.steedos-amis-instance-view .instance-applicant-view td:first-child {
|
|
3400
|
+
flex: 1 1 auto !important;
|
|
3401
|
+
min-width: 0;
|
|
3402
|
+
justify-content: flex-start;
|
|
3170
3403
|
}
|
|
3171
|
-
.steedos-amis-instance-view .instance-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3404
|
+
.steedos-amis-instance-view .instance-applicant-view td:last-child {
|
|
3405
|
+
flex: 0 0 auto !important;
|
|
3406
|
+
margin-left: auto;
|
|
3407
|
+
justify-content: flex-end;
|
|
3175
3408
|
}
|
|
3176
|
-
.steedos-amis-instance-view .instance-
|
|
3177
|
-
|
|
3178
|
-
margin-
|
|
3179
|
-
|
|
3180
|
-
/* 意见文字 */
|
|
3409
|
+
.steedos-amis-instance-view .instance-applicant-view td:only-child {
|
|
3410
|
+
flex: 1 1 auto !important;
|
|
3411
|
+
margin-left: 0 !important;
|
|
3412
|
+
justify-content: flex-start !important;
|
|
3181
3413
|
}
|
|
3182
|
-
.steedos-amis-instance-view .instance-approve-history
|
|
3183
|
-
|
|
3414
|
+
.steedos-amis-instance-view .instance-approve-history {
|
|
3415
|
+
/* 与附件/表单区域对齐,左右各留 8px */
|
|
3416
|
+
padding-left: 8px !important;
|
|
3417
|
+
padding-right: 8px !important;
|
|
3418
|
+
margin-top: 16px !important;
|
|
3419
|
+
/* 标题 "签批历程":字号统一 */
|
|
3184
3420
|
}
|
|
3185
|
-
.steedos-amis-instance-view .instance-approve-history >
|
|
3186
|
-
font-size:
|
|
3421
|
+
.steedos-amis-instance-view .instance-approve-history > div:first-child {
|
|
3422
|
+
font-size: 16px !important;
|
|
3187
3423
|
}
|
|
3188
3424
|
}
|
|
3189
3425
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
|
|
@@ -3251,6 +3487,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3251
3487
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
|
|
3252
3488
|
background: transparent !important;
|
|
3253
3489
|
}
|
|
3490
|
+
@media print {
|
|
3491
|
+
.steedos-amis-instance-view .instance-approve-history {
|
|
3492
|
+
padding-left: 0 !important;
|
|
3493
|
+
padding-right: 0 !important;
|
|
3494
|
+
margin-top: 0 !important;
|
|
3495
|
+
}
|
|
3496
|
+
.steedos-amis-instance-view .instance-applicant-view {
|
|
3497
|
+
margin-top: 0 !important;
|
|
3498
|
+
}
|
|
3499
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3500
|
+
padding: 0 !important;
|
|
3501
|
+
gap: 0 !important;
|
|
3502
|
+
}
|
|
3503
|
+
.steedos-amis-instance-view .instance-applicant-view td,
|
|
3504
|
+
.steedos-amis-instance-view .instance-applicant-view td > .antd-TplField,
|
|
3505
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:first-child,
|
|
3506
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
|
|
3507
|
+
font-size: 14px !important;
|
|
3508
|
+
}
|
|
3509
|
+
}
|
|
3254
3510
|
|
|
3255
3511
|
.steedos-input-table .steedos-delete-button:hover {
|
|
3256
3512
|
color: rgb(239 68 68) !important;
|
|
@@ -3355,6 +3611,95 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3355
3611
|
white-space: nowrap;
|
|
3356
3612
|
word-break: normal;
|
|
3357
3613
|
}
|
|
3614
|
+
.steedos-print-input-table-wrap {
|
|
3615
|
+
width: 100%;
|
|
3616
|
+
overflow-x: auto;
|
|
3617
|
+
}
|
|
3618
|
+
@media print {
|
|
3619
|
+
.steedos-print-input-table-wrap.steedos-print-input-table-wrap.steedos-print-input-table-wrap {
|
|
3620
|
+
overflow-x: auto !important;
|
|
3621
|
+
overflow-y: visible !important;
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
.steedos-print-input-table-host {
|
|
3625
|
+
margin: 0 !important;
|
|
3626
|
+
padding: 0 !important;
|
|
3627
|
+
contain: inline-size;
|
|
3628
|
+
max-width: 100%;
|
|
3629
|
+
}
|
|
3630
|
+
.steedos-print-input-table-host .antd-Form-control,
|
|
3631
|
+
.steedos-print-input-table-host .antd-Form-value,
|
|
3632
|
+
.steedos-print-input-table-host .antd-Form-item-content,
|
|
3633
|
+
.steedos-print-input-table-host .antd-Form-itemColumn {
|
|
3634
|
+
margin: 0 !important;
|
|
3635
|
+
padding: 0 !important;
|
|
3636
|
+
}
|
|
3637
|
+
.steedos-print-input-table {
|
|
3638
|
+
width: 100%;
|
|
3639
|
+
table-layout: auto;
|
|
3640
|
+
border-collapse: collapse;
|
|
3641
|
+
color: #000;
|
|
3642
|
+
}
|
|
3643
|
+
.steedos-print-input-table th,
|
|
3644
|
+
.steedos-print-input-table td {
|
|
3645
|
+
border: 1px solid #000;
|
|
3646
|
+
padding: 4px 6px;
|
|
3647
|
+
vertical-align: top;
|
|
3648
|
+
word-break: normal;
|
|
3649
|
+
overflow-wrap: break-word;
|
|
3650
|
+
font-size: 14px;
|
|
3651
|
+
line-height: 1.4;
|
|
3652
|
+
text-align: left;
|
|
3653
|
+
font-weight: inherit;
|
|
3654
|
+
}
|
|
3655
|
+
.steedos-print-input-table tr:first-child > td {
|
|
3656
|
+
border-top: 0;
|
|
3657
|
+
}
|
|
3658
|
+
.steedos-print-input-table tr:last-child > td {
|
|
3659
|
+
border-bottom: 0;
|
|
3660
|
+
}
|
|
3661
|
+
.steedos-print-input-table tr > td:first-child {
|
|
3662
|
+
border-left: 0;
|
|
3663
|
+
}
|
|
3664
|
+
.steedos-print-input-table tr > td:last-child {
|
|
3665
|
+
border-right: 0;
|
|
3666
|
+
}
|
|
3667
|
+
.steedos-print-input-table thead th {
|
|
3668
|
+
background: transparent;
|
|
3669
|
+
}
|
|
3670
|
+
.steedos-print-input-table .steedos-print-input-table__index {
|
|
3671
|
+
width: 40px;
|
|
3672
|
+
text-align: center;
|
|
3673
|
+
}
|
|
3674
|
+
.steedos-print-input-table .steedos-print-input-table__nowrap {
|
|
3675
|
+
word-break: keep-all;
|
|
3676
|
+
overflow-wrap: normal;
|
|
3677
|
+
white-space: nowrap;
|
|
3678
|
+
}
|
|
3679
|
+
.steedos-print-input-table td:not(.steedos-print-input-table__index) {
|
|
3680
|
+
min-width: 3em;
|
|
3681
|
+
}
|
|
3682
|
+
.steedos-print-input-table .steedos-print-input-table__img {
|
|
3683
|
+
display: inline-block;
|
|
3684
|
+
max-height: 60px;
|
|
3685
|
+
max-width: 120px;
|
|
3686
|
+
-o-object-fit: contain;
|
|
3687
|
+
object-fit: contain;
|
|
3688
|
+
margin: 2px 4px 2px 0;
|
|
3689
|
+
vertical-align: middle;
|
|
3690
|
+
}
|
|
3691
|
+
.steedos-print-input-table .steedos-print-input-table__file {
|
|
3692
|
+
color: #1d4ed8;
|
|
3693
|
+
text-decoration: underline;
|
|
3694
|
+
word-break: break-all;
|
|
3695
|
+
margin-right: 6px;
|
|
3696
|
+
}
|
|
3697
|
+
@media print {
|
|
3698
|
+
.steedos-print-input-table .steedos-print-input-table__file {
|
|
3699
|
+
color: inherit;
|
|
3700
|
+
text-decoration: none;
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3358
3703
|
|
|
3359
3704
|
|
|
3360
3705
|
form[name="instanceForm"] .sfield-item {
|
|
@@ -3402,6 +3747,28 @@ div[name="instanceForm"] .sfield-item {
|
|
|
3402
3747
|
z-index: 11;
|
|
3403
3748
|
animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
|
|
3404
3749
|
}
|
|
3750
|
+
.page-object-detail-empty {
|
|
3751
|
+
display: flex;
|
|
3752
|
+
align-items: center;
|
|
3753
|
+
justify-content: center;
|
|
3754
|
+
background: var(--Page-bg, #fff);
|
|
3755
|
+
}
|
|
3756
|
+
.page-object-detail-empty .page-object-detail-empty__content {
|
|
3757
|
+
padding: 24px;
|
|
3758
|
+
text-align: center;
|
|
3759
|
+
color: var(--text--muted-color, #595959);
|
|
3760
|
+
}
|
|
3761
|
+
.page-object-detail-empty .page-object-detail-empty__icon {
|
|
3762
|
+
width: 56px;
|
|
3763
|
+
height: 56px;
|
|
3764
|
+
margin: 0 auto;
|
|
3765
|
+
color: var(--text--muted-color, #a0a5ab);
|
|
3766
|
+
}
|
|
3767
|
+
.page-object-detail-empty .page-object-detail-empty__text {
|
|
3768
|
+
margin-top: 8px;
|
|
3769
|
+
font-size: 14px;
|
|
3770
|
+
line-height: 22px;
|
|
3771
|
+
}
|
|
3405
3772
|
@keyframes steedos-detail-spin {
|
|
3406
3773
|
0% {
|
|
3407
3774
|
transform: rotate(0deg);
|
|
@@ -3422,8 +3789,11 @@ div[name="instanceForm"] .sfield-item {
|
|
|
3422
3789
|
overflow: hidden;
|
|
3423
3790
|
}
|
|
3424
3791
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
|
|
3425
|
-
|
|
3792
|
+
height: calc(100vh - 207px);
|
|
3793
|
+
max-height: none;
|
|
3794
|
+
overflow: auto;
|
|
3426
3795
|
}
|
|
3427
3796
|
.steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
|
|
3428
|
-
|
|
3797
|
+
height: calc(100vh - 177px);
|
|
3798
|
+
max-height: none;
|
|
3429
3799
|
}
|