This commit is contained in:
zyronon
2023-11-23 21:00:28 +08:00
parent 30ee3147b1
commit 3d9c9fdaf0
2 changed files with 2 additions and 5 deletions

2
components.d.ts vendored
View File

@@ -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']

View File

@@ -975,7 +975,6 @@ function handleCurrentResidueWordListCheckAll() {
</div>
</div>
</Dialog>
<WordListDialog/>
<EditBatchArticleModal/>
</template>
@@ -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 {