tackid:099 remark:'commit'

This commit is contained in:
fks-xuxinyue
2024-07-22 15:25:41 +08:00
parent 55f98f9e56
commit 16e3213f21
8 changed files with 1052 additions and 460 deletions

View File

@@ -10,14 +10,14 @@
<a-date-picker v-model:value="selectYear" picker="year" @change="changeYearData" valueFormat="YYYY" />
</template>
</a-table>
<a-pagination
:current="queryParams.pageNum"
:total="total"
:page-size="queryParams.pageSize"
style="display: flex;justify-content: center;margin-top: 16px;"
:show-size-changer="true"
:show-quick-jumper="true"
@change="onChange" />
<a-pagination
:current="queryParams.pageNum"
:total="total"
:page-size="queryParams.pageSize"
style="display: flex;justify-content: center;margin-top: 16px;"
:show-size-changer="true"
:show-quick-jumper="true"
@change="onChange" />
</div>
</template>
<script lang="ts" setup>
@@ -177,10 +177,10 @@
};
</script>
<style scoped lang="less">
::v-deep .ant-table-title{
:deep(.ant-table-title){
display: flex;
}
::v-deep .ant-table-container{
:deep(.ant-table-container){
padding: 0px 16px;
}
</style>