(all): update

This commit is contained in:
就眠儀式
2022-05-24 12:35:25 +08:00
parent 6724127c32
commit 59e874d3c4
12 changed files with 15 additions and 14 deletions

View File

@@ -102,7 +102,8 @@ onMounted(() => {
const foundCodes = meta.value.getElementsByClassName("language-html");
if (foundDescs.length) {
codeAreaHeight.value = foundDescs[0].clientHeight + foundCodes[0].clientHeight + 30;
codeAreaHeight.value =
foundDescs[0].clientHeight + foundCodes[0].clientHeight + 30;
} else {
codeAreaHeight.value = foundCodes[0].clientHeight + 20;
}