提示弹框没有变更间距

This commit is contained in:
Linda 2017-05-31 15:47:22 +08:00
parent 3ccd411e35
commit 7ec30ea5de
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
.task-popup-title{ border-bottom: 1px solid #eee; padding:10px 15px; }
.task-popup-content{ padding:15px;}
.task-popup-submit{ margin:0px auto 15px; width: 120px;}
.task-popup-sure{ margin:15px auto; width: 54px;}
.task-popup-sure{ margin:0px auto 15px; width: 54px;}
.task-popup-OK{ margin:15px auto; width: 70px;}
.task-popup-bggrey{ background:#ccc; color:#333;}