command-center-v3-common 0.0.20 → 0.0.22

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.
@@ -38486,12 +38486,11 @@ const eX = { class: "w-full h-full flex items-center justify-center" }, Gae = /*
38486
38486
  return (s, r) => {
38487
38487
  const l = Fe("svg-icon"), u = Fe("el-tooltip");
38488
38488
  return T(), P("div", {
38489
- class: "click-box shadow-[0_0_4px_0] hover:border-hy-main/70 shadow-hy-page-bg-2 duration-500 hover:shadow-hy-main flex items-center justify-center cursor-pointer w-7 h-7 bg-hy-page-bg-2 border border-hy-border-2 rounded-full",
38489
+ class: "click-box shadow-[0_0_4px_0] hover:border-hy-main/70 shadow-hy-page-bg-2 duration-500 hover:shadow-hy-main flex items-center justify-center cursor-pointer w-[30px] h-[30px] bg-hy-page-bg-2 border border-hy-border-2 mx-1 rounded-full",
38490
38490
  onClick: qe(a, ["stop"])
38491
38491
  }, [
38492
38492
  n.tips ? (T(), oe(u, {
38493
38493
  key: 0,
38494
- class: "box-item",
38495
38494
  effect: "dark",
38496
38495
  content: n.tips,
38497
38496
  placement: "bottom"