Edit Height of NavBar to support mobile device

This commit is contained in:
Sandy Chen 2020-06-08 04:25:15 +09:00 committed by GitHub
parent b4c19d5bae
commit 5586b8fb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,11 +129,11 @@
<style lang="less" scoped>
#header {
min-width: 1100px;
min-width: 300px;
position: fixed;
top: 0;
left: 0;
height: 60px;
height: auto;
width: 100%;
z-index: 1000;
background-color: #fff;