edit
This commit is contained in:
parent
3ae303322a
commit
479131ef21
|
@ -190,6 +190,7 @@ function setLayout() {
|
|||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-bottom: 5px;
|
||||
flex-direction: column;
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@ import ResoureSearch from './container/resoure-search.vue'
|
|||
import ResoureList from './container/resoure-list.vue'
|
||||
import uploadDialog from '@/components/upload-dialog/index.vue'
|
||||
import uploaderState from '@/store/modules/uploader'
|
||||
import { hasPermission } from '@/utils/hasPermission'
|
||||
//
|
||||
const sourceStore = useResoureStore()
|
||||
const isDialogOpen = ref(false)
|
||||
|
|
Loading…
Reference in New Issue