diff --git a/package.json b/package.json index 79774d5..65d7790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iview", - "version": "0.9.8-rc-4", + "version": "0.9.8-rc-5", "title": "iView", "description": "A high quality UI components Library with Vue.js", "homepage": "http://www.iviewui.com", diff --git a/src/styles/components/modal.less b/src/styles/components/modal.less index 4c13095..6728b3c 100644 --- a/src/styles/components/modal.less +++ b/src/styles/components/modal.less @@ -57,7 +57,7 @@ &-footer { border-top: 1px solid @border-color-split; - padding: 12px 18px 12px 10px; + padding: 12px 18px 12px 18px; text-align: right; button + button { margin-left: 8px; -- libgit2 0.21.4