@steedos-widgets/amis-object 6.10.52-beta.25 → 6.10.52-beta.27

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.
@@ -491,6 +491,11 @@ fieldset.antd-Collapse > legend{
491
491
  margin-left: 1rem !important;
492
492
  }
493
493
 
494
+ :root {
495
+ --Toast-paddingY: 0.5rem;
496
+ --Toast-paddingX: 0.5rem;
497
+ }
498
+
494
499
  .ant-dropdown{
495
500
  z-index: 1400;
496
501
  }
@@ -575,6 +580,8 @@ fieldset.antd-Collapse > legend{
575
580
  }
576
581
  }
577
582
 
583
+
584
+
578
585
  /* @tailwind base; */
579
586
  @tailwind components;
580
587
  @tailwind utilities;
@@ -2907,7 +2914,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2907
2914
  @media (max-width: 768px) {
2908
2915
  .steedos-amis-instance-view {
2909
2916
  /* 附件区域优化: 让 Label 和上传按钮靠左紧凑排列 */
2910
- /* 相关文件区域优化: 标题和列表项左对齐 */
2917
+ /* 相关文件区域优化: 标题和列表项左对齐,与附件列表风格统一 */
2911
2918
  /* 底部提交人区域优化 */
2912
2919
  /* 签批历程区域优化:与表单左右对齐、字体统一 */
2913
2920
  }
@@ -2961,7 +2968,8 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2961
2968
  padding-right: 8px !important;
2962
2969
  /* 标题区域 */
2963
2970
  /* 列表容器 */
2964
- /* 列表单项 */
2971
+ /* 列表单项 - 与附件列表统一 */
2972
+ /* 删除按钮对齐 */
2965
2973
  }
2966
2974
  .steedos-amis-instance-view .instance-related-list .cxd-List-heading,
2967
2975
  .steedos-amis-instance-view .instance-related-list .antd-List-heading {
@@ -2970,7 +2978,6 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2970
2978
  text-align: left !important;
2971
2979
  font-weight: bold;
2972
2980
  border: none !important;
2973
- /* 统一字体大小 */
2974
2981
  font-size: 14px !important;
2975
2982
  line-height: 1.5;
2976
2983
  color: #374151;
@@ -2983,8 +2990,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2983
2990
  }
2984
2991
  .steedos-amis-instance-view .instance-related-list .cxd-List-item,
2985
2992
  .steedos-amis-instance-view .instance-related-list .antd-List-item {
2986
- padding-top: 8px !important;
2987
- padding-bottom: 8px !important;
2993
+ padding: 8px 0 !important;
2988
2994
  margin: 0 !important;
2989
2995
  border-bottom: 1px solid #f0f0f0;
2990
2996
  }
@@ -2992,14 +2998,29 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2992
2998
  .steedos-amis-instance-view .instance-related-list .antd-List-item a {
2993
2999
  display: block;
2994
3000
  text-align: left;
2995
- color: inherit;
2996
- /* 统一内容字体大小 */
2997
- font-size: 16px;
3001
+ color: #374151;
3002
+ /* text-gray-700 */
3003
+ font-size: 14px;
3004
+ font-weight: 500;
3005
+ line-height: 1.5;
3006
+ }
3007
+ .steedos-amis-instance-view .instance-related-list .cxd-List-item a:hover,
3008
+ .steedos-amis-instance-view .instance-related-list .antd-List-item a:hover {
3009
+ color: #2563eb;
3010
+ /* text-blue-600 */
3011
+ text-decoration: underline;
2998
3012
  }
2999
3013
  .steedos-amis-instance-view .instance-related-list .antd-ListItem--actions-at-right {
3000
3014
  padding-left: 0 !important;
3001
3015
  padding-right: 0 !important;
3002
3016
  }
3017
+ .steedos-amis-instance-view .instance-related-list .cxd-ListItem-actions .cxd-Button--link,
3018
+ .steedos-amis-instance-view .instance-related-list .antd-ListItem-actions .cxd-Button--link,
3019
+ .steedos-amis-instance-view .instance-related-list .cxd-ListItem-actions .antd-Button--link,
3020
+ .steedos-amis-instance-view .instance-related-list .antd-ListItem-actions .antd-Button--link {
3021
+ padding: 4px !important;
3022
+ min-width: auto !important;
3023
+ }
3003
3024
  .steedos-amis-instance-view .instance-applicant-view {
3004
3025
  border: none !important;
3005
3026
  /* 隐藏提交日期列(第二个td) */