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 { 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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user