From 3d9c9fdaf01f8f26a512b18bc78d3e4ff683fcfa Mon Sep 17 00:00:00 2001 From: zyronon Date: Thu, 23 Nov 2023 21:00:28 +0800 Subject: [PATCH] save --- components.d.ts | 2 -- src/pages/dict/DictManage.vue | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components.d.ts b/components.d.ts index d7fd3c12..1db7a9f4 100644 --- a/components.d.ts +++ b/components.d.ts @@ -52,8 +52,6 @@ declare module 'vue' { PopConfirm: typeof import('./src/components/PopConfirm.vue')['default'] RepeatSetting: typeof import('./src/components/toolbar/RepeatSetting.vue')['default'] Ring: typeof import('./src/components/Ring.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] SettingDialog: typeof import('./src/components/dialog/SettingDialog.vue')['default'] Slide: typeof import('./src/components/Slide.vue')['default'] Toolbar: typeof import('./src/components/toolbar/index.vue')['default'] diff --git a/src/pages/dict/DictManage.vue b/src/pages/dict/DictManage.vue index 598287dd..bd75bbcc 100644 --- a/src/pages/dict/DictManage.vue +++ b/src/pages/dict/DictManage.vue @@ -975,7 +975,6 @@ function handleCurrentResidueWordListCheckAll() { - @@ -995,7 +994,7 @@ $header-height: 60rem; top: 50%; transform: translate(-50%, -50%); z-index: 1; - width: 90vw; + width: 80vw; height: 75vh; } @@ -1180,7 +1179,7 @@ $header-height: 60rem; justify-content: center; .wrapper { - width: 50%; + width: 500rem; } .el-select {