chore: 提交格式化补充改动
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 52s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 52s
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
}
|
||||
|
||||
.oa-export-btn {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.oa-date-sep {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user