svg统一管理
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
class="page-btn"
|
||||
:disabled="currentPage <= 1"
|
||||
>
|
||||
<svg viewBox="0 0 24 24" fill="currentColor" class="page-icon">
|
||||
<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
|
||||
</svg>
|
||||
<SvgIcon name="arrow-left2" class="page-icon" />
|
||||
上一页
|
||||
</button>
|
||||
|
||||
@@ -29,9 +27,7 @@
|
||||
:disabled="currentPage >= totalPages"
|
||||
>
|
||||
下一页
|
||||
<svg viewBox="0 0 24 24" fill="currentColor" class="page-icon">
|
||||
<path d="M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"/>
|
||||
</svg>
|
||||
<SvgIcon name="arrow-next" class="page-icon" />
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user