diff options
Diffstat (limited to 'src/client/pages/instance/files.vue')
| -rw-r--r-- | src/client/pages/instance/files.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/pages/instance/files.vue b/src/client/pages/instance/files.vue index ed46dd466c..427c5b411a 100644 --- a/src/client/pages/instance/files.vue +++ b/src/client/pages/instance/files.vue @@ -80,6 +80,8 @@ export default defineComponent({ MkDriveFileThumbnail, }, + emits: ['info'], + data() { return { [symbols.PAGE_INFO]: { @@ -114,6 +116,10 @@ export default defineComponent({ }, }, + mounted() { + this.$emit('info', this[symbols.PAGE_INFO]); + }, + methods: { clear() { os.dialog({ @@ -153,6 +159,8 @@ export default defineComponent({ <style lang="scss" scoped> .xrmjdkdw { + margin: var(--margin); + .urempief { margin-top: var(--margin); |