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 { IconifyIcon } from '@vben/icons';
import { Button, Input, Select } from 'ant-design-vue'; import { Button, Input, Select } from 'ant-design-vue';
import { import {
CHANNEL_OPTIONS, CHANNEL_OPTIONS,
PAYMENT_OPTIONS, PAYMENT_OPTIONS,
@@ -143,7 +144,11 @@ function handleKeywordChange(value: string | undefined) {
</Input> </Input>
<div class="oa-toolbar-right"> <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> <template #icon>
<IconifyIcon icon="lucide:download" /> <IconifyIcon icon="lucide:download" />
</template> </template>

View File

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

View File

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