fix: 修复日志输出格式,确保高度值的拼接一致性

This commit is contained in:
theluyuan 2025-08-13 10:13:58 +08:00
parent 3e44d6eb9c
commit d3d004b835

View File

@ -142,7 +142,7 @@ export function calculateContent(
if (height && height.indexOf("%") != -1) { if (height && height.indexOf("%") != -1) {
height = "100%"; height = "100%";
} }
console.log("btn", height + "px"); console.log("btn", height + "px");
if (btn && btn.length > 0) { if (btn && btn.length > 0) {
if (type == 0) { if (type == 0) {
if (title) { if (title) {