重命名CubeListPager和CubeListToolbarSearch
Yann authored at 2025-07-28 22:53:20 Yann committed at 2025-07-28 23:04:14
250.00 B
cube-front
<template>
  <div class="list-page-footer">
    <slot></slot>
  </div>
</template>

<style lang="scss" scoped>
.list-page-footer {
  padding: 8px 0;
  color: var(--t3);
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 12px;
}
</style>