From 017ab15b3f1b29b4f7cb6a4c3bd1eba16c2cd694 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 21 Nov 2016 11:55:17 +0800 Subject: [PATCH] publish 0.9.8-rc-5 --- package.json | 2 +- src/styles/components/modal.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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