spring
2026-07-03 f10cf167372f2d8c4c0e14f42f361d7ab96d8347
src/components/table-action/table-action.vue
@@ -97,6 +97,8 @@
    attrs.onCancel = popConfirm.cancel;
  }
  // 不设置 getPopupContainer,让它默认挂载到 body,避免被遮挡
  return attrs;
}
@@ -269,6 +271,12 @@
}
.ant-popconfirm {
  width: 210px;
  //.ant-popconfirm-message {
  //  white-space: nowrap;
  //}
  .ant-popconfirm-buttons {
    .ant-btn {
      margin-inline-start: 4px !important;