Browse Source

Merge branch 'feat' into test

test
chenJinxu 1 year ago
parent
commit
e03100f30b
2 changed files with 2 additions and 4 deletions
  1. +2
    -2
      src/components/TopNavBar.vue
  2. +0
    -2
      src/views/today/scss/report.scss

+ 2
- 2
src/components/TopNavBar.vue View File

@@ -3,10 +3,10 @@
<div class="nav-bar">
<van-nav-bar :title="title" :fixed="true" z-index="998" @click-left="onClickLeft" @click-right="onClickRight">
<template #left>
<van-icon :name="LeftIcon" size="46" />
<van-icon :name="LeftIcon" size="36" />
</template>
<template #right>
<van-icon :name="RightIcon" dot size="32" />
<van-icon :name="RightIcon" dot size="28" />
</template>
</van-nav-bar>
</div>


+ 0
- 2
src/views/today/scss/report.scss View File

@@ -249,8 +249,6 @@
height: 600px;
background-color: #fff;
padding: 0 10px;
border: 1px solid #cdf348;
border-radius: 70px;
.echart {
height: 600px;
padding: 0 10px;


Loading…
Cancel
Save