UNPKG

fine-true

Version:

A small and beautiful Vue3 version of the UI Library

44 lines (40 loc) 673 B
/* jiangbei */ .fine-pagination { font-size: 14px; } .fine-pagination-content { display: flex; flex-wrap: nowrap; > * { margin-right: 10px; } } .fine-pagination-total { display: inline-block; white-space: nowrap; line-height: 32px; } .fine-pagination-pages { display: flex; flex-wrap: nowrap; .fine-pagination-page-active { background-color: var(--fine-blue); color: #fff; } > * { margin-right: 10px; } > :last-child { margin-right: 0; } } .fine-pagination-sizes { .fine-select { min-width: 120px; } .fine-select-container .fine-select-input { width: 0; } }