Commit 3119f267 by lichengming

修改了模态框按钮间距

parent 8d2877bb
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
:type="item.type?item.type:'default'" :type="item.type?item.type:'default'"
:loading="loading === true && currentIndex === index" :loading="loading === true && currentIndex === index"
@click="_footerClick(item.name,index)" @click="_footerClick(item.name,index)"
style="margin-left: 15px;" style="margin-left: 20px;"
>{{item.name}} >{{item.name}}
</Button> </Button>
</div> </div>
......
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