优化
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="material-list-container">
|
||||
<FullWidthLayout :show-padding="false" class="material-list-layout">
|
||||
<div class="material-list-container">
|
||||
<!-- 左侧边栏 -->
|
||||
<div class="material-sidebar">
|
||||
<!-- 分类标签 -->
|
||||
@@ -254,6 +255,7 @@
|
||||
</a-form>
|
||||
</a-modal>
|
||||
</div>
|
||||
</FullWidthLayout>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -271,6 +273,7 @@ import { message, Modal } from 'ant-design-vue';
|
||||
import MaterialUploadModal from '@/components/material/MaterialUploadModal.vue';
|
||||
import MaterialService, { MaterialGroupService } from '@/api/material';
|
||||
import { useUpload } from '@/composables/useUpload';
|
||||
import FullWidthLayout from '@/layouts/components/FullWidthLayout.vue';
|
||||
|
||||
// 状态管理
|
||||
const loading = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user