From a090866bd630f48071d617c4d5dd3d35abd5f211 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Thu, 20 Jul 2017 16:09:44 +0800 Subject: [PATCH] update doc sub-folder --- build/deploy-ci.sh | 2 +- examples/app.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/deploy-ci.sh b/build/deploy-ci.sh index d085c3e3e..8450f5813 100644 --- a/build/deploy-ci.sh +++ b/build/deploy-ci.sh @@ -42,7 +42,7 @@ if [ "$TRAVIS_TAG" ]; then export SUB_FOLDER=$(echo "$TRAVIS_TAG" | grep -o -E "\d+\.\d+") echo $SUB_FOLDER - SUB_FOLDER='1.3' + SUB_FOLDER='1.4' mkdir $SUB_FOLDER rm -rf *.js *.css *.map static rm -rf $SUB_FOLDER/** diff --git a/examples/app.vue b/examples/app.vue index 20ab09dd5..dcbfda284 100644 --- a/examples/app.vue +++ b/examples/app.vue @@ -107,6 +107,7 @@ background-color: #ECF8FF; border-radius: 4px; border-left: #50bfff 5px solid; + margin-top: 20px; code { background-color: rgba(#fff, .7);