Commit 017ab15b3f1b29b4f7cb6a4c3bd1eba16c2cd694

Authored by 梁灏
1 parent 66993732

publish 0.9.8-rc-5

publish 0.9.8-rc-5
Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
package.json
1 1 {
2 2 "name": "iview",
3   - "version": "0.9.8-rc-4",
  3 + "version": "0.9.8-rc-5",
4 4 "title": "iView",
5 5 "description": "A high quality UI components Library with Vue.js",
6 6 "homepage": "http://www.iviewui.com",
... ...
src/styles/components/modal.less
... ... @@ -57,7 +57,7 @@
57 57  
58 58 &-footer {
59 59 border-top: 1px solid @border-color-split;
60   - padding: 12px 18px 12px 10px;
  60 + padding: 12px 18px 12px 18px;
61 61 text-align: right;
62 62 button + button {
63 63 margin-left: 8px;
... ...