Components · Close

组件

Close 关闭

关闭按钮;Alert、Modal、Toast、灯箱等共用;:focus-visible 键盘焦点环。

尺寸

<div class="pvs-cluster pvs-items-center">
  <button type="button" class="pvs-close" aria-label="关闭">×</button>
  <button type="button" class="pvs-close pvs-close--sm" aria-label="关闭">×</button>
</div>

用于提示头

通知

与 Alert 组合。

<div class="pvs-alert">
  <div class="pvs-alert__header">
    <p class="pvs-alert__title">通知</p>
    <button type="button" class="pvs-close pvs-close--sm" aria-label="关闭">×</button>
  </div>
  <p class="pvs-alert__body pvs-m-0">与 Alert 组合。</p>
</div>

类名速查

类名说明
pvs-close默认关闭钮
pvs-close--sm小号(Toast / Alert)