@longhongguo/form-create-ant-design-vue 3.4.83 → 3.4.85

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.
@@ -294,6 +294,12 @@ textarea[readonly].ant-input {
294
294
  pointer-events: auto !important;
295
295
  }
296
296
 
297
+ /* 业务组件:商家运营分析 MerchantOperationAnalysisBlock(预览下门店分析 Tab、多平台展开收起、关闭等需可点) */
298
+ .form-create.is-preview .fc-moa-root,
299
+ .form-create.is-preview .fc-moa-root * {
300
+ pointer-events: auto !important;
301
+ }
302
+
297
303
  /* 预览模式:允许滚动条滚动(针对有滚动条的容器) */
298
304
  .form-create.is-preview .ant-table-body,
299
305
  .form-create.is-preview .ant-table-tbody,
@@ -294,6 +294,12 @@ textarea[readonly].ant-input {
294
294
  pointer-events: auto !important;
295
295
  }
296
296
 
297
+ /* 业务组件:商家运营分析 MerchantOperationAnalysisBlock(预览下门店分析 Tab、多平台展开收起、关闭等需可点) */
298
+ .form-create.is-preview .fc-moa-root,
299
+ .form-create.is-preview .fc-moa-root * {
300
+ pointer-events: auto !important;
301
+ }
302
+
297
303
  /* 预览模式:允许滚动条滚动(针对有滚动条的容器) */
298
304
  .form-create.is-preview .ant-table-body,
299
305
  .form-create.is-preview .ant-table-tbody,