马宇豪
2023-05-05 c819024e241b9f7c54cc3786373ad0d2998f2190
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 {