isdata-customer-sdk 0.2.22 → 0.2.23

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/index.umd.js CHANGED
@@ -33402,7 +33402,7 @@ const check = element => {
33402
33402
  }
33403
33403
  }
33404
33404
  // 检查删除确认对话框按钮 取消 确认
33405
- if (classes.contains("ant-btn-sm")) {
33405
+ if (classes.contains("ant-btn")) {
33406
33406
  let innerHTML = element.innerHTML;
33407
33407
  if (innerHTML.includes("Cancel") || innerHTML.includes("取消")) {
33408
33408
  // console.log("检查smardaten平台 Tip提问取消删除按钮:",innerHTML);