优化样式 新增版本号

This commit is contained in:
gyq
2024-03-07 16:15:03 +08:00
parent 4a5b52fa45
commit 31ef882431
16 changed files with 291 additions and 186 deletions

View File

@@ -73,19 +73,19 @@ defineExpose({
<style scoped lang="scss">
:deep(.el-input__inner) {
height: 70px;
height: 60px;
font-size: 36px;
}
.keybord_wrap {
padding: 20px 0;
padding: var(--el-font-size-base) 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr;
gap: 20px;
gap: var(--el-font-size-base);
:deep(.el-button--large) {
height: 70px;
height: 60px;
}
}
</style>