Compare commits
2 Commits
b85bb9b9cc
...
f2ff4ac7d6
Author | SHA1 | Date |
---|---|---|
lyc | f2ff4ac7d6 | |
lyc | 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