@longhongguo/form-create-ant-design-vue 3.4.51 → 3.4.53

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.
@@ -259,6 +259,12 @@ textarea[readonly].ant-input {
259
259
  pointer-events: auto !important;
260
260
  }
261
261
 
262
+ /* 多图上传 FcMultiImageUpload:只读缩略图预览 / 内联灯箱需可点 */
263
+ .form-create.is-preview .fc-multi-image-upload,
264
+ .form-create.is-preview .fc-multi-image-upload * {
265
+ pointer-events: auto !important;
266
+ }
267
+
262
268
  /* 预览模式:允许滚动条滚动(针对有滚动条的容器) */
263
269
  .form-create.is-preview .ant-table-body,
264
270
  .form-create.is-preview .ant-table-tbody,
@@ -259,6 +259,12 @@ textarea[readonly].ant-input {
259
259
  pointer-events: auto !important;
260
260
  }
261
261
 
262
+ /* 多图上传 FcMultiImageUpload:只读缩略图预览 / 内联灯箱需可点 */
263
+ .form-create.is-preview .fc-multi-image-upload,
264
+ .form-create.is-preview .fc-multi-image-upload * {
265
+ pointer-events: auto !important;
266
+ }
267
+
262
268
  /* 预览模式:允许滚动条滚动(针对有滚动条的容器) */
263
269
  .form-create.is-preview .ant-table-body,
264
270
  .form-create.is-preview .ant-table-tbody,