save
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -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']
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user