@steedos-widgets/amis-object 6.10.53-beta.1 → 6.10.53-beta.11
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
CHANGED
|
@@ -1306,6 +1306,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1306
1306
|
.instance-form-view-wizard.antd-Wizard--vertical .antd--Wizard-steps .antd-StepsItem .antd-StepsItem-ellText {
|
|
1307
1307
|
white-space: normal;
|
|
1308
1308
|
}
|
|
1309
|
+
.approval-drawer .antd-ListControl-item {
|
|
1310
|
+
max-width: 100% !important;
|
|
1311
|
+
}
|
|
1309
1312
|
.steedos-amis-instance-view .steedos-input-table .antd-Table-table colgroup col:nth-child(2) {
|
|
1310
1313
|
width: 0px !important;
|
|
1311
1314
|
min-width: 0px !important;
|
|
@@ -1409,6 +1412,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1409
1412
|
.slds-filters__body .flow-select .antd-TreeSelect-popove {
|
|
1410
1413
|
position: relative;
|
|
1411
1414
|
}
|
|
1415
|
+
.slds-filters__body .flow-select .antd-TreeSelect-popover > .antd-Tree {
|
|
1416
|
+
max-height: 300px;
|
|
1417
|
+
}
|
|
1412
1418
|
@media (max-width: 767px) {
|
|
1413
1419
|
.set-next-steps-users {
|
|
1414
1420
|
margin-top: 0.5rem !important;
|
|
@@ -1514,6 +1520,38 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1514
1520
|
max-height: none;
|
|
1515
1521
|
overflow-y: visible;
|
|
1516
1522
|
}
|
|
1523
|
+
@media print {
|
|
1524
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-container {
|
|
1525
|
+
display: inline-block !important;
|
|
1526
|
+
width: 104px !important;
|
|
1527
|
+
height: 104px !important;
|
|
1528
|
+
}
|
|
1529
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item {
|
|
1530
|
+
display: flex !important;
|
|
1531
|
+
width: 100% !important;
|
|
1532
|
+
height: 100% !important;
|
|
1533
|
+
padding: 8px !important;
|
|
1534
|
+
}
|
|
1535
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-thumbnail {
|
|
1536
|
+
display: block !important;
|
|
1537
|
+
width: 100% !important;
|
|
1538
|
+
height: 100% !important;
|
|
1539
|
+
overflow: hidden !important;
|
|
1540
|
+
}
|
|
1541
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card a.ant-upload-list-item-name {
|
|
1542
|
+
display: none !important;
|
|
1543
|
+
}
|
|
1544
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-actions {
|
|
1545
|
+
display: none !important;
|
|
1546
|
+
}
|
|
1547
|
+
.steedos-instance-related-view-wrapper .ant-upload-list-picture-card .ant-upload-list-item-image {
|
|
1548
|
+
display: block !important;
|
|
1549
|
+
width: 100% !important;
|
|
1550
|
+
height: 100% !important;
|
|
1551
|
+
-o-object-fit: contain !important;
|
|
1552
|
+
object-fit: contain !important;
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1517
1555
|
|
|
1518
1556
|
.amis-object-field-lookup .lookup-left {
|
|
1519
1557
|
max-width: 50% !important;
|
|
@@ -1893,7 +1931,15 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
1893
1931
|
/*
|
|
1894
1932
|
列表快速搜索,手机端及PC端分栏模式需要独占一行,另外card模式,即antd-Cards-toolbar也一样
|
|
1895
1933
|
*/
|
|
1934
|
+
.page-list-split .steedos-object-listview .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1935
|
+
.page-list-split .steedos-object-listview .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1936
|
+
margin-right: 0;
|
|
1937
|
+
}
|
|
1896
1938
|
@media (max-width: 768px) {
|
|
1939
|
+
.steedos-object-table .antd-Table-headToolbar .antd-Crud-toolbar-item--right .antd-Button,
|
|
1940
|
+
.steedos-object-table .antd-Cards-toolbar:first-child .antd-Crud-toolbar-item--right .antd-Button {
|
|
1941
|
+
margin-right: 0;
|
|
1942
|
+
}
|
|
1897
1943
|
.antd-Modal .antd-Modal-body .antd-SearchBox.is-mobile.is-active {
|
|
1898
1944
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
1899
1945
|
border-radius: var(--Form-input-borderRadius);
|
|
@@ -2227,6 +2273,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2227
2273
|
overflow-y: unset;
|
|
2228
2274
|
max-height: unset;
|
|
2229
2275
|
}
|
|
2276
|
+
.steedos-record-tabs:has(.antd-Field--quickEditable.in),
|
|
2277
|
+
.steedos-record-tabs:has(.cxd-Field--quickEditable.in) {
|
|
2278
|
+
overflow: visible;
|
|
2279
|
+
max-height: none;
|
|
2280
|
+
}
|
|
2230
2281
|
}
|
|
2231
2282
|
|
|
2232
2283
|
.sidebar-wrapper {
|
|
@@ -2287,24 +2338,45 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2287
2338
|
opacity: 1;
|
|
2288
2339
|
}
|
|
2289
2340
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content {
|
|
2290
|
-
position:
|
|
2291
|
-
left:
|
|
2292
|
-
right:
|
|
2293
|
-
top:
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2341
|
+
position: fixed !important;
|
|
2342
|
+
left: 0;
|
|
2343
|
+
right: 0;
|
|
2344
|
+
top: 0;
|
|
2345
|
+
bottom: 0;
|
|
2346
|
+
height: 100% !important;
|
|
2347
|
+
width: 100% !important;
|
|
2348
|
+
max-width: 100% !important;
|
|
2349
|
+
border-radius: 0 !important;
|
|
2298
2350
|
padding: 0;
|
|
2299
|
-
background:
|
|
2351
|
+
background: #fff;
|
|
2300
2352
|
border: none;
|
|
2301
2353
|
}
|
|
2354
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-close {
|
|
2355
|
+
position: absolute;
|
|
2356
|
+
right: 12px;
|
|
2357
|
+
top: 12px;
|
|
2358
|
+
z-index: 10;
|
|
2359
|
+
}
|
|
2302
2360
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
|
|
2303
2361
|
padding: 0;
|
|
2304
2362
|
margin: 0;
|
|
2363
|
+
height: 100%;
|
|
2364
|
+
display: flex;
|
|
2365
|
+
flex-direction: column;
|
|
2366
|
+
}
|
|
2367
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel {
|
|
2368
|
+
flex: 1;
|
|
2369
|
+
display: flex;
|
|
2370
|
+
flex-direction: column;
|
|
2371
|
+
}
|
|
2372
|
+
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .antd-Panel-title {
|
|
2373
|
+
font-size: 18px;
|
|
2374
|
+
font-weight: 600;
|
|
2305
2375
|
}
|
|
2306
2376
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
|
|
2307
|
-
max-height:
|
|
2377
|
+
max-height: unset;
|
|
2378
|
+
flex: 1;
|
|
2379
|
+
overflow-y: auto;
|
|
2308
2380
|
margin: 0;
|
|
2309
2381
|
}
|
|
2310
2382
|
.sidebar.sidebar-open .sidebar-wrapper {
|
|
@@ -2318,8 +2390,13 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2318
2390
|
background: #fff;
|
|
2319
2391
|
z-index: 1001;
|
|
2320
2392
|
left: -250px;
|
|
2393
|
+
height: auto !important;
|
|
2394
|
+
padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
|
|
2321
2395
|
}
|
|
2322
2396
|
}
|
|
2397
|
+
.sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
|
|
2398
|
+
width: 34px;
|
|
2399
|
+
}
|
|
2323
2400
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
|
2324
2401
|
.antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
|
2325
2402
|
height: auto;
|
|
@@ -2555,23 +2632,30 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2555
2632
|
border-bottom: none !important;
|
|
2556
2633
|
}
|
|
2557
2634
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
|
|
2558
|
-
|
|
2559
|
-
|
|
2635
|
+
padding-top: 0 !important;
|
|
2636
|
+
margin-top: 12px !important;
|
|
2637
|
+
margin-bottom: 12px !important;
|
|
2560
2638
|
}
|
|
2561
2639
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
|
|
2562
|
-
font-size:
|
|
2640
|
+
font-size: 13px;
|
|
2563
2641
|
font-weight: 600;
|
|
2564
|
-
color: #
|
|
2565
|
-
line-height: 1.
|
|
2642
|
+
color: #1f2937;
|
|
2643
|
+
line-height: 1.4;
|
|
2566
2644
|
letter-spacing: -0.01em;
|
|
2645
|
+
margin-bottom: 4px;
|
|
2567
2646
|
}
|
|
2568
2647
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
|
|
2569
|
-
font-size:
|
|
2648
|
+
font-size: 12px;
|
|
2570
2649
|
font-weight: 400;
|
|
2571
2650
|
color: #64748b;
|
|
2572
2651
|
line-height: 1.4;
|
|
2573
2652
|
margin-top: 2px;
|
|
2574
2653
|
}
|
|
2654
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header::after {
|
|
2655
|
+
content: "";
|
|
2656
|
+
display: block;
|
|
2657
|
+
border-bottom: 2px solid #9ca3af;
|
|
2658
|
+
}
|
|
2575
2659
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
|
|
2576
2660
|
border: none !important;
|
|
2577
2661
|
}
|
|
@@ -2719,6 +2803,53 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2719
2803
|
padding-left: 0 !important;
|
|
2720
2804
|
padding-right: 0 !important;
|
|
2721
2805
|
}
|
|
2806
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-field-card {
|
|
2807
|
+
margin-bottom: 12px;
|
|
2808
|
+
}
|
|
2809
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field {
|
|
2810
|
+
padding: 6px 12px !important;
|
|
2811
|
+
box-sizing: border-box;
|
|
2812
|
+
min-height: 32px;
|
|
2813
|
+
}
|
|
2814
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field > div {
|
|
2815
|
+
width: 100% !important;
|
|
2816
|
+
}
|
|
2817
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item,
|
|
2818
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly {
|
|
2819
|
+
min-height: auto !important;
|
|
2820
|
+
padding: 0 !important;
|
|
2821
|
+
margin: 0 !important;
|
|
2822
|
+
border-bottom: none !important;
|
|
2823
|
+
}
|
|
2824
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after,
|
|
2825
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly::after {
|
|
2826
|
+
content: none !important;
|
|
2827
|
+
}
|
|
2828
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-value,
|
|
2829
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-static,
|
|
2830
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-control,
|
|
2831
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-PlainField {
|
|
2832
|
+
padding: 0 !important;
|
|
2833
|
+
margin: 0 !important;
|
|
2834
|
+
border-bottom: none !important;
|
|
2835
|
+
background: transparent !important;
|
|
2836
|
+
font-size: 13px;
|
|
2837
|
+
font-weight: 400;
|
|
2838
|
+
color: #1f2937;
|
|
2839
|
+
line-height: 1.5;
|
|
2840
|
+
}
|
|
2841
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .instance-sign-content {
|
|
2842
|
+
margin-top: 2px !important;
|
|
2843
|
+
margin-bottom: 2px !important;
|
|
2844
|
+
}
|
|
2845
|
+
@media (max-width: 768px) {
|
|
2846
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item {
|
|
2847
|
+
border-bottom: none !important;
|
|
2848
|
+
}
|
|
2849
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after {
|
|
2850
|
+
content: none !important;
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2722
2853
|
.steedos-amis-instance-view {
|
|
2723
2854
|
font-size: 0.8125rem;
|
|
2724
2855
|
}
|
|
@@ -2729,6 +2860,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2729
2860
|
background: #fff;
|
|
2730
2861
|
z-index: 999;
|
|
2731
2862
|
}
|
|
2863
|
+
@media (max-width: 768px) {
|
|
2864
|
+
.steedos-amis-instance-view .instance-name {
|
|
2865
|
+
font-size: 15px;
|
|
2866
|
+
font-weight: 700;
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2732
2869
|
.steedos-amis-instance-view .instance-form-view {
|
|
2733
2870
|
width: 100%;
|
|
2734
2871
|
border-collapse: collapse;
|
|
@@ -2786,6 +2923,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2786
2923
|
padding-left: 0rem !important;
|
|
2787
2924
|
border-left: 0px;
|
|
2788
2925
|
}
|
|
2926
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
|
|
2927
|
+
padding-left: 8px !important;
|
|
2928
|
+
padding-right: 8px !important;
|
|
2929
|
+
}
|
|
2930
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
|
|
2931
|
+
padding-left: 0 !important;
|
|
2932
|
+
padding-right: 0 !important;
|
|
2933
|
+
}
|
|
2934
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
|
|
2935
|
+
padding-left: 0 !important;
|
|
2936
|
+
padding-right: 0 !important;
|
|
2937
|
+
}
|
|
2789
2938
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2790
2939
|
padding-left: 0.75rem !important;
|
|
2791
2940
|
}
|
|
@@ -2900,6 +3049,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2900
3049
|
padding: 8px !important;
|
|
2901
3050
|
}
|
|
2902
3051
|
}
|
|
3052
|
+
@media (min-width: 768px) {
|
|
3053
|
+
.instance-action-dialog.antd-Modal .antd-Form-item.m-0 {
|
|
3054
|
+
margin-bottom: var(--Form-item-gap) !important;
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
2903
3057
|
.steedos-amis-instance-view .antd-PullRefresh {
|
|
2904
3058
|
height: 100%;
|
|
2905
3059
|
}
|
|
@@ -2989,6 +3143,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2989
3143
|
max-width: 90px;
|
|
2990
3144
|
max-height: 60px;
|
|
2991
3145
|
}
|
|
3146
|
+
.steedos-amis-instance-view .instance-approve-history tr[data-user-name] {
|
|
3147
|
+
cursor: pointer;
|
|
3148
|
+
}
|
|
3149
|
+
.steedos-amis-instance-view .instance-approve-history td.cursor-default {
|
|
3150
|
+
cursor: default;
|
|
3151
|
+
}
|
|
2992
3152
|
.instance-applicant-view .antd-Picker .antd-Picker-valueIcon {
|
|
2993
3153
|
display: none;
|
|
2994
3154
|
border: none;
|
|
@@ -3019,7 +3179,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3019
3179
|
.steedos-amis-instance-view {
|
|
3020
3180
|
/* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
|
|
3021
3181
|
/* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
|
|
3022
|
-
/*
|
|
3182
|
+
/* 相关台账信息区域:与附件/相关文件统一左内边距和字号 */
|
|
3183
|
+
/* 底部提交人区域优化 - 向新版 workflow-form-v2 看齐:
|
|
3184
|
+
左右两栏 flex 布局,提交日期右贴齐;字号与表单字段一致 13px;
|
|
3185
|
+
字重 label 500 / value 400 与表单字段层级一致 */
|
|
3023
3186
|
/* 签批历程区域优化:与表单左右对齐、字体统一 */
|
|
3024
3187
|
}
|
|
3025
3188
|
.steedos-amis-instance-view .instance-file-list {
|
|
@@ -3029,6 +3192,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3029
3192
|
padding-top: 0px !important;
|
|
3030
3193
|
/* 去除顶部间距 */
|
|
3031
3194
|
}
|
|
3195
|
+
.steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
|
|
3196
|
+
.steedos-amis-instance-view .instance-file-list .antd-Panel-title,
|
|
3197
|
+
.steedos-amis-instance-view .instance-file-list .antd-List-heading {
|
|
3198
|
+
font-size: 15px !important;
|
|
3199
|
+
font-weight: 600 !important;
|
|
3200
|
+
line-height: 22px !important;
|
|
3201
|
+
color: #374151 !important;
|
|
3202
|
+
/* text-gray-700 */
|
|
3203
|
+
}
|
|
3204
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
|
|
3205
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
|
|
3206
|
+
font-size: 13px !important;
|
|
3207
|
+
font-weight: 400 !important;
|
|
3208
|
+
line-height: 20px !important;
|
|
3209
|
+
}
|
|
3032
3210
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item {
|
|
3033
3211
|
display: flex !important;
|
|
3034
3212
|
justify-content: flex-start !important;
|
|
@@ -3045,8 +3223,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3045
3223
|
/* 统一标题字体 */
|
|
3046
3224
|
}
|
|
3047
3225
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
|
|
3048
|
-
font-size:
|
|
3049
|
-
font-weight:
|
|
3226
|
+
font-size: 15px !important;
|
|
3227
|
+
font-weight: 600 !important;
|
|
3228
|
+
line-height: 22px !important;
|
|
3050
3229
|
color: #374151 !important;
|
|
3051
3230
|
/* text-gray-700 */
|
|
3052
3231
|
}
|
|
@@ -3075,18 +3254,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3075
3254
|
/* 列表单项 - 与附件列表统一 */
|
|
3076
3255
|
/* 删除按钮对齐 */
|
|
3077
3256
|
}
|
|
3257
|
+
.steedos-amis-instance-view .instance-related-list .cxd-Panel-title,
|
|
3258
|
+
.steedos-amis-instance-view .instance-related-list .antd-Panel-title,
|
|
3078
3259
|
.steedos-amis-instance-view .instance-related-list .cxd-List-heading,
|
|
3079
3260
|
.steedos-amis-instance-view .instance-related-list .antd-List-heading {
|
|
3080
3261
|
padding-left: 0 !important;
|
|
3081
3262
|
padding-right: 0 !important;
|
|
3082
3263
|
text-align: left !important;
|
|
3083
|
-
font-weight:
|
|
3264
|
+
font-weight: 600 !important;
|
|
3084
3265
|
border: none !important;
|
|
3085
|
-
font-size:
|
|
3086
|
-
line-height:
|
|
3087
|
-
color: #374151;
|
|
3266
|
+
font-size: 15px !important;
|
|
3267
|
+
line-height: 22px !important;
|
|
3268
|
+
color: #374151 !important;
|
|
3088
3269
|
/* text-gray-700 */
|
|
3089
3270
|
}
|
|
3271
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
|
|
3272
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
|
|
3273
|
+
font-size: 13px !important;
|
|
3274
|
+
font-weight: 400 !important;
|
|
3275
|
+
line-height: 20px !important;
|
|
3276
|
+
}
|
|
3090
3277
|
.steedos-amis-instance-view .instance-related-list .cxd-List-items,
|
|
3091
3278
|
.steedos-amis-instance-view .instance-related-list .antd-List-items {
|
|
3092
3279
|
padding-left: 0 !important;
|
|
@@ -3104,9 +3291,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3104
3291
|
text-align: left;
|
|
3105
3292
|
color: #374151;
|
|
3106
3293
|
/* text-gray-700 */
|
|
3107
|
-
font-size:
|
|
3108
|
-
font-weight:
|
|
3109
|
-
line-height:
|
|
3294
|
+
font-size: 13px;
|
|
3295
|
+
font-weight: 400;
|
|
3296
|
+
line-height: 20px;
|
|
3110
3297
|
}
|
|
3111
3298
|
.steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
|
|
3112
3299
|
.steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
|
|
@@ -3125,63 +3312,97 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3125
3312
|
padding: 4px !important;
|
|
3126
3313
|
min-width: auto !important;
|
|
3127
3314
|
}
|
|
3315
|
+
.steedos-amis-instance-view .instance-related-records {
|
|
3316
|
+
padding-left: 8px !important;
|
|
3317
|
+
padding-right: 8px !important;
|
|
3318
|
+
margin-bottom: 12px !important;
|
|
3319
|
+
/* 与下方表单分隔,避免挤压 */
|
|
3320
|
+
/* 标题 */
|
|
3321
|
+
/* 链接列表项 */
|
|
3322
|
+
}
|
|
3323
|
+
.steedos-amis-instance-view .instance-related-records .cxd-Panel-title,
|
|
3324
|
+
.steedos-amis-instance-view .instance-related-records .antd-Panel-title,
|
|
3325
|
+
.steedos-amis-instance-view .instance-related-records .cxd-List-heading,
|
|
3326
|
+
.steedos-amis-instance-view .instance-related-records .antd-List-heading {
|
|
3327
|
+
font-size: 15px !important;
|
|
3328
|
+
font-weight: 600 !important;
|
|
3329
|
+
line-height: 22px !important;
|
|
3330
|
+
color: #374151 !important;
|
|
3331
|
+
}
|
|
3332
|
+
.steedos-amis-instance-view .instance-related-records a {
|
|
3333
|
+
font-size: 13px;
|
|
3334
|
+
line-height: 20px;
|
|
3335
|
+
}
|
|
3128
3336
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
3129
3337
|
border: none !important;
|
|
3130
|
-
|
|
3131
|
-
/*
|
|
3338
|
+
margin-top: 8px;
|
|
3339
|
+
/* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
|
|
3340
|
+
/* 第一列(提交人)占据剩余空间,文本可截断 */
|
|
3341
|
+
/* 第二列(提交日期)右贴齐 */
|
|
3342
|
+
/* 草稿状态只有一列时(无提交日期),保持左对齐 */
|
|
3132
3343
|
}
|
|
3133
3344
|
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3134
3345
|
border: none !important;
|
|
3135
3346
|
}
|
|
3136
|
-
.steedos-amis-instance-view .instance-applicant-view
|
|
3137
|
-
display:
|
|
3347
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3348
|
+
display: flex !important;
|
|
3349
|
+
flex-direction: row;
|
|
3350
|
+
flex-wrap: nowrap;
|
|
3351
|
+
align-items: center;
|
|
3352
|
+
padding: 8px 8px !important;
|
|
3353
|
+
gap: 8px;
|
|
3138
3354
|
}
|
|
3139
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3140
|
-
width: 100% !important;
|
|
3355
|
+
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3141
3356
|
display: flex !important;
|
|
3142
3357
|
align-items: center !important;
|
|
3143
3358
|
flex-wrap: nowrap;
|
|
3144
|
-
padding
|
|
3359
|
+
padding: 0 !important;
|
|
3360
|
+
white-space: nowrap;
|
|
3361
|
+
font-size: 13px;
|
|
3362
|
+
font-weight: 500;
|
|
3363
|
+
color: #374151;
|
|
3145
3364
|
/* 取消 inline-left 的 float,改由 flex 控制排列 */
|
|
3365
|
+
/* Label:第一个 .antd-TplField (含"提交人:" / "提交日期:") */
|
|
3366
|
+
/* 值文本(人名 / 日期):weight 回归 normal、字号同 13px */
|
|
3146
3367
|
}
|
|
3147
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3368
|
+
.steedos-amis-instance-view .instance-applicant-view td .inline-left {
|
|
3148
3369
|
float: none !important;
|
|
3149
3370
|
display: inline-block !important;
|
|
3150
3371
|
}
|
|
3151
|
-
.steedos-amis-instance-view .instance-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
margin-top: 16px !important;
|
|
3156
|
-
/* 标题 "签批历程":与表单字段标题对齐 */
|
|
3157
|
-
/* 内容容器 */
|
|
3372
|
+
.steedos-amis-instance-view .instance-applicant-view td > .antd-TplField:first-child {
|
|
3373
|
+
font-size: 13px;
|
|
3374
|
+
font-weight: 500;
|
|
3375
|
+
color: #444;
|
|
3158
3376
|
}
|
|
3159
|
-
.steedos-amis-instance-view .instance-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3377
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
|
|
3378
|
+
font-size: 13px;
|
|
3379
|
+
font-weight: 400;
|
|
3380
|
+
color: #1f2937;
|
|
3163
3381
|
}
|
|
3164
|
-
.steedos-amis-instance-view .instance-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3382
|
+
.steedos-amis-instance-view .instance-applicant-view td:first-child {
|
|
3383
|
+
flex: 1 1 auto !important;
|
|
3384
|
+
min-width: 0;
|
|
3385
|
+
justify-content: flex-start;
|
|
3168
3386
|
}
|
|
3169
|
-
.steedos-amis-instance-view .instance-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3387
|
+
.steedos-amis-instance-view .instance-applicant-view td:last-child {
|
|
3388
|
+
flex: 0 0 auto !important;
|
|
3389
|
+
margin-left: auto;
|
|
3390
|
+
justify-content: flex-end;
|
|
3173
3391
|
}
|
|
3174
|
-
.steedos-amis-instance-view .instance-
|
|
3175
|
-
|
|
3176
|
-
margin-
|
|
3177
|
-
|
|
3178
|
-
/* 意见文字 */
|
|
3392
|
+
.steedos-amis-instance-view .instance-applicant-view td:only-child {
|
|
3393
|
+
flex: 1 1 auto !important;
|
|
3394
|
+
margin-left: 0 !important;
|
|
3395
|
+
justify-content: flex-start !important;
|
|
3179
3396
|
}
|
|
3180
|
-
.steedos-amis-instance-view .instance-approve-history
|
|
3181
|
-
|
|
3397
|
+
.steedos-amis-instance-view .instance-approve-history {
|
|
3398
|
+
/* 与附件/表单区域对齐,左右各留 8px */
|
|
3399
|
+
padding-left: 8px !important;
|
|
3400
|
+
padding-right: 8px !important;
|
|
3401
|
+
margin-top: 16px !important;
|
|
3402
|
+
/* 标题 "签批历程":字号统一 */
|
|
3182
3403
|
}
|
|
3183
|
-
.steedos-amis-instance-view .instance-approve-history >
|
|
3184
|
-
font-size:
|
|
3404
|
+
.steedos-amis-instance-view .instance-approve-history > div:first-child {
|
|
3405
|
+
font-size: 16px !important;
|
|
3185
3406
|
}
|
|
3186
3407
|
}
|
|
3187
3408
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
|
|
@@ -3223,23 +3444,51 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3223
3444
|
font-weight: bold;
|
|
3224
3445
|
}
|
|
3225
3446
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .antd-RichTextControl,
|
|
3226
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl
|
|
3447
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl,
|
|
3448
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .antd-RichTextControl,
|
|
3449
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .antd-RichTextControl {
|
|
3227
3450
|
height: 100% !important;
|
|
3228
3451
|
border: none !important;
|
|
3452
|
+
background: transparent !important;
|
|
3229
3453
|
}
|
|
3230
3454
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-tinymce,
|
|
3231
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce
|
|
3455
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce,
|
|
3456
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-tinymce,
|
|
3457
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-tinymce {
|
|
3232
3458
|
height: 100% !important;
|
|
3233
3459
|
border: none !important;
|
|
3234
3460
|
border-radius: 0 !important;
|
|
3461
|
+
background: transparent !important;
|
|
3235
3462
|
}
|
|
3236
|
-
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-
|
|
3237
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-
|
|
3238
|
-
.steedos-amis-instance-view .instance-form-view .steedos-
|
|
3239
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-
|
|
3463
|
+
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area,
|
|
3464
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area,
|
|
3465
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area,
|
|
3466
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area,
|
|
3240
3467
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area__iframe,
|
|
3241
|
-
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe
|
|
3242
|
-
|
|
3468
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe,
|
|
3469
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area__iframe,
|
|
3470
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
|
|
3471
|
+
background: transparent !important;
|
|
3472
|
+
}
|
|
3473
|
+
@media print {
|
|
3474
|
+
.steedos-amis-instance-view .instance-approve-history {
|
|
3475
|
+
padding-left: 0 !important;
|
|
3476
|
+
padding-right: 0 !important;
|
|
3477
|
+
margin-top: 0 !important;
|
|
3478
|
+
}
|
|
3479
|
+
.steedos-amis-instance-view .instance-applicant-view {
|
|
3480
|
+
margin-top: 0 !important;
|
|
3481
|
+
}
|
|
3482
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3483
|
+
padding: 0 !important;
|
|
3484
|
+
gap: 0 !important;
|
|
3485
|
+
}
|
|
3486
|
+
.steedos-amis-instance-view .instance-applicant-view td,
|
|
3487
|
+
.steedos-amis-instance-view .instance-applicant-view td > .antd-TplField,
|
|
3488
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:first-child,
|
|
3489
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
|
|
3490
|
+
font-size: 14px !important;
|
|
3491
|
+
}
|
|
3243
3492
|
}
|
|
3244
3493
|
|
|
3245
3494
|
.steedos-input-table .steedos-delete-button:hover {
|
|
@@ -3392,6 +3641,28 @@ div[name="instanceForm"] .sfield-item {
|
|
|
3392
3641
|
z-index: 11;
|
|
3393
3642
|
animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
|
|
3394
3643
|
}
|
|
3644
|
+
.page-object-detail-empty {
|
|
3645
|
+
display: flex;
|
|
3646
|
+
align-items: center;
|
|
3647
|
+
justify-content: center;
|
|
3648
|
+
background: var(--Page-bg, #fff);
|
|
3649
|
+
}
|
|
3650
|
+
.page-object-detail-empty .page-object-detail-empty__content {
|
|
3651
|
+
padding: 24px;
|
|
3652
|
+
text-align: center;
|
|
3653
|
+
color: var(--text--muted-color, #595959);
|
|
3654
|
+
}
|
|
3655
|
+
.page-object-detail-empty .page-object-detail-empty__icon {
|
|
3656
|
+
width: 56px;
|
|
3657
|
+
height: 56px;
|
|
3658
|
+
margin: 0 auto;
|
|
3659
|
+
color: var(--text--muted-color, #a0a5ab);
|
|
3660
|
+
}
|
|
3661
|
+
.page-object-detail-empty .page-object-detail-empty__text {
|
|
3662
|
+
margin-top: 8px;
|
|
3663
|
+
font-size: 14px;
|
|
3664
|
+
line-height: 22px;
|
|
3665
|
+
}
|
|
3395
3666
|
@keyframes steedos-detail-spin {
|
|
3396
3667
|
0% {
|
|
3397
3668
|
transform: rotate(0deg);
|