fix: 小修改

This commit is contained in:
ZhuRui
2026-08-04 13:52:54 +08:00
parent 256ba7bd0a
commit 46a2deda87
2 changed files with 28 additions and 15 deletions
@@ -79,6 +79,17 @@
margin-bottom: 12px;
}
.tableWrap {
max-height: 200px;
overflow-y: auto;
}
.paginationRow {
display: flex;
justify-content: flex-end;
margin-top: 8px;
}
.refundSummary {
display: flex;
gap: 32px;
@@ -181,8 +192,8 @@
}
}
.orderModalWrap {
:global(.ant-modal-body) {
padding-top: 16px;
}
}
// .orderModalWrap {
// :global(.ant-modal-body) {
// padding-top: 16px;
// }
// }
@@ -255,6 +255,7 @@ export default defineComponent({
<div class={styles.section}>
<div class={styles.sectionTitle}></div>
<div class={styles.tableWrap}>
<Table
columns={PLAYER_COLUMNS}
dataSource={players.value}
@@ -262,9 +263,10 @@ export default defineComponent({
size="small"
bordered
pagination={false}
scroll={{ x: 'max-content', y: 200 }}
scroll={{ x: 'max-content' }}
/>
<div style={{ textAlign: 'right', marginTop: 18 }}>
</div>
<div class={styles.paginationRow}>
<Pagination
current={playerPage.value}
pageSize={playerPageSize}