Commit d2912c09 by fengshuonan

修复按钮间隔设置false不生效的问题

parent 876ae952
......@@ -10,7 +10,7 @@
@var spaceCss = "";
@var btnType = "";
@if(isEmpty(space)){
@if(isEmpty(space) || space == "false"){
@ spaceCss = "";
@}else{
@ spaceCss = "button-margin";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment