소스 검색

Merge branch 'feat' into test

test
chenJinxu 1 년 전
부모
커밋
e03100f30b
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      src/components/TopNavBar.vue
  2. +0
    -2
      src/views/today/scss/report.scss

+ 2
- 2
src/components/TopNavBar.vue 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장