chore: 提交格式化补充改动
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 52s

This commit is contained in:
2026-02-27 17:20:02 +08:00
parent 376aad92b6
commit ed2f30a2a6
3 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
import { IconifyIcon } from '@vben/icons';
import { Button, Input, Select } from 'ant-design-vue';
import {
CHANNEL_OPTIONS,
PAYMENT_OPTIONS,
@@ -143,7 +144,11 @@ function handleKeywordChange(value: string | undefined) {
</Input>
<div class="oa-toolbar-right">
<Button class="oa-export-btn" :loading="props.isExporting" @click="emit('export')">
<Button
class="oa-export-btn"
:loading="props.isExporting"
@click="emit('export')"
>
<template #icon>
<IconifyIcon icon="lucide:download" />
</template>

View File

@@ -24,8 +24,8 @@
}
.oa-export-btn {
width: 100%;
justify-content: center;
width: 100%;
}
.oa-date-sep {

View File

@@ -1,13 +1,13 @@
.oa-table-card {
overflow: hidden;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 10px;
overflow: hidden;
.ant-table-wrapper {
.ant-table-thead > tr > th {
white-space: nowrap;
font-size: 13px;
white-space: nowrap;
}
.ant-table-tbody > tr > td {