@steedos-widgets/amis-object 6.10.53-beta.2 → 6.10.53-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.
@@ -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,6 +1312,9 @@ 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;
@@ -1409,6 +1418,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1409
1418
  .slds-filters__body .flow-select .antd-TreeSelect-popove {
1410
1419
  position: relative;
1411
1420
  }
1421
+ .slds-filters__body .flow-select .antd-TreeSelect-popover > .antd-Tree {
1422
+ max-height: 300px;
1423
+ }
1412
1424
  @media (max-width: 767px) {
1413
1425
  .set-next-steps-users {
1414
1426
  margin-top: 0.5rem !important;
@@ -1514,6 +1526,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1514
1526
  max-height: none;
1515
1527
  overflow-y: visible;
1516
1528
  }
1529
+ @media print {
1530
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-container {
1531
+ display: inline-block !important;
1532
+ width: 104px !important;
1533
+ height: 104px !important;
1534
+ }
1535
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item {
1536
+ display: flex !important;
1537
+ width: 100% !important;
1538
+ height: 100% !important;
1539
+ padding: 8px !important;
1540
+ }
1541
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-thumbnail {
1542
+ display: block !important;
1543
+ width: 100% !important;
1544
+ height: 100% !important;
1545
+ overflow: hidden !important;
1546
+ }
1547
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-name {
1548
+ display: none !important;
1549
+ }
1550
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-actions {
1551
+ display: none !important;
1552
+ }
1553
+ .steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-image {
1554
+ display: block !important;
1555
+ width: 100% !important;
1556
+ height: 100% !important;
1557
+ -o-object-fit: contain !important;
1558
+ object-fit: contain !important;
1559
+ }
1560
+ }
1517
1561
 
1518
1562
  .amis-object-field-lookup .lookup-left {
1519
1563
  max-width: 50% !important;
@@ -1893,7 +1937,15 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1893
1937
  /*
1894
1938
  列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
1895
1939
  */
1940
+ .page-list-split .steedos-object-listview .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
1941
+ .page-list-split .steedos-object-listview .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
1942
+ margin-right: 0;
1943
+ }
1896
1944
  @media (max-width: 768px) {
1945
+ .steedos-object-table .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
1946
+ .steedos-object-table .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
1947
+ margin-right: 0;
1948
+ }
1897
1949
  .antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
1898
1950
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
1899
1951
  border-radius: var(--Form-input-borderRadius);
@@ -1924,6 +1976,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1924
1976
  }
1925
1977
  .page-list-split .steedos-listview-item .steedos-listview-item-right {
1926
1978
  max-width: 50%;
1979
+ text-align: right;
1980
+ justify-content: flex-end;
1981
+ }
1982
+ .page-list-split .steedos-listview-item .steedos-listview-item-right > * {
1983
+ text-align: right;
1927
1984
  }
1928
1985
  .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
1986
  width: 386px;
@@ -2227,6 +2284,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2227
2284
  overflow-y: unset;
2228
2285
  max-height: unset;
2229
2286
  }
2287
+ .steedos-record-tabs:has(.antd-Field--quickEditable.in),
2288
+ .steedos-record-tabs:has(.cxd-Field--quickEditable.in) {
2289
+ overflow: visible;
2290
+ max-height: none;
2291
+ }
2230
2292
  }
2231
2293
 
2232
2294
  .sidebar-wrapper {
@@ -2287,24 +2349,45 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2287
2349
  opacity: 1;
2288
2350
  }
2289
2351
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content {
2290
- position: absolute !important;
2291
- left: 12px;
2292
- right: 12px;
2293
- top: 50px;
2294
- height: auto !important;
2295
- width: unset;
2296
- max-width: unset;
2297
- border-radius: var(--dialog-default-border-radius) !important;
2352
+ position: fixed !important;
2353
+ left: 0;
2354
+ right: 0;
2355
+ top: 0;
2356
+ bottom: 0;
2357
+ height: 100% !important;
2358
+ width: 100% !important;
2359
+ max-width: 100% !important;
2360
+ border-radius: 0 !important;
2298
2361
  padding: 0;
2299
- background: transparent;
2362
+ background: #fff;
2300
2363
  border: none;
2301
2364
  }
2365
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-close {
2366
+ position: absolute;
2367
+ right: 12px;
2368
+ top: 12px;
2369
+ z-index: 10;
2370
+ }
2302
2371
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
2303
2372
  padding: 0;
2304
2373
  margin: 0;
2374
+ height: 100%;
2375
+ display: flex;
2376
+ flex-direction: column;
2377
+ }
2378
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel {
2379
+ flex: 1;
2380
+ display: flex;
2381
+ flex-direction: column;
2382
+ }
2383
+ .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .antd-Panel-title {
2384
+ font-size: 18px;
2385
+ font-weight: 600;
2305
2386
  }
2306
2387
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
2307
- max-height: 60vh;
2388
+ max-height: unset;
2389
+ flex: 1;
2390
+ overflow-y: auto;
2308
2391
  margin: 0;
2309
2392
  }
2310
2393
  .sidebar.sidebar-open .sidebar-wrapper {
@@ -2322,6 +2405,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2322
2405
  padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
2323
2406
  }
2324
2407
  }
2408
+ .sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
2409
+ width: 34px;
2410
+ }
2325
2411
  .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
2326
2412
  .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
2327
2413
  height: auto;
@@ -2557,23 +2643,30 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2557
2643
  border-bottom: none !important;
2558
2644
  }
2559
2645
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
2560
- border-top: 1px solid #e5e7eb;
2561
- padding-top: 16px !important;
2646
+ padding-top: 0 !important;
2647
+ margin-top: 12px !important;
2648
+ margin-bottom: 12px !important;
2562
2649
  }
2563
2650
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
2564
- font-size: 16px;
2651
+ font-size: 13px;
2565
2652
  font-weight: 600;
2566
- color: #0f172a;
2567
- line-height: 1.5;
2653
+ color: #1f2937;
2654
+ line-height: 1.4;
2568
2655
  letter-spacing: -0.01em;
2656
+ margin-bottom: 4px;
2569
2657
  }
2570
2658
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
2571
- font-size: 14px;
2659
+ font-size: 12px;
2572
2660
  font-weight: 400;
2573
2661
  color: #64748b;
2574
2662
  line-height: 1.4;
2575
2663
  margin-top: 2px;
2576
2664
  }
2665
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header::after {
2666
+ content: "";
2667
+ display: block;
2668
+ border-bottom: 2px solid #9ca3af;
2669
+ }
2577
2670
  .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
2578
2671
  border: none !important;
2579
2672
  }
@@ -2721,6 +2814,53 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2721
2814
  padding-left: 0 !important;
2722
2815
  padding-right: 0 !important;
2723
2816
  }
2817
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-field-card {
2818
+ margin-bottom: 12px;
2819
+ }
2820
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field {
2821
+ padding: 6px 12px !important;
2822
+ box-sizing: border-box;
2823
+ min-height: 32px;
2824
+ }
2825
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field > div {
2826
+ width: 100% !important;
2827
+ }
2828
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item,
2829
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly {
2830
+ min-height: auto !important;
2831
+ padding: 0 !important;
2832
+ margin: 0 !important;
2833
+ border-bottom: none !important;
2834
+ }
2835
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after,
2836
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly::after {
2837
+ content: none !important;
2838
+ }
2839
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-value,
2840
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-static,
2841
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-control,
2842
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-PlainField {
2843
+ padding: 0 !important;
2844
+ margin: 0 !important;
2845
+ border-bottom: none !important;
2846
+ background: transparent !important;
2847
+ font-size: 13px;
2848
+ font-weight: 400;
2849
+ color: #1f2937;
2850
+ line-height: 1.5;
2851
+ }
2852
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .instance-sign-content {
2853
+ margin-top: 2px !important;
2854
+ margin-bottom: 2px !important;
2855
+ }
2856
+ @media (max-width: 768px) {
2857
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item {
2858
+ border-bottom: none !important;
2859
+ }
2860
+ .steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after {
2861
+ content: none !important;
2862
+ }
2863
+ }
2724
2864
  .steedos-amis-instance-view {
2725
2865
  font-size: 0.8125rem;
2726
2866
  }
@@ -2731,6 +2871,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2731
2871
  background: #fff;
2732
2872
  z-index: 999;
2733
2873
  }
2874
+ @media (max-width: 768px) {
2875
+ .steedos-amis-instance-view .instance-name {
2876
+ font-size: 15px;
2877
+ font-weight: 700;
2878
+ }
2879
+ }
2734
2880
  .steedos-amis-instance-view .instance-form-view {
2735
2881
  width: 100%;
2736
2882
  border-collapse: collapse;
@@ -2788,6 +2934,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2788
2934
  padding-left: 0rem !important;
2789
2935
  border-left: 0px;
2790
2936
  }
2937
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
2938
+ padding-left: 8px !important;
2939
+ padding-right: 8px !important;
2940
+ }
2941
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
2942
+ padding-left: 0 !important;
2943
+ padding-right: 0 !important;
2944
+ }
2945
+ .steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
2946
+ padding-left: 0 !important;
2947
+ padding-right: 0 !important;
2948
+ }
2791
2949
  .steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
2792
2950
  padding-left: 0.75rem !important;
2793
2951
  }
@@ -2902,6 +3060,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2902
3060
  padding: 8px !important;
2903
3061
  }
2904
3062
  }
3063
+ @media (min-width: 768px) {
3064
+ .instance-action-dialog.antd-Modal .antd-Form-item.m-0 {
3065
+ margin-bottom: var(--Form-item-gap) !important;
3066
+ }
3067
+ }
2905
3068
  .steedos-amis-instance-view .antd-PullRefresh {
2906
3069
  height: 100%;
2907
3070
  }
@@ -2991,6 +3154,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2991
3154
  max-width: 90px;
2992
3155
  max-height: 60px;
2993
3156
  }
3157
+ .steedos-amis-instance-view .instance-approve-history tr[data-user-name] {
3158
+ cursor: pointer;
3159
+ }
3160
+ .steedos-amis-instance-view .instance-approve-history td.cursor-default {
3161
+ cursor: default;
3162
+ }
2994
3163
  .instance-applicant-view .antd-Picker .antd-Picker-valueIcon {
2995
3164
  display: none;
2996
3165
  border: none;
@@ -3021,7 +3190,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3021
3190
  .steedos-amis-instance-view {
3022
3191
  /* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
3023
3192
  /* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
3024
- /* 底部提交人区域优化 */
3193
+ /* 相关台账信息区域:与附件/相关文件统一左内边距和字号 */
3194
+ /* 底部提交人区域优化 - 向新版 workflow-form-v2 看齐:
3195
+ 左右两栏 flex 布局,提交日期右贴齐;字号与表单字段一致 13px;
3196
+ 字重 label 500 / value 400 与表单字段层级一致 */
3025
3197
  /* 签批历程区域优化:与表单左右对齐、字体统一 */
3026
3198
  }
3027
3199
  .steedos-amis-instance-view .instance-file-list {
@@ -3031,6 +3203,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3031
3203
  padding-top: 0px !important;
3032
3204
  /* 去除顶部间距 */
3033
3205
  }
3206
+ .steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
3207
+ .steedos-amis-instance-view .instance-file-list .antd-Panel-title,
3208
+ .steedos-amis-instance-view .instance-file-list .antd-List-heading {
3209
+ font-size: 15px !important;
3210
+ font-weight: 600 !important;
3211
+ line-height: 22px !important;
3212
+ color: #374151 !important;
3213
+ /* text-gray-700 */
3214
+ }
3215
+ .steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
3216
+ .steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
3217
+ font-size: 13px !important;
3218
+ font-weight: 400 !important;
3219
+ line-height: 20px !important;
3220
+ }
3034
3221
  .steedos-amis-instance-view .instance-file-list .antd-Form-item {
3035
3222
  display: flex !important;
3036
3223
  justify-content: flex-start !important;
@@ -3047,8 +3234,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3047
3234
  /* 统一标题字体 */
3048
3235
  }
3049
3236
  .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
3050
- font-size: 14px !important;
3051
- font-weight: bold !important;
3237
+ font-size: 15px !important;
3238
+ font-weight: 600 !important;
3239
+ line-height: 22px !important;
3052
3240
  color: #374151 !important;
3053
3241
  /* text-gray-700 */
3054
3242
  }
@@ -3077,18 +3265,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3077
3265
  /* 列表单项 - 与附件列表统一 */
3078
3266
  /* 删除按钮对齐 */
3079
3267
  }
3268
+ .steedos-amis-instance-view .instance-related-list .cxd-Panel-title,
3269
+ .steedos-amis-instance-view .instance-related-list .antd-Panel-title,
3080
3270
  .steedos-amis-instance-view .instance-related-list .cxd-List-heading,
3081
3271
  .steedos-amis-instance-view .instance-related-list .antd-List-heading {
3082
3272
  padding-left: 0 !important;
3083
3273
  padding-right: 0 !important;
3084
3274
  text-align: left !important;
3085
- font-weight: bold;
3275
+ font-weight: 600 !important;
3086
3276
  border: none !important;
3087
- font-size: 14px !important;
3088
- line-height: 1.5;
3089
- color: #374151;
3277
+ font-size: 15px !important;
3278
+ line-height: 22px !important;
3279
+ color: #374151 !important;
3090
3280
  /* text-gray-700 */
3091
3281
  }
3282
+ .steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
3283
+ .steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
3284
+ font-size: 13px !important;
3285
+ font-weight: 400 !important;
3286
+ line-height: 20px !important;
3287
+ }
3092
3288
  .steedos-amis-instance-view .instance-related-list .cxd-List-items,
3093
3289
  .steedos-amis-instance-view .instance-related-list .antd-List-items {
3094
3290
  padding-left: 0 !important;
@@ -3106,9 +3302,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3106
3302
  text-align: left;
3107
3303
  color: #374151;
3108
3304
  /* text-gray-700 */
3109
- font-size: 14px;
3110
- font-weight: 500;
3111
- line-height: 1.5;
3305
+ font-size: 13px;
3306
+ font-weight: 400;
3307
+ line-height: 20px;
3112
3308
  }
3113
3309
  .steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
3114
3310
  .steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
@@ -3127,63 +3323,97 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3127
3323
  padding: 4px !important;
3128
3324
  min-width: auto !important;
3129
3325
  }
3326
+ .steedos-amis-instance-view .instance-related-records {
3327
+ padding-left: 8px !important;
3328
+ padding-right: 8px !important;
3329
+ margin-bottom: 12px !important;
3330
+ /* 与下方表单分隔,避免挤压 */
3331
+ /* 标题 */
3332
+ /* 链接列表项 */
3333
+ }
3334
+ .steedos-amis-instance-view .instance-related-records .cxd-Panel-title,
3335
+ .steedos-amis-instance-view .instance-related-records .antd-Panel-title,
3336
+ .steedos-amis-instance-view .instance-related-records .cxd-List-heading,
3337
+ .steedos-amis-instance-view .instance-related-records .antd-List-heading {
3338
+ font-size: 15px !important;
3339
+ font-weight: 600 !important;
3340
+ line-height: 22px !important;
3341
+ color: #374151 !important;
3342
+ }
3343
+ .steedos-amis-instance-view .instance-related-records a {
3344
+ font-size: 13px;
3345
+ line-height: 20px;
3346
+ }
3130
3347
  .steedos-amis-instance-view .instance-applicant-view {
3131
3348
  border: none !important;
3132
- /* 隐藏提交日期列(第二个td) */
3133
- /* 提交人列占满宽度,用flex确保label在左、value在右 */
3349
+ margin-top: 8px;
3350
+ /* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
3351
+ /* 第一列(提交人)占据剩余空间,文本可截断 */
3352
+ /* 第二列(提交日期)右贴齐 */
3353
+ /* 草稿状态只有一列时(无提交日期),保持左对齐 */
3134
3354
  }
3135
3355
  .steedos-amis-instance-view .instance-applicant-view td {
3136
3356
  border: none !important;
3137
3357
  }
3138
- .steedos-amis-instance-view .instance-applicant-view td:last-child {
3139
- display: none !important;
3358
+ .steedos-amis-instance-view .instance-applicant-view tr {
3359
+ display: flex !important;
3360
+ flex-direction: row;
3361
+ flex-wrap: nowrap;
3362
+ align-items: center;
3363
+ padding: 8px 8px !important;
3364
+ gap: 8px;
3140
3365
  }
3141
- .steedos-amis-instance-view .instance-applicant-view td:first-child {
3142
- width: 100% !important;
3366
+ .steedos-amis-instance-view .instance-applicant-view td {
3143
3367
  display: flex !important;
3144
3368
  align-items: center !important;
3145
3369
  flex-wrap: nowrap;
3146
- padding-left: 6px;
3370
+ padding: 0 !important;
3371
+ white-space: nowrap;
3372
+ font-size: 13px;
3373
+ font-weight: 500;
3374
+ color: #374151;
3147
3375
  /* 取消 inline-left 的 float,改由 flex 控制排列 */
3376
+ /* Label:第一个 .antd-TplField (含"提交人:" / "提交日期:") */
3377
+ /* 值文本(人名 / 日期):weight 回归 normal、字号同 13px */
3148
3378
  }
3149
- .steedos-amis-instance-view .instance-applicant-view td:first-child .inline-left {
3379
+ .steedos-amis-instance-view .instance-applicant-view td .inline-left {
3150
3380
  float: none !important;
3151
3381
  display: inline-block !important;
3152
3382
  }
3153
- .steedos-amis-instance-view .instance-approve-history {
3154
- /* 与表单 px-2 对齐,覆盖模板中的 border-t */
3155
- padding-left: 0 !important;
3156
- padding-right: 0 !important;
3157
- margin-top: 16px !important;
3158
- /* 标题 "签批历程":与表单字段标题对齐 */
3159
- /* 内容容器 */
3383
+ .steedos-amis-instance-view .instance-applicant-view td > .antd-TplField:first-child {
3384
+ font-size: 13px;
3385
+ font-weight: 500;
3386
+ color: #444;
3160
3387
  }
3161
- .steedos-amis-instance-view .instance-approve-history > div:first-child {
3162
- padding-left: 8px !important;
3163
- padding-right: 8px !important;
3164
- font-size: 16px !important;
3388
+ .steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
3389
+ font-size: 13px;
3390
+ font-weight: 400;
3391
+ color: #1f2937;
3165
3392
  }
3166
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col {
3167
- font-size: 14px !important;
3168
- /* 步骤名称(如"开始"、"车间主管领导(会签)") */
3169
- /* 每条审批卡片 */
3393
+ .steedos-amis-instance-view .instance-applicant-view td:first-child {
3394
+ flex: 1 1 auto !important;
3395
+ min-width: 0;
3396
+ justify-content: flex-start;
3170
3397
  }
3171
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="text-xs"] {
3172
- padding-left: 8px !important;
3173
- padding-right: 8px !important;
3174
- font-size: 14px !important;
3398
+ .steedos-amis-instance-view .instance-applicant-view td:last-child {
3399
+ flex: 0 0 auto !important;
3400
+ margin-left: auto;
3401
+ justify-content: flex-end;
3175
3402
  }
3176
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] {
3177
- margin-left: 8px !important;
3178
- margin-right: 8px !important;
3179
- /* 审批人名字 */
3180
- /* 意见文字 */
3403
+ .steedos-amis-instance-view .instance-applicant-view td:only-child {
3404
+ flex: 1 1 auto !important;
3405
+ margin-left: 0 !important;
3406
+ justify-content: flex-start !important;
3181
3407
  }
3182
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-\[15px\] {
3183
- font-size: 15px !important;
3408
+ .steedos-amis-instance-view .instance-approve-history {
3409
+ /* 与附件/表单区域对齐,左右各留 8px */
3410
+ padding-left: 8px !important;
3411
+ padding-right: 8px !important;
3412
+ margin-top: 16px !important;
3413
+ /* 标题 "签批历程":字号统一 */
3184
3414
  }
3185
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-sm {
3186
- font-size: 14px !important;
3415
+ .steedos-amis-instance-view .instance-approve-history > div:first-child {
3416
+ font-size: 16px !important;
3187
3417
  }
3188
3418
  }
3189
3419
  .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
@@ -3251,6 +3481,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3251
3481
  .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
3252
3482
  background: transparent !important;
3253
3483
  }
3484
+ @media print {
3485
+ .steedos-amis-instance-view .instance-approve-history {
3486
+ padding-left: 0 !important;
3487
+ padding-right: 0 !important;
3488
+ margin-top: 0 !important;
3489
+ }
3490
+ .steedos-amis-instance-view .instance-applicant-view {
3491
+ margin-top: 0 !important;
3492
+ }
3493
+ .steedos-amis-instance-view .instance-applicant-view tr {
3494
+ padding: 0 !important;
3495
+ gap: 0 !important;
3496
+ }
3497
+ .steedos-amis-instance-view .instance-applicant-view td,
3498
+ .steedos-amis-instance-view .instance-applicant-view td > .antd-TplField,
3499
+ .steedos-amis-instance-view .instance-applicant-view td .antd-TplField:first-child,
3500
+ .steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
3501
+ font-size: 14px !important;
3502
+ }
3503
+ }
3254
3504
 
3255
3505
  .steedos-input-table .steedos-delete-button:hover {
3256
3506
  color: rgb(239 68 68) !important;
@@ -3355,6 +3605,95 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3355
3605
  white-space: nowrap;
3356
3606
  word-break: normal;
3357
3607
  }
3608
+ .steedos-print-input-table-wrap {
3609
+ width: 100%;
3610
+ overflow-x: auto;
3611
+ }
3612
+ @media print {
3613
+ .steedos-print-input-table-wrap.steedos-print-input-table-wrap.steedos-print-input-table-wrap {
3614
+ overflow-x: auto !important;
3615
+ overflow-y: visible !important;
3616
+ }
3617
+ }
3618
+ .steedos-print-input-table-host {
3619
+ margin: 0 !important;
3620
+ padding: 0 !important;
3621
+ contain: inline-size;
3622
+ max-width: 100%;
3623
+ }
3624
+ .steedos-print-input-table-host .antd-Form-control,
3625
+ .steedos-print-input-table-host .antd-Form-value,
3626
+ .steedos-print-input-table-host .antd-Form-item-content,
3627
+ .steedos-print-input-table-host .antd-Form-itemColumn {
3628
+ margin: 0 !important;
3629
+ padding: 0 !important;
3630
+ }
3631
+ .steedos-print-input-table {
3632
+ width: 100%;
3633
+ table-layout: auto;
3634
+ border-collapse: collapse;
3635
+ color: #000;
3636
+ }
3637
+ .steedos-print-input-table th,
3638
+ .steedos-print-input-table td {
3639
+ border: 1px solid #000;
3640
+ padding: 4px 6px;
3641
+ vertical-align: top;
3642
+ word-break: normal;
3643
+ overflow-wrap: break-word;
3644
+ font-size: 14px;
3645
+ line-height: 1.4;
3646
+ text-align: left;
3647
+ font-weight: inherit;
3648
+ }
3649
+ .steedos-print-input-table tr:first-child > td {
3650
+ border-top: 0;
3651
+ }
3652
+ .steedos-print-input-table tr:last-child > td {
3653
+ border-bottom: 0;
3654
+ }
3655
+ .steedos-print-input-table tr > td:first-child {
3656
+ border-left: 0;
3657
+ }
3658
+ .steedos-print-input-table tr > td:last-child {
3659
+ border-right: 0;
3660
+ }
3661
+ .steedos-print-input-table thead th {
3662
+ background: transparent;
3663
+ }
3664
+ .steedos-print-input-table .steedos-print-input-table__index {
3665
+ width: 40px;
3666
+ text-align: center;
3667
+ }
3668
+ .steedos-print-input-table .steedos-print-input-table__nowrap {
3669
+ word-break: keep-all;
3670
+ overflow-wrap: normal;
3671
+ white-space: nowrap;
3672
+ }
3673
+ .steedos-print-input-table td:not(.steedos-print-input-table__index) {
3674
+ min-width: 3em;
3675
+ }
3676
+ .steedos-print-input-table .steedos-print-input-table__img {
3677
+ display: inline-block;
3678
+ max-height: 60px;
3679
+ max-width: 120px;
3680
+ -o-object-fit: contain;
3681
+ object-fit: contain;
3682
+ margin: 2px 4px 2px 0;
3683
+ vertical-align: middle;
3684
+ }
3685
+ .steedos-print-input-table .steedos-print-input-table__file {
3686
+ color: #1d4ed8;
3687
+ text-decoration: underline;
3688
+ word-break: break-all;
3689
+ margin-right: 6px;
3690
+ }
3691
+ @media print {
3692
+ .steedos-print-input-table .steedos-print-input-table__file {
3693
+ color: inherit;
3694
+ text-decoration: none;
3695
+ }
3696
+ }
3358
3697
 
3359
3698
 
3360
3699
  form[name="instanceForm"] .sfield-item {
@@ -3402,6 +3741,28 @@ div[name="instanceForm"] .sfield-item {
3402
3741
  z-index: 11;
3403
3742
  animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
3404
3743
  }
3744
+ .page-object-detail-empty {
3745
+ display: flex;
3746
+ align-items: center;
3747
+ justify-content: center;
3748
+ background: var(--Page-bg, #fff);
3749
+ }
3750
+ .page-object-detail-empty .page-object-detail-empty__content {
3751
+ padding: 24px;
3752
+ text-align: center;
3753
+ color: var(--text--muted-color, #595959);
3754
+ }
3755
+ .page-object-detail-empty .page-object-detail-empty__icon {
3756
+ width: 56px;
3757
+ height: 56px;
3758
+ margin: 0 auto;
3759
+ color: var(--text--muted-color, #a0a5ab);
3760
+ }
3761
+ .page-object-detail-empty .page-object-detail-empty__text {
3762
+ margin-top: 8px;
3763
+ font-size: 14px;
3764
+ line-height: 22px;
3765
+ }
3405
3766
  @keyframes steedos-detail-spin {
3406
3767
  0% {
3407
3768
  transform: rotate(0deg);
@@ -3422,8 +3783,11 @@ div[name="instanceForm"] .sfield-item {
3422
3783
  overflow: hidden;
3423
3784
  }
3424
3785
  .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
3425
- max-height: calc(100vh - 207px);
3786
+ height: calc(100vh - 207px);
3787
+ max-height: none;
3788
+ overflow: auto;
3426
3789
  }
3427
3790
  .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
3428
- max-height: calc(100vh - 177px);
3791
+ height: calc(100vh - 177px);
3792
+ max-height: none;
3429
3793
  }