From c819024e241b9f7c54cc3786373ad0d2998f2190 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 05 五月 2023 08:55:46 +0800 Subject: [PATCH] 修改 --- src/views/layout/components/Navbar.vue | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue index 2343d63..fd58447 100644 --- a/src/views/layout/components/Navbar.vue +++ b/src/views/layout/components/Navbar.vue @@ -7,7 +7,7 @@ <template v-if="device!=='mobile'"> <screenfull class="right-menu-item hover-effect" /> </template> - <span v-if="appShow" style="color: white" @click="downApp">APP下载</span> +<!-- <span v-if="appShow" style="color: white" @click="downApp">APP下载</span>--> <!-- <el-popover--> <!-- placement="right"--> <!-- trigger="hover">--> @@ -34,12 +34,12 @@ </el-dropdown> </div> - <el-dialog :visible.sync="appDialogVisible" - :modal-append-to-body="false" :close-on-click-modal="false" - width="320px" - title="APP安卓版浏览器扫码下载"> - <div id="appcode" style="height: 200px;width: 200px"/> - </el-dialog> +<!-- <el-dialog :visible.sync="appDialogVisible"--> +<!-- :modal-append-to-body="false" :close-on-click-modal="false"--> +<!-- width="320px"--> +<!-- title="APP安卓版浏览器扫码下载">--> +<!-- <div id="appcode" style="height: 200px;width: 200px"/>--> +<!-- </el-dialog>--> </div> </template> @@ -176,12 +176,14 @@ </script> <style rel="stylesheet/scss" lang="scss" scoped> .navbar { - height: 60px; + height: 80px; position: fixed; z-index: 1000; width: 100%; background-color: rgba(3,78,162,1);; overflow: hidden; + box-shadow: 0 3px 8px rgba(3,78,162,.6); + .hamburger-container { line-height: 46px; height: 100%; @@ -206,7 +208,7 @@ .right-menu { float: right; height: 100%; - line-height: 50px; + line-height: 80px; &:focus { outline: none; @@ -234,7 +236,6 @@ margin-right: 30px; .avatar-wrapper { - margin-top: 5px; position: relative; .user-avatar { -- Gitblit v1.9.2