diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index 51cede8c6d..0db86f24bc 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -12,7 +12,6 @@ v-if="optType === 'enlarge' && exportPermissions[0]" v-model="pixel" class="pixel-select" - size="small" > { const kidPath = sysMenu.matched[0].children[0].path push(`${sysMenu.path}/${kidPath}`) } -const msgNoticePush = () => { - push('/msg/msg-fill') -} const initShowToolbox = () => { showToolbox.value = permissionStore.getRouters.some(route => route.path === '/toolbox') } @@ -94,18 +90,6 @@ onMounted(() => { - - - - - - -