(layer): 发布 layer-vue 1.4.3

This commit is contained in:
就眠儀式
2022-10-06 02:41:02 +08:00
parent 351165603e
commit 0f8487a071
7 changed files with 24 additions and 7 deletions

View File

@@ -167,9 +167,9 @@ export function calculateContent(
} else {
if (type == 0) {
if (title) {
return isMessage ? '' : "calc(" + height + " - 137px)";
return isMessage ? "" : "calc(" + height + " - 137px)";
} else {
return isMessage ? '' : "calc(" + height + " - 86px)";
return isMessage ? "" : "calc(" + height + " - 86px)";
}
}
if (type == 1 || type == 4) {