@steedos-widgets/amis-object 6.10.53-beta.10 → 6.10.53-beta.14
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 +77 -39
- 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
|
@@ -2273,6 +2273,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2273
2273
|
overflow-y: unset;
|
|
2274
2274
|
max-height: unset;
|
|
2275
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
|
+
}
|
|
2276
2281
|
}
|
|
2277
2282
|
|
|
2278
2283
|
.sidebar-wrapper {
|
|
@@ -2333,24 +2338,45 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2333
2338
|
opacity: 1;
|
|
2334
2339
|
}
|
|
2335
2340
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content {
|
|
2336
|
-
position:
|
|
2337
|
-
left:
|
|
2338
|
-
right:
|
|
2339
|
-
top:
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
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;
|
|
2344
2350
|
padding: 0;
|
|
2345
|
-
background:
|
|
2351
|
+
background: #fff;
|
|
2346
2352
|
border: none;
|
|
2347
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
|
+
}
|
|
2348
2360
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body {
|
|
2349
2361
|
padding: 0;
|
|
2350
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;
|
|
2351
2375
|
}
|
|
2352
2376
|
.steedos-header-toolbar-notifications-dialog .antd-Modal-content .antd-Modal-body .steedos-header-toolbar-notifications-panel .steedos-header-toolbar-notifications-list {
|
|
2353
|
-
max-height:
|
|
2377
|
+
max-height: unset;
|
|
2378
|
+
flex: 1;
|
|
2379
|
+
overflow-y: auto;
|
|
2354
2380
|
margin: 0;
|
|
2355
2381
|
}
|
|
2356
2382
|
.sidebar.sidebar-open .sidebar-wrapper {
|
|
@@ -3023,6 +3049,11 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3023
3049
|
padding: 8px !important;
|
|
3024
3050
|
}
|
|
3025
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
|
+
}
|
|
3026
3057
|
.steedos-amis-instance-view .antd-PullRefresh {
|
|
3027
3058
|
height: 100%;
|
|
3028
3059
|
}
|
|
@@ -3112,6 +3143,12 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3112
3143
|
max-width: 90px;
|
|
3113
3144
|
max-height: 60px;
|
|
3114
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
|
+
}
|
|
3115
3152
|
.instance-applicant-view .antd-Picker .antd-Picker-valueIcon {
|
|
3116
3153
|
display: none;
|
|
3117
3154
|
border: none;
|
|
@@ -3302,6 +3339,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3302
3339
|
/* 提交人和提交日期在同一行显示,与 v2 表单风格一致 */
|
|
3303
3340
|
/* 第一列(提交人)占据剩余空间,文本可截断 */
|
|
3304
3341
|
/* 第二列(提交日期)右贴齐 */
|
|
3342
|
+
/* 草稿状态只有一列时(无提交日期),保持左对齐 */
|
|
3305
3343
|
}
|
|
3306
3344
|
.steedos-amis-instance-view .instance-applicant-view td {
|
|
3307
3345
|
border: none !important;
|
|
@@ -3351,41 +3389,21 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3351
3389
|
margin-left: auto;
|
|
3352
3390
|
justify-content: flex-end;
|
|
3353
3391
|
}
|
|
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;
|
|
3396
|
+
}
|
|
3354
3397
|
.steedos-amis-instance-view .instance-approve-history {
|
|
3355
|
-
/*
|
|
3356
|
-
padding-left:
|
|
3357
|
-
padding-right:
|
|
3398
|
+
/* 与附件/表单区域对齐,左右各留 8px */
|
|
3399
|
+
padding-left: 8px !important;
|
|
3400
|
+
padding-right: 8px !important;
|
|
3358
3401
|
margin-top: 16px !important;
|
|
3359
|
-
/* 标题 "签批历程"
|
|
3360
|
-
/* 内容容器 */
|
|
3402
|
+
/* 标题 "签批历程":字号统一 */
|
|
3361
3403
|
}
|
|
3362
3404
|
.steedos-amis-instance-view .instance-approve-history > div:first-child {
|
|
3363
|
-
padding-left: 8px !important;
|
|
3364
|
-
padding-right: 8px !important;
|
|
3365
3405
|
font-size: 16px !important;
|
|
3366
3406
|
}
|
|
3367
|
-
.steedos-amis-instance-view .instance-approve-history > .flex.flex-col {
|
|
3368
|
-
font-size: 14px !important;
|
|
3369
|
-
/* 步骤名称(如"开始"、"车间主管领导(会签)") */
|
|
3370
|
-
/* 每条审批卡片 */
|
|
3371
|
-
}
|
|
3372
|
-
.steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="text-xs"] {
|
|
3373
|
-
padding-left: 8px !important;
|
|
3374
|
-
padding-right: 8px !important;
|
|
3375
|
-
font-size: 14px !important;
|
|
3376
|
-
}
|
|
3377
|
-
.steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] {
|
|
3378
|
-
margin-left: 8px !important;
|
|
3379
|
-
margin-right: 8px !important;
|
|
3380
|
-
/* 审批人名字 */
|
|
3381
|
-
/* 意见文字 */
|
|
3382
|
-
}
|
|
3383
|
-
.steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-\[15px\] {
|
|
3384
|
-
font-size: 15px !important;
|
|
3385
|
-
}
|
|
3386
|
-
.steedos-amis-instance-view .instance-approve-history > .flex.flex-col > div[class*="px-4"][class*="mx-4"] .text-sm {
|
|
3387
|
-
font-size: 14px !important;
|
|
3388
|
-
}
|
|
3389
3407
|
}
|
|
3390
3408
|
.steedos-amis-instance-view .instance-form-view .steedos-field-html-readonly,
|
|
3391
3409
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-field-html-readonly,
|
|
@@ -3452,6 +3470,26 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
3452
3470
|
.steedos-amis-instance-view .instance-form-view-mobile .steedos-input-rich-text-edit .tox-edit-area__iframe {
|
|
3453
3471
|
background: transparent !important;
|
|
3454
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
|
+
}
|
|
3492
|
+
}
|
|
3455
3493
|
|
|
3456
3494
|
.steedos-input-table .steedos-delete-button:hover {
|
|
3457
3495
|
color: rgb(239 68 68) !important;
|