暂存导航栏调整
This commit is contained in:
		| @@ -12,7 +12,7 @@ | ||||
| 			v-if="!topNav" /> | ||||
| 		<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" /> | ||||
|  | ||||
| 		<div style="padding-top: 5px; padding-right: 38px"> | ||||
| 		<div style="padding-top: 5px; padding-right: 24px"> | ||||
| 			<navbar-right :blackTitle="true" /> | ||||
| 		</div> | ||||
| 	</div> | ||||
| @@ -80,14 +80,14 @@ export default { | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .navbar { | ||||
| 	height: 48px; // 56 | ||||
| 	height: 84px; | ||||
| 	overflow: hidden; | ||||
| 	position: relative; | ||||
| 	background: #fff; | ||||
| 	box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); | ||||
|  | ||||
| 	.hamburger-container { | ||||
| 		line-height: 48px; | ||||
| 		line-height: 84px; | ||||
| 		height: 100%; | ||||
| 		float: left; | ||||
| 		cursor: pointer; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user