master
“yu” 2024-07-17 21:35:44 +08:00
parent f03420d43d
commit 4d1cb91122
5 changed files with 20 additions and 4 deletions

13
components.d.ts vendored
View File

@ -7,8 +7,21 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElCol: typeof import('element-plus/es')['ElCol']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTimeSelect: typeof import('element-plus/es')['ElTimeSelect']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}

View File

@ -78,7 +78,7 @@ const drawOneLine = (arr: any) => {
},
grid: {
top: "25%",
left: "8%",
left: "18%",
right: "8%",
bottom: "13%",
},

View File

@ -3261,18 +3261,22 @@ const styleVar = computed(() => {
.os2info1 {
height: changeHeight(515);
width: 80%;
width: 100%;
}
.os2info2 {
height: changeHeight(500);
width: 80%;
width: 100%;
}
.os2info3 {
height: changeHeight(500);
width: 80%;
width: 100%;
}
}
}

View File

@ -79,7 +79,7 @@ const drawOneLine = (arr: any) => {
},
grid: {
top: "25%",
left: "8%",
left: "18%",
right: "8%",
bottom: "13%",
},

View File

@ -237,6 +237,5 @@ const drawOneLine = (arr: any) => {
.OneLine {
height: 100%;
width: 100%;
border: 1px solid red;
}
</style>