fix: 修复日志输出格式,确保高度值的拼接一致性
This commit is contained in:
parent
3e44d6eb9c
commit
d3d004b835
@ -142,7 +142,7 @@ export function calculateContent(
|
||||
if (height && height.indexOf("%") != -1) {
|
||||
height = "100%";
|
||||
}
|
||||
console.log("btn", height + "px");
|
||||
console.log("btn", height + "px");
|
||||
if (btn && btn.length > 0) {
|
||||
if (type == 0) {
|
||||
if (title) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user