表格

table

table-wrap 负责窄屏横向滚动;行 hover 高亮,ops 列右对齐放 btn-sm。

示例
名称状态操作
gateway运行中
accounts运行中
billing降级
archive已停止

安装

bun add @icen.ai/ui
import '@icen.ai/ui/components/table.css';

用法

<div class="table-wrap">
  <table class="admin-table">
    <thead><tr><th>名称</th><th class="ops">操作</th></tr></thead>
    <tbody>
      <tr><td>gateway</td><td class="ops"><button class="btn btn-sm">编辑</button></td></tr>
    </tbody>
  </table>
</div>