@steedos-widgets/amis-object 6.10.53-beta.7 → 6.10.53-beta.9
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 +48 -16
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/package.json +4 -4
package/dist/amis-object.umd.css
CHANGED
|
@@ -3082,6 +3082,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3082
3082
|
.steedos-amis-instance-view {
|
|
3083
3083
|
/* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
|
|
3084
3084
|
/* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
|
|
3085
|
+
/* 相关台账信息区域:与附件/相关文件统一左内边距,但保留原有链接样式与点击区域 */
|
|
3085
3086
|
/* 底部提交人区域优化 */
|
|
3086
3087
|
/* 签批历程区域优化:与表单左右对齐、字体统一 */
|
|
3087
3088
|
}
|
|
@@ -3092,6 +3093,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3092
3093
|
padding-top: 0px !important;
|
|
3093
3094
|
/* 去除顶部间距 */
|
|
3094
3095
|
}
|
|
3096
|
+
.steedos-amis-instance-view .instance-file-list .cxd-Panel-title,
|
|
3097
|
+
.steedos-amis-instance-view .instance-file-list .antd-Panel-title,
|
|
3098
|
+
.steedos-amis-instance-view .instance-file-list .antd-List-heading {
|
|
3099
|
+
font-size: 16px !important;
|
|
3100
|
+
font-weight: 600 !important;
|
|
3101
|
+
line-height: 24px !important;
|
|
3102
|
+
color: #374151 !important;
|
|
3103
|
+
/* text-gray-700 */
|
|
3104
|
+
}
|
|
3105
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list a.text-base,
|
|
3106
|
+
.steedos-amis-instance-view .instance-file-list .instance-scrollable-list button.text-base {
|
|
3107
|
+
font-size: 16px !important;
|
|
3108
|
+
font-weight: 400 !important;
|
|
3109
|
+
line-height: 24px !important;
|
|
3110
|
+
}
|
|
3095
3111
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item {
|
|
3096
3112
|
display: flex !important;
|
|
3097
3113
|
justify-content: flex-start !important;
|
|
@@ -3108,8 +3124,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3108
3124
|
/* 统一标题字体 */
|
|
3109
3125
|
}
|
|
3110
3126
|
.steedos-amis-instance-view .instance-file-list .antd-Form-item .antd-Form-label.antd-List-heading {
|
|
3111
|
-
font-size:
|
|
3112
|
-
font-weight:
|
|
3127
|
+
font-size: 16px !important;
|
|
3128
|
+
font-weight: 600 !important;
|
|
3129
|
+
line-height: 24px !important;
|
|
3113
3130
|
color: #374151 !important;
|
|
3114
3131
|
/* text-gray-700 */
|
|
3115
3132
|
}
|
|
@@ -3138,18 +3155,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3138
3155
|
/* 列表单项 - 与附件列表统一 */
|
|
3139
3156
|
/* 删除按钮对齐 */
|
|
3140
3157
|
}
|
|
3158
|
+
.steedos-amis-instance-view .instance-related-list .cxd-Panel-title,
|
|
3159
|
+
.steedos-amis-instance-view .instance-related-list .antd-Panel-title,
|
|
3141
3160
|
.steedos-amis-instance-view .instance-related-list .cxd-List-heading,
|
|
3142
3161
|
.steedos-amis-instance-view .instance-related-list .antd-List-heading {
|
|
3143
3162
|
padding-left: 0 !important;
|
|
3144
3163
|
padding-right: 0 !important;
|
|
3145
3164
|
text-align: left !important;
|
|
3146
|
-
font-weight:
|
|
3165
|
+
font-weight: 600 !important;
|
|
3147
3166
|
border: none !important;
|
|
3148
|
-
font-size:
|
|
3149
|
-
line-height:
|
|
3150
|
-
color: #374151;
|
|
3167
|
+
font-size: 16px !important;
|
|
3168
|
+
line-height: 24px !important;
|
|
3169
|
+
color: #374151 !important;
|
|
3151
3170
|
/* text-gray-700 */
|
|
3152
3171
|
}
|
|
3172
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list a.text-base,
|
|
3173
|
+
.steedos-amis-instance-view .instance-related-list .instance-scrollable-list button.text-base {
|
|
3174
|
+
font-size: 16px !important;
|
|
3175
|
+
font-weight: 400 !important;
|
|
3176
|
+
line-height: 24px !important;
|
|
3177
|
+
}
|
|
3153
3178
|
.steedos-amis-instance-view .instance-related-list .cxd-List-items,
|
|
3154
3179
|
.steedos-amis-instance-view .instance-related-list .antd-List-items {
|
|
3155
3180
|
padding-left: 0 !important;
|
|
@@ -3167,9 +3192,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3167
3192
|
text-align: left;
|
|
3168
3193
|
color: #374151;
|
|
3169
3194
|
/* text-gray-700 */
|
|
3170
|
-
font-size:
|
|
3171
|
-
font-weight:
|
|
3172
|
-
line-height:
|
|
3195
|
+
font-size: 16px;
|
|
3196
|
+
font-weight: 400;
|
|
3197
|
+
line-height: 24px;
|
|
3173
3198
|
}
|
|
3174
3199
|
.steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
|
|
3175
3200
|
.steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
|
|
@@ -3188,26 +3213,33 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3188
3213
|
padding: 4px !important;
|
|
3189
3214
|
min-width: auto !important;
|
|
3190
3215
|
}
|
|
3216
|
+
.steedos-amis-instance-view .instance-related-records {
|
|
3217
|
+
padding-left: 8px !important;
|
|
3218
|
+
padding-right: 8px !important;
|
|
3219
|
+
margin-bottom: 12px !important;
|
|
3220
|
+
/* 与下方表单分隔,避免挤压 */
|
|
3221
|
+
}
|
|
3191
3222
|
.steedos-amis-instance-view .instance-applicant-view {
|
|
3192
3223
|
border: none !important;
|
|
3193
|
-
/*
|
|
3194
|
-
/* 提交人列占满宽度,用flex确保label在左、value在右 */
|
|
3224
|
+
/* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
|
|
3195
3225
|
}
|
|
3196
3226
|
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3197
3227
|
border: none !important;
|
|
3198
3228
|
}
|
|
3199
|
-
.steedos-amis-instance-view .instance-applicant-view
|
|
3200
|
-
display:
|
|
3229
|
+
.steedos-amis-instance-view .instance-applicant-view tr {
|
|
3230
|
+
display: flex !important;
|
|
3231
|
+
flex-direction: row;
|
|
3232
|
+
flex-wrap: nowrap;
|
|
3201
3233
|
}
|
|
3202
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3203
|
-
width: 100% !important;
|
|
3234
|
+
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3204
3235
|
display: flex !important;
|
|
3205
3236
|
align-items: center !important;
|
|
3206
3237
|
flex-wrap: nowrap;
|
|
3207
3238
|
padding-left: 6px;
|
|
3239
|
+
white-space: nowrap;
|
|
3208
3240
|
/* 取消 inline-left 的 float,改由 flex 控制排列 */
|
|
3209
3241
|
}
|
|
3210
|
-
.steedos-amis-instance-view .instance-applicant-view td
|
|
3242
|
+
.steedos-amis-instance-view .instance-applicant-view td .inline-left {
|
|
3211
3243
|
float: none !important;
|
|
3212
3244
|
display: inline-block !important;
|
|
3213
3245
|
}
|