@steedos-widgets/amis-object 6.10.52 → 6.10.53-beta.10
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);
|
|
@@ -2318,8 +2364,13 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2318
2364
|
background: #fff;
|
|
2319
2365
|
z-index: 1001;
|
|
2320
2366
|
left: -250px;
|
|
2367
|
+
height: auto !important;
|
|
2368
|
+
padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 24px) !important;
|
|
2321
2369
|
}
|
|
2322
2370
|
}
|
|
2371
|
+
.sidebar .sidebar-wrapper .antd-Nav-Menu-collapsed {
|
|
2372
|
+
width: 34px;
|
|
2373
|
+
}
|
|
2323
2374
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
|
|
2324
2375
|
.antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
|
|
2325
2376
|
height: auto;
|
|
@@ -2555,23 +2606,30 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2555
2606
|
border-bottom: none !important;
|
|
2556
2607
|
}
|
|
2557
2608
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider {
|
|
2558
|
-
|
|
2559
|
-
|
|
2609
|
+
padding-top: 0 !important;
|
|
2610
|
+
margin-top: 12px !important;
|
|
2611
|
+
margin-bottom: 12px !important;
|
|
2560
2612
|
}
|
|
2561
2613
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-title {
|
|
2562
|
-
font-size:
|
|
2614
|
+
font-size: 13px;
|
|
2563
2615
|
font-weight: 600;
|
|
2564
|
-
color: #
|
|
2565
|
-
line-height: 1.
|
|
2616
|
+
color: #1f2937;
|
|
2617
|
+
line-height: 1.4;
|
|
2566
2618
|
letter-spacing: -0.01em;
|
|
2619
|
+
margin-bottom: 4px;
|
|
2567
2620
|
}
|
|
2568
2621
|
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header .mobile-section-desc {
|
|
2569
|
-
font-size:
|
|
2622
|
+
font-size: 12px;
|
|
2570
2623
|
font-weight: 400;
|
|
2571
2624
|
color: #64748b;
|
|
2572
2625
|
line-height: 1.4;
|
|
2573
2626
|
margin-top: 2px;
|
|
2574
2627
|
}
|
|
2628
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-section-divider .mobile-section-header::after {
|
|
2629
|
+
content: "";
|
|
2630
|
+
display: block;
|
|
2631
|
+
border-bottom: 2px solid #9ca3af;
|
|
2632
|
+
}
|
|
2575
2633
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-table .antd-Table-table {
|
|
2576
2634
|
border: none !important;
|
|
2577
2635
|
}
|
|
@@ -2719,6 +2777,53 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2719
2777
|
padding-left: 0 !important;
|
|
2720
2778
|
padding-right: 0 !important;
|
|
2721
2779
|
}
|
|
2780
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-field-card {
|
|
2781
|
+
margin-bottom: 12px;
|
|
2782
|
+
}
|
|
2783
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field {
|
|
2784
|
+
padding: 6px 12px !important;
|
|
2785
|
+
box-sizing: border-box;
|
|
2786
|
+
min-height: 32px;
|
|
2787
|
+
}
|
|
2788
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field > div {
|
|
2789
|
+
width: 100% !important;
|
|
2790
|
+
}
|
|
2791
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item,
|
|
2792
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly {
|
|
2793
|
+
min-height: auto !important;
|
|
2794
|
+
padding: 0 !important;
|
|
2795
|
+
margin: 0 !important;
|
|
2796
|
+
border-bottom: none !important;
|
|
2797
|
+
}
|
|
2798
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after,
|
|
2799
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .steedos-field-input-readonly::after {
|
|
2800
|
+
content: none !important;
|
|
2801
|
+
}
|
|
2802
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-value,
|
|
2803
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-static,
|
|
2804
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-control,
|
|
2805
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-PlainField {
|
|
2806
|
+
padding: 0 !important;
|
|
2807
|
+
margin: 0 !important;
|
|
2808
|
+
border-bottom: none !important;
|
|
2809
|
+
background: transparent !important;
|
|
2810
|
+
font-size: 13px;
|
|
2811
|
+
font-weight: 400;
|
|
2812
|
+
color: #1f2937;
|
|
2813
|
+
line-height: 1.5;
|
|
2814
|
+
}
|
|
2815
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .instance-sign-content {
|
|
2816
|
+
margin-top: 2px !important;
|
|
2817
|
+
margin-bottom: 2px !important;
|
|
2818
|
+
}
|
|
2819
|
+
@media (max-width: 768px) {
|
|
2820
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item {
|
|
2821
|
+
border-bottom: none !important;
|
|
2822
|
+
}
|
|
2823
|
+
.steedos-amis-instance-view .instance-form-view-mobile .mobile-readonly-field .antd-Form-item::after {
|
|
2824
|
+
content: none !important;
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2722
2827
|
.steedos-amis-instance-view {
|
|
2723
2828
|
font-size: 0.8125rem;
|
|
2724
2829
|
}
|
|
@@ -2729,6 +2834,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2729
2834
|
background: #fff;
|
|
2730
2835
|
z-index: 999;
|
|
2731
2836
|
}
|
|
2837
|
+
@media (max-width: 768px) {
|
|
2838
|
+
.steedos-amis-instance-view .instance-name {
|
|
2839
|
+
font-size: 15px;
|
|
2840
|
+
font-weight: 700;
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2732
2843
|
.steedos-amis-instance-view .instance-form-view {
|
|
2733
2844
|
width: 100%;
|
|
2734
2845
|
border-collapse: collapse;
|
|
@@ -2786,6 +2897,18 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2786
2897
|
padding-left: 0rem !important;
|
|
2787
2898
|
border-left: 0px;
|
|
2788
2899
|
}
|
|
2900
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Table-table thead tr th:not(.antd-Table-operationCell) {
|
|
2901
|
+
padding-left: 8px !important;
|
|
2902
|
+
padding-right: 8px !important;
|
|
2903
|
+
}
|
|
2904
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static > .antd-Form-control {
|
|
2905
|
+
padding-left: 0 !important;
|
|
2906
|
+
padding-right: 0 !important;
|
|
2907
|
+
}
|
|
2908
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-table .antd-Form-static.antd-Form-control {
|
|
2909
|
+
padding-left: 0 !important;
|
|
2910
|
+
padding-right: 0 !important;
|
|
2911
|
+
}
|
|
2789
2912
|
.steedos-amis-instance-view .instance-form-view .antd-Form-static.antd-Form-control {
|
|
2790
2913
|
padding-left: 0.75rem !important;
|
|
2791
2914
|
}
|
|
@@ -3019,7 +3142,10 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3019
3142
|
.steedos-amis-instance-view {
|
|
3020
3143
|
/* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
|
|
3021
3144
|
/* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
|
|
3022
|
-
/*
|
|
3145
|
+
/* 相关台账信息区域:与附件/相关文件统一左内边距和字号 */
|
|
3146
|
+
/* 底部提交人区域优化 - 向新版 workflow-form-v2 看齐:
|
|
3147
|
+
左右两栏 flex 布局,提交日期右贴齐;字号与表单字段一致 13px;
|
|
3148
|
+
字重 label 500 / value 400 与表单字段层级一致 */
|
|
3023
3149
|
/* 签批历程区域优化:与表单左右对齐、字体统一 */
|
|
3024
3150
|
}
|
|
3025
3151
|
.steedos-amis-instance-view .instance-file-list {
|
|
@@ -3029,6 +3155,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3029
3155
|
padding-top: 0px !important;
|
|
3030
3156
|
/* 去除顶部间距 */
|
|
3031
3157
|
}
|
|
3158
|
+
.steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
|
|
3159
|
+
.steedos-amis-instance-view .instance-file-list .antd-Panel-title,
|
|
3160
|
+
.steedos-amis-instance-view .instance-file-list .antd-List-heading {
|
|
3161
|
+
font-size: 15px !important;
|
|
3162
|
+
font-weight: 600 !important;
|
|
3163
|
+
line-height: 22px !important;
|
|
3164
|
+
color: #374151 !important;
|
|
3165
|
+
/* text-gray-700 */
|
|
3166
|
+
}
|
|
3167
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
|
|
3168
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
|
|
3169
|
+
font-size: 13px !important;
|
|
3170
|
+
font-weight: 400 !important;
|
|
3171
|
+
line-height: 20px !important;
|
|
3172
|
+
}
|
|
3032
3173
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item {
|
|
3033
3174
|
display: flex !important;
|
|
3034
3175
|
justify-content: flex-start !important;
|
|
@@ -3045,8 +3186,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3045
3186
|
/* 统一标题字体 */
|
|
3046
3187
|
}
|
|
3047
3188
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
|
|
3048
|
-
font-size:
|
|
3049
|
-
font-weight:
|
|
3189
|
+
font-size: 15px !important;
|
|
3190
|
+
font-weight: 600 !important;
|
|
3191
|
+
line-height: 22px !important;
|
|
3050
3192
|
color: #374151 !important;
|
|
3051
3193
|
/* text-gray-700 */
|
|
3052
3194
|
}
|
|
@@ -3075,18 +3217,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3075
3217
|
/* 列表单项 - 与附件列表统一 */
|
|
3076
3218
|
/* 删除按钮对齐 */
|
|
3077
3219
|
}
|
|
3220
|
+
.steedos-amis-instance-view .instance-related-list .cxd-Panel-title,
|
|
3221
|
+
.steedos-amis-instance-view .instance-related-list .antd-Panel-title,
|
|
3078
3222
|
.steedos-amis-instance-view .instance-related-list .cxd-List-heading,
|
|
3079
3223
|
.steedos-amis-instance-view .instance-related-list .antd-List-heading {
|
|
3080
3224
|
padding-left: 0 !important;
|
|
3081
3225
|
padding-right: 0 !important;
|
|
3082
3226
|
text-align: left !important;
|
|
3083
|
-
font-weight:
|
|
3227
|
+
font-weight: 600 !important;
|
|
3084
3228
|
border: none !important;
|
|
3085
|
-
font-size:
|
|
3086
|
-
line-height:
|
|
3087
|
-
color: #374151;
|
|
3229
|
+
font-size: 15px !important;
|
|
3230
|
+
line-height: 22px !important;
|
|
3231
|
+
color: #374151 !important;
|
|
3088
3232
|
/* text-gray-700 */
|
|
3089
3233
|
}
|
|
3234
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
|
|
3235
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
|
|
3236
|
+
font-size: 13px !important;
|
|
3237
|
+
font-weight: 400 !important;
|
|
3238
|
+
line-height: 20px !important;
|
|
3239
|
+
}
|
|
3090
3240
|
.steedos-amis-instance-view .instance-related-list .cxd-List-items,
|
|
3091
3241
|
.steedos-amis-instance-view .instance-related-list .antd-List-items {
|
|
3092
3242
|
padding-left: 0 !important;
|
|
@@ -3104,9 +3254,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3104
3254
|
text-align: left;
|
|
3105
3255
|
color: #374151;
|
|
3106
3256
|
/* text-gray-700 */
|
|
3107
|
-
font-size:
|
|
3108
|
-
font-weight:
|
|
3109
|
-
line-height:
|
|
3257
|
+
font-size: 13px;
|
|
3258
|
+
font-weight: 400;
|
|
3259
|
+
line-height: 20px;
|
|
3110
3260
|
}
|
|
3111
3261
|
.steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
|
|
3112
3262
|
.steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
|
|
@@ -3125,29 +3275,82 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3125
3275
|
padding: 4px !important;
|
|
3126
3276
|
min-width: auto !important;
|
|
3127
3277
|
}
|
|
3278
|
+
.steedos-amis-instance-view .instance-related-records {
|
|
3279
|
+
padding-left: 8px !important;
|
|
3280
|
+
padding-right: 8px !important;
|
|
3281
|
+
margin-bottom: 12px !important;
|
|
3282
|
+
/* 与下方表单分隔,避免挤压 */
|
|
3283
|
+
/* 标题 */
|
|
3284
|
+
/* 链接列表项 */
|
|
3285
|
+
}
|
|
3286
|
+
.steedos-amis-instance-view .instance-related-records .cxd-Panel-title,
|
|
3287
|
+
.steedos-amis-instance-view .instance-related-records .antd-Panel-title,
|
|
3288
|
+
.steedos-amis-instance-view .instance-related-records .cxd-List-heading,
|
|
3289
|
+
.steedos-amis-instance-view .instance-related-records .antd-List-heading {
|
|
3290
|
+
font-size: 15px !important;
|
|
3291
|
+
font-weight: 600 !important;
|
|
3292
|
+
line-height: 22px !important;
|
|
3293
|
+
color: #374151 !important;
|
|
3294
|
+
}
|
|
3295
|
+
.steedos-amis-instance-view .instance-related-records a {
|
|
3296
|
+
font-size: 13px;
|
|
3297
|
+
line-height: 20px;
|
|
3298
|
+
}
|
|
3128
3299
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
3129
3300
|
border: none !important;
|
|
3130
|
-
|
|
3131
|
-
/*
|
|
3301
|
+
margin-top: 8px;
|
|
3302
|
+
/* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
|
|
3303
|
+
/* 第一列(提交人)占据剩余空间,文本可截断 */
|
|
3304
|
+
/* 第二列(提交日期)右贴齐 */
|
|
3132
3305
|
}
|
|
3133
3306
|
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3134
3307
|
border: none !important;
|
|
3135
3308
|
}
|
|
3136
|
-
.steedos-amis-instance-view .instance-applicant-view
|
|
3137
|
-
display:
|
|
3309
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3310
|
+
display: flex !important;
|
|
3311
|
+
flex-direction: row;
|
|
3312
|
+
flex-wrap: nowrap;
|
|
3313
|
+
align-items: center;
|
|
3314
|
+
padding: 8px 8px !important;
|
|
3315
|
+
gap: 8px;
|
|
3138
3316
|
}
|
|
3139
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3140
|
-
width: 100% !important;
|
|
3317
|
+
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3141
3318
|
display: flex !important;
|
|
3142
3319
|
align-items: center !important;
|
|
3143
3320
|
flex-wrap: nowrap;
|
|
3144
|
-
padding
|
|
3321
|
+
padding: 0 !important;
|
|
3322
|
+
white-space: nowrap;
|
|
3323
|
+
font-size: 13px;
|
|
3324
|
+
font-weight: 500;
|
|
3325
|
+
color: #374151;
|
|
3145
3326
|
/* 取消 inline-left 的 float,改由 flex 控制排列 */
|
|
3327
|
+
/* Label:第一个 .antd-TplField (含"提交人:" / "提交日期:") */
|
|
3328
|
+
/* 值文本(人名 / 日期):weight 回归 normal、字号同 13px */
|
|
3146
3329
|
}
|
|
3147
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3330
|
+
.steedos-amis-instance-view .instance-applicant-view td .inline-left {
|
|
3148
3331
|
float: none !important;
|
|
3149
3332
|
display: inline-block !important;
|
|
3150
3333
|
}
|
|
3334
|
+
.steedos-amis-instance-view .instance-applicant-view td > .antd-TplField:first-child {
|
|
3335
|
+
font-size: 13px;
|
|
3336
|
+
font-weight: 500;
|
|
3337
|
+
color: #444;
|
|
3338
|
+
}
|
|
3339
|
+
.steedos-amis-instance-view .instance-applicant-view td .antd-TplField:last-child {
|
|
3340
|
+
font-size: 13px;
|
|
3341
|
+
font-weight: 400;
|
|
3342
|
+
color: #1f2937;
|
|
3343
|
+
}
|
|
3344
|
+
.steedos-amis-instance-view .instance-applicant-view td:first-child {
|
|
3345
|
+
flex: 1 1 auto !important;
|
|
3346
|
+
min-width: 0;
|
|
3347
|
+
justify-content: flex-start;
|
|
3348
|
+
}
|
|
3349
|
+
.steedos-amis-instance-view .instance-applicant-view td:last-child {
|
|
3350
|
+
flex: 0 0 auto !important;
|
|
3351
|
+
margin-left: auto;
|
|
3352
|
+
justify-content: flex-end;
|
|
3353
|
+
}
|
|
3151
3354
|
.steedos-amis-instance-view .instance-approve-history {
|
|
3152
3355
|
/* 与表单 px-2 对齐,覆盖模板中的 border-t */
|
|
3153
3356
|
padding-left: 0 !important;
|
|
@@ -3223,23 +3426,31 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3223
3426
|
font-weight: bold;
|
|
3224
3427
|
}
|
|
3225
3428
|
.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
|
|
3429
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .antd-RichTextControl,
|
|
3430
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .antd-RichTextControl,
|
|
3431
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .antd-RichTextControl {
|
|
3227
3432
|
height: 100% !important;
|
|
3228
3433
|
border: none !important;
|
|
3434
|
+
background: transparent !important;
|
|
3229
3435
|
}
|
|
3230
3436
|
.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
|
|
3437
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-tinymce,
|
|
3438
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-tinymce,
|
|
3439
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-tinymce {
|
|
3232
3440
|
height: 100% !important;
|
|
3233
3441
|
border: none !important;
|
|
3234
3442
|
border-radius: 0 !important;
|
|
3443
|
+
background: transparent !important;
|
|
3235
3444
|
}
|
|
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-
|
|
3445
|
+
.steedos-amis-instance-view .instance-form-view .steedos-field-html-edit .tox-edit-area,
|
|
3446
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area,
|
|
3447
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area,
|
|
3448
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area,
|
|
3240
3449
|
.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
|
-
|
|
3450
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-edit .tox-edit-area__iframe,
|
|
3451
|
+
.steedos-amis-instance-view .instance-form-view .steedos-input-rich-text-edit .tox-edit-area__iframe,
|
|
3452
|
+
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
|
|
3453
|
+
background: transparent !important;
|
|
3243
3454
|
}
|
|
3244
3455
|
|
|
3245
3456
|
.steedos-input-table .steedos-delete-button:hover {
|
|
@@ -3338,6 +3549,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3338
3549
|
border-bottom: 1px solid #e5e7eb;
|
|
3339
3550
|
}
|
|
3340
3551
|
}
|
|
3552
|
+
.steedos-input-table .antd-Table-table .antd-Form-item .antd-Form-static {
|
|
3553
|
+
word-break: normal;
|
|
3554
|
+
}
|
|
3341
3555
|
.steedos-input-table .antd-Table-table .antd-Form-item .antd-Form-static .antd-NumberField {
|
|
3342
3556
|
white-space: nowrap;
|
|
3343
3557
|
word-break: normal;
|
|
@@ -3389,6 +3603,28 @@ div[name="instanceForm"] .sfield-item {
|
|
|
3389
3603
|
z-index: 11;
|
|
3390
3604
|
animation: steedos-detail-spin 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite, steedos-detail-fade-in 0.15s ease-out;
|
|
3391
3605
|
}
|
|
3606
|
+
.page-object-detail-empty {
|
|
3607
|
+
display: flex;
|
|
3608
|
+
align-items: center;
|
|
3609
|
+
justify-content: center;
|
|
3610
|
+
background: var(--Page-bg, #fff);
|
|
3611
|
+
}
|
|
3612
|
+
.page-object-detail-empty .page-object-detail-empty__content {
|
|
3613
|
+
padding: 24px;
|
|
3614
|
+
text-align: center;
|
|
3615
|
+
color: var(--text--muted-color, #595959);
|
|
3616
|
+
}
|
|
3617
|
+
.page-object-detail-empty .page-object-detail-empty__icon {
|
|
3618
|
+
width: 56px;
|
|
3619
|
+
height: 56px;
|
|
3620
|
+
margin: 0 auto;
|
|
3621
|
+
color: var(--text--muted-color, #a0a5ab);
|
|
3622
|
+
}
|
|
3623
|
+
.page-object-detail-empty .page-object-detail-empty__text {
|
|
3624
|
+
margin-top: 8px;
|
|
3625
|
+
font-size: 14px;
|
|
3626
|
+
line-height: 22px;
|
|
3627
|
+
}
|
|
3392
3628
|
@keyframes steedos-detail-spin {
|
|
3393
3629
|
0% {
|
|
3394
3630
|
transform: rotate(0deg);
|