This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
commit 48896b268cec0f19ec952b540a464d50478d4aa2 Author: xiaochun.liu <[email protected]> AuthorDate: Tue Oct 15 00:52:37 2019 +0800 icon css --- src/components/footer/index.scss | 9 ++++----- src/components/header/index.scss | 7 ++++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/footer/index.scss b/src/components/footer/index.scss index e1cf9cd..8988aa2 100755 --- a/src/components/footer/index.scss +++ b/src/components/footer/index.scss @@ -14,9 +14,8 @@ img { // display: block; width: 125px; - height: 26px; - margin-bottom: 28px; - margin-right: 20px; + height: 56px; + margin-bottom: 10px; vertical-align: middle; } .cols-container { @@ -84,7 +83,7 @@ span { display: inline-block; margin: 0 auto; - } + } } } } @@ -101,4 +100,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/components/header/index.scss b/src/components/header/index.scss index e58828b..022600b 100755 --- a/src/components/header/index.scss +++ b/src/components/header/index.scss @@ -20,8 +20,9 @@ height: $headerHeight; line-height: $headerHeight; .logo { + margin-top: 10px; margin-left: 40px; - width: 96px; + width: 156px; vertical-align: sub; } .header-menu { @@ -30,7 +31,7 @@ display: none; width: 19px; margin-right: 40px; - margin-top: $headerHeight / 2 - 15px; + margin-top: $headerHeight / 2 - 15px; cursor: pointer; } } @@ -245,4 +246,4 @@ } } } -} \ No newline at end of file +}
