You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2021/10/28 12:07:37 UTC

[incubator-linkis-website] 08/50: UPDATE DETAIL

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git

commit b712ce415f08edd6b7075a91d8024bd8f319f67a
Author: lucaszhu <lu...@webank.com>
AuthorDate: Thu Sep 30 14:55:38 2021 +0800

    UPDATE DETAIL
---
 README.md                                  | 2 ++
 src/pages/home.vue                         | 3 ++-
 src/style/base.less                        | 2 +-
 src/style/{virables.less => variable.less} | 0
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 388afb6..67fe38d 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@ The project is specially for Linkis, based on the newest `vite` & `vue3`
 ## Local Development
 
 ```
+wnpm i
 npm run dev
 ```
 
 ## Publish
 
 ```
+wnpm i
 npm run build
 ```
\ No newline at end of file
diff --git a/src/pages/home.vue b/src/pages/home.vue
index 07b7ab3..8fb9032 100644
--- a/src/pages/home.vue
+++ b/src/pages/home.vue
@@ -67,11 +67,12 @@
   </div>
 </template>
 <style lang="less" scoped>
-  @import url('/src/style/virables.less');
+  @import url('/src/style/variable.less');
   @import url('/src/style/base.less');
 
   .home-page {
     .home-block-title{
+      margin-bottom: 20px;
       font-size: 32px;
       line-height: 46px;
     }
diff --git a/src/style/base.less b/src/style/base.less
index 7f9d360..c4926ca 100644
--- a/src/style/base.less
+++ b/src/style/base.less
@@ -1,4 +1,4 @@
-@import './virables.less';
+@import './variable.less';
 
 * {
   box-sizing: border-box;
diff --git a/src/style/virables.less b/src/style/variable.less
similarity index 100%
rename from src/style/virables.less
rename to src/style/variable.less

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org