|
@@ -19,7 +19,7 @@
|
|
|
</div>
|
|
|
<!-- <v-divider vertical></v-divider> -->
|
|
|
<!-- 分页 -->
|
|
|
- <div v-if="!float" class="mt-2" style="border-top: 1px dashed #e6e6e6; position: absolute; bottom: 4px; width: 100%;">
|
|
|
+ <div v-if="!float" class="mt-2" @mouseover.stop="handleMouseLeave" style="border-top: 1px dashed #e6e6e6; position: absolute; bottom: 4px; width: 100%;">
|
|
|
<div class="d-flex justify-space-between align-center mx-4" style="height: 40px">
|
|
|
<div style="color: var(--v-primary-base); font-size: 14px;">
|
|
|
{{ pageInfo.current }} / {{ pageCount }}
|