|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view>
|
|
|
- <u-navbar :is-back="false"></u-navbar>
|
|
|
+ <u-navbar :is-back="false" :border-bottom="false"><img class="homeLogo" src="/static/img/homeLogo.png" alt=""></u-navbar>
|
|
|
<view class="home-head">
|
|
|
<view class="homeTab">
|
|
|
<u-tabs :list="tabList" :current="current" @change="change" :show-bar="false" active-color="#333" inactive-color="#c4c0c0"></u-tabs>
|
|
@@ -115,6 +115,11 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .homeLogo{
|
|
|
+ margin-left: 15px;
|
|
|
+ height: 28px;
|
|
|
+ width: 148px;
|
|
|
+ }
|
|
|
.home-head{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|