@steedos-widgets/amis-object 6.10.53-beta.9 → 6.10.53

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 {
@@ -1314,7 +1320,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1314
1320
  min-width: 0px !important;
1315
1321
  }
1316
1322
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table thead tr th:first-child {
1317
- width: 60px;
1323
+ width: 50px !important;
1324
+ min-width: 50px !important;
1325
+ max-width: 50px !important;
1318
1326
  }
1319
1327
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table thead .antd-Table-operationCell {
1320
1328
  width: 0px !important;
@@ -1323,7 +1331,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1323
1331
  border: none !important;
1324
1332
  }
1325
1333
  .steedos-amis-instance-view .steedos-input-table .antd-Table-table .steedos-input-table-column-operation .antd-OperationField {
1326
- margin-left: -55px;
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;
1327
1339
  }
1328
1340
  .steedos-amis-instance-view td .loading {
1329
1341
  display: none !important;
@@ -1970,6 +1982,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
1970
1982
  }
1971
1983
  .page-list-split .steedos-listview-item .steedos-listview-item-right {
1972
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;
1973
1990
  }
1974
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 {
1975
1992
  width: 386px;
@@ -2273,6 +2290,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2273
2290
  overflow-y: unset;
2274
2291
  max-height: unset;
2275
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
+ }
2276
2298
  }
2277
2299
 
2278
2300
  .sidebar-wrapper {
@@ -2333,24 +2355,45 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2333
2355
  opacity: 1;
2334
2356
  }
2335
2357
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content {
2336
- position: absolute !important;
2337
- left: 12px;
2338
- right: 12px;
2339
- top: 50px;
2340
- height: auto !important;
2341
- width: unset;
2342
- max-width: unset;
2343
- border-radius: var(--dialog-default-border-radius) !important;
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;
2344
2367
  padding: 0;
2345
- background: transparent;
2368
+ background: #fff;
2346
2369
  border: none;
2347
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
+ }
2348
2377
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
2349
2378
  padding: 0;
2350
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;
2351
2392
  }
2352
2393
  .steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
2353
- max-height: 60vh;
2394
+ max-height: unset;
2395
+ flex: 1;
2396
+ overflow-y: auto;
2354
2397
  margin: 0;
2355
2398
  }
2356
2399
  .sidebar.sidebar-open .sidebar-wrapper {
@@ -2606,23 +2649,30 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2606
2649
  border-bottom: none !important;
2607
2650
  }
2608
2651
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
2609
- border-top: 1px solid #e5e7eb;
2610
- padding-top: 16px !important;
2652
+ padding-top: 0 !important;
2653
+ margin-top: 12px !important;
2654
+ margin-bottom: 12px !important;
2611
2655
  }
2612
2656
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
2613
- font-size: 16px;
2657
+ font-size: 13px;
2614
2658
  font-weight: 600;
2615
- color: #0f172a;
2616
- line-height: 1.5;
2659
+ color: #1f2937;
2660
+ line-height: 1.4;
2617
2661
  letter-spacing: -0.01em;
2662
+ margin-bottom: 4px;
2618
2663
  }
2619
2664
  .steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
2620
- font-size: 14px;
2665
+ font-size: 12px;
2621
2666
  font-weight: 400;
2622
2667
  color: #64748b;
2623
2668
  line-height: 1.4;
2624
2669
  margin-top: 2px;
2625
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
+ }
2626
2676
  .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
2627
2677
  border: none !important;
2628
2678
  }
@@ -2770,6 +2820,53 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2770
2820
  padding-left: 0 !important;
2771
2821
  padding-right: 0 !important;
2772
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
+ }
2773
2870
  .steedos-amis-instance-view {
2774
2871
  font-size: 0.8125rem;
2775
2872
  }
@@ -2780,6 +2877,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2780
2877
  background: #fff;
2781
2878
  z-index: 999;
2782
2879
  }
2880
+ @media (max-width: 768px) {
2881
+ .steedos-amis-instance-view .instance-name {
2882
+ font-size: 15px;
2883
+ font-weight: 700;
2884
+ }
2885
+ }
2783
2886
  .steedos-amis-instance-view .instance-form-view {
2784
2887
  width: 100%;
2785
2888
  border-collapse: collapse;
@@ -2963,6 +3066,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2963
3066
  padding: 8px !important;
2964
3067
  }
2965
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
+ }
2966
3074
  .steedos-amis-instance-view .antd-PullRefresh {
2967
3075
  height: 100%;
2968
3076
  }
@@ -3052,6 +3160,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3052
3160
  max-width: 90px;
3053
3161
  max-height: 60px;
3054
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
+ }
3055
3169
  .instance-applicant-view .antd-Picker .antd-Picker-valueIcon {
3056
3170
  display: none;
3057
3171
  border: none;
@@ -3082,8 +3196,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3082
3196
  .steedos-amis-instance-view {
3083
3197
  /* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
3084
3198
  /* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
3085
- /* 相关台账信息区域:与附件/相关文件统一左内边距,但保留原有链接样式与点击区域 */
3086
- /* 底部提交人区域优化 */
3199
+ /* 相关台账信息区域:与附件/相关文件统一左内边距和字号 */
3200
+ /* 底部提交人区域优化 - 向新版 workflow-form-v2 看齐:
3201
+ 左右两栏 flex 布局,提交日期右贴齐;字号与表单字段一致 13px;
3202
+ 字重 label 500 / value 400 与表单字段层级一致 */
3087
3203
  /* 签批历程区域优化:与表单左右对齐、字体统一 */
3088
3204
  }
3089
3205
  .steedos-amis-instance-view .instance-file-list {
@@ -3096,17 +3212,17 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3096
3212
  .steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
3097
3213
  .steedos-amis-instance-view .instance-file-list .antd-Panel-title,
3098
3214
  .steedos-amis-instance-view .instance-file-list .antd-List-heading {
3099
- font-size: 16px !important;
3215
+ font-size: 15px !important;
3100
3216
  font-weight: 600 !important;
3101
- line-height: 24px !important;
3217
+ line-height: 22px !important;
3102
3218
  color: #374151 !important;
3103
3219
  /* text-gray-700 */
3104
3220
  }
3105
3221
  .steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
3106
3222
  .steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
3107
- font-size: 16px !important;
3223
+ font-size: 13px !important;
3108
3224
  font-weight: 400 !important;
3109
- line-height: 24px !important;
3225
+ line-height: 20px !important;
3110
3226
  }
3111
3227
  .steedos-amis-instance-view .instance-file-list .antd-Form-item {
3112
3228
  display: flex !important;
@@ -3124,9 +3240,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3124
3240
  /* 统一标题字体 */
3125
3241
  }
3126
3242
  .steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
3127
- font-size: 16px !important;
3243
+ font-size: 15px !important;
3128
3244
  font-weight: 600 !important;
3129
- line-height: 24px !important;
3245
+ line-height: 22px !important;
3130
3246
  color: #374151 !important;
3131
3247
  /* text-gray-700 */
3132
3248
  }
@@ -3164,16 +3280,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3164
3280
  text-align: left !important;
3165
3281
  font-weight: 600 !important;
3166
3282
  border: none !important;
3167
- font-size: 16px !important;
3168
- line-height: 24px !important;
3283
+ font-size: 15px !important;
3284
+ line-height: 22px !important;
3169
3285
  color: #374151 !important;
3170
3286
  /* text-gray-700 */
3171
3287
  }
3172
3288
  .steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
3173
3289
  .steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
3174
- font-size: 16px !important;
3290
+ font-size: 13px !important;
3175
3291
  font-weight: 400 !important;
3176
- line-height: 24px !important;
3292
+ line-height: 20px !important;
3177
3293
  }
3178
3294
  .steedos-amis-instance-view .instance-related-list .cxd-List-items,
3179
3295
  .steedos-amis-instance-view .instance-related-list .antd-List-items {
@@ -3192,9 +3308,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3192
3308
  text-align: left;
3193
3309
  color: #374151;
3194
3310
  /* text-gray-700 */
3195
- font-size: 16px;
3311
+ font-size: 13px;
3196
3312
  font-weight: 400;
3197
- line-height: 24px;
3313
+ line-height: 20px;
3198
3314
  }
3199
3315
  .steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
3200
3316
  .steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
@@ -3218,10 +3334,29 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3218
3334
  padding-right: 8px !important;
3219
3335
  margin-bottom: 12px !important;
3220
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;
3221
3352
  }
3222
3353
  .steedos-amis-instance-view .instance-applicant-view {
3223
3354
  border: none !important;
3355
+ margin-top: 8px;
3224
3356
  /* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
3357
+ /* 第一列(提交人)占据剩余空间,文本可截断 */
3358
+ /* 第二列(提交日期)右贴齐 */
3359
+ /* 草稿状态只有一列时(无提交日期),保持左对齐 */
3225
3360
  }
3226
3361
  .steedos-amis-instance-view .instance-applicant-view td {
3227
3362
  border: none !important;
@@ -3230,53 +3365,61 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3230
3365
  display: flex !important;
3231
3366
  flex-direction: row;
3232
3367
  flex-wrap: nowrap;
3368
+ align-items: center;
3369
+ padding: 8px 8px !important;
3370
+ gap: 8px;
3233
3371
  }
3234
3372
  .steedos-amis-instance-view .instance-applicant-view td {
3235
3373
  display: flex !important;
3236
3374
  align-items: center !important;
3237
3375
  flex-wrap: nowrap;
3238
- padding-left: 6px;
3376
+ padding: 0 !important;
3239
3377
  white-space: nowrap;
3378
+ font-size: 13px;
3379
+ font-weight: 500;
3380
+ color: #374151;
3240
3381
  /* 取消 inline-left 的 float,改由 flex 控制排列 */
3382
+ /* Label:第一个 .antd-TplField (含"提交人:" / "提交日期:") */
3383
+ /* 值文本(人名 / 日期):weight 回归 normal、字号同 13px */
3241
3384
  }
3242
3385
  .steedos-amis-instance-view .instance-applicant-view td .inline-left {
3243
3386
  float: none !important;
3244
3387
  display: inline-block !important;
3245
3388
  }
3246
- .steedos-amis-instance-view .instance-approve-history {
3247
- /* 与表单 px-2 对齐,覆盖模板中的 border-t */
3248
- padding-left: 0 !important;
3249
- padding-right: 0 !important;
3250
- margin-top: 16px !important;
3251
- /* 标题 "签批历程":与表单字段标题对齐 */
3252
- /* 内容容器 */
3389
+ .steedos-amis-instance-view .instance-applicant-view td > .antd-TplField:first-child {
3390
+ font-size: 13px;
3391
+ font-weight: 500;
3392
+ color: #444;
3253
3393
  }
3254
- .steedos-amis-instance-view .instance-approve-history > div:first-child {
3255
- padding-left: 8px !important;
3256
- padding-right: 8px !important;
3257
- font-size: 16px !important;
3394
+ .steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
3395
+ font-size: 13px;
3396
+ font-weight: 400;
3397
+ color: #1f2937;
3258
3398
  }
3259
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col {
3260
- font-size: 14px !important;
3261
- /* 步骤名称(如"开始"、"车间主管领导(会签)") */
3262
- /* 每条审批卡片 */
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;
3263
3403
  }
3264
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="text-xs"] {
3265
- padding-left: 8px !important;
3266
- padding-right: 8px !important;
3267
- font-size: 14px !important;
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;
3268
3408
  }
3269
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] {
3270
- margin-left: 8px !important;
3271
- margin-right: 8px !important;
3272
- /* 审批人名字 */
3273
- /* 意见文字 */
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;
3274
3413
  }
3275
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-\[15px\] {
3276
- font-size: 15px !important;
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
+ /* 标题 "签批历程":字号统一 */
3277
3420
  }
3278
- .steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-sm {
3279
- font-size: 14px !important;
3421
+ .steedos-amis-instance-view .instance-approve-history > div:first-child {
3422
+ font-size: 16px !important;
3280
3423
  }
3281
3424
  }
3282
3425
  .steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
@@ -3344,6 +3487,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3344
3487
  .steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
3345
3488
  background: transparent !important;
3346
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
+ }
3347
3510
 
3348
3511
  .steedos-input-table .steedos-delete-button:hover {
3349
3512
  color: rgb(239 68 68) !important;
@@ -3448,6 +3611,95 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3448
3611
  white-space: nowrap;
3449
3612
  word-break: normal;
3450
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
+ }
3451
3703
 
3452
3704
 
3453
3705
  form[name="instanceForm"] .sfield-item {
@@ -3495,6 +3747,28 @@ div[name="instanceForm"] .sfield-item {
3495
3747
  z-index: 11;
3496
3748
  animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
3497
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
+ }
3498
3772
  @keyframes steedos-detail-spin {
3499
3773
  0% {
3500
3774
  transform: rotate(0deg);
@@ -3515,8 +3789,11 @@ div[name="instanceForm"] .sfield-item {
3515
3789
  overflow: hidden;
3516
3790
  }
3517
3791
  .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap .antd-Table-content {
3518
- max-height: calc(100vh - 207px);
3792
+ height: calc(100vh - 207px);
3793
+ max-height: none;
3794
+ overflow: auto;
3519
3795
  }
3520
3796
  .steedos-listview-split-max-height .steedos-object-listview .steedos-object-table .antd-Table-contentWrap:not(:has(~ .antd-Table-toolbar)) .antd-Table-content {
3521
- max-height: calc(100vh - 177px);
3797
+ height: calc(100vh - 177px);
3798
+ max-height: none;
3522
3799
  }