feat: space组件处理
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
></PlacementSuggestions>
|
||||
|
||||
<div v-if="tabData == 'placement_guide'" class="ignore-export">
|
||||
<a-space class="down-btn">
|
||||
<Space class="down-btn">
|
||||
<Button type="primary" ghost :loading="exportLoading" @click="downPage">
|
||||
<template #icon>
|
||||
<icon-download class="mr-8px"/>
|
||||
@ -66,14 +66,14 @@
|
||||
</template>
|
||||
<template #default>保存</template>
|
||||
</Button>
|
||||
</a-space>
|
||||
</Space>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { reactive, ref } from 'vue';
|
||||
import { Button, Tabs } from 'ant-design-vue';
|
||||
import { Button, Tabs, Space } from 'ant-design-vue';
|
||||
const { TabPane } = Tabs;
|
||||
import PlacementGuideList from './components/table-data/placementGuideList.vue';
|
||||
import listSearchForm from './components/table-data/listSearchForm.vue';
|
||||
|
||||
Reference in New Issue
Block a user