mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 07:21:50 +00:00
Edit Height of NavBar to support mobile device
This commit is contained in:
parent
b4c19d5bae
commit
5586b8fb23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user