@keyueclaw/web-sdk 0.1.8 → 0.1.9

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.
@@ -22665,13 +22665,13 @@ function BA(e) {
22665
22665
  let o = e.querySelector("thead"), s = e.querySelector("tbody");
22666
22666
  o && s && (s.style.height = Math.max(a - o.offsetHeight - zA, 50) + "px");
22667
22667
  };
22668
- RA = new ResizeObserver(t), RA.observe(e.parentElement.parentElement ?? e.parentElement), t();
22668
+ RA = new ResizeObserver(t), RA.observe(e.parentElement), t();
22669
22669
  }
22670
22670
  function VA(e) {
22671
22671
  let t = "background:none;border:none;padding:4px 6px;cursor:pointer;color:#3658ff;display:inline-flex;align-items:center;gap:4px;border-radius:4px;font-size:13px;", n = new Set(e.selectedIds), r = e.items.filter((e) => n.has(e.id)).length, i = e.items.length > 0 && r === e.items.length;
22672
22672
  return x`
22673
- <section class="card">
22674
- <div style="display:flex;align-items:center;gap:12px;margin-bottom:16px;">
22673
+ <section class="card" style="height:100%;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;">
22674
+ <div style="display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-shrink:0;">
22675
22675
  <input class="input"
22676
22676
  style="flex:1;max-width:300px;height:32px;padding:0 8px;border-radius:8px;box-sizing:border-box;border:1px solid var(--keyueclaw-border-strong);outline:none;box-shadow:none;"
22677
22677
  .value=${e.query} placeholder="搜索接口名称、URL、描述"
@@ -22750,7 +22750,7 @@ function VA(e) {
22750
22750
  </div>
22751
22751
  </div>
22752
22752
 
22753
- ${e.error ? x`<div class="callout danger" style="margin-bottom:12px;">${e.error}</div>` : null}
22753
+ ${e.error ? x`<div class="callout danger" style="margin-bottom:12px;flex-shrink:0;">${e.error}</div>` : null}
22754
22754
 
22755
22755
  <div ${Ft(BA)} style="overflow:hidden;border:1px solid var(--keyueclaw-border);border-radius:var(--keyueclaw-radius-md);">
22756
22756
  <table style="width:100%;border-collapse:collapse;min-width:960px;table-layout:fixed;">