Commit ef49f5b9 authored by youjie's avatar youjie

no message

parent 441aa2e9
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
<div class="column col redEnvelope-left fz14" <div class="column col redEnvelope-left fz14"
:class="[$q.platform.is.desktop?'q-pl-sm':'']" :class="[$q.platform.is.desktop?'q-pl-sm':'']"
:style="{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}"> :style="{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
<!-- <p class="fz14 text-grey-7">近半年收益</p> --> <p class="fz14 text-grey-7"
:class="[$q.platform.is.desktop?'q-pl-lg':'q-pl-md']">{{$t('v104.passbook.titles.text6')}}</p>
<div ref="main" :class="[$q.platform.is.desktop?'q-pt-lg':'']" style="height: 280px;position: relative;top: -30px;" <div ref="main" :class="[$q.platform.is.desktop?'q-pt-lg':'']" style="height: 280px;position: relative;top: -30px;"
:style="{'width': $q.platform.is.desktop?'100%':'95%', 'left': $q.platform.is.desktop?'-20px':'10px','top': $q.platform.is.desktop?'-30px':'0'}"></div> :style="{'width': $q.platform.is.desktop?'100%':'95%', 'left': $q.platform.is.desktop?'-20px':'10px','top': $q.platform.is.desktop?'-30px':'0'}"></div>
</div> </div>
...@@ -138,16 +139,6 @@ ...@@ -138,16 +139,6 @@
// 基于准备好的dom,初始化echarts实例 // 基于准备好的dom,初始化echarts实例
const myChart = echarts.init(main.value); const myChart = echarts.init(main.value);
const option = { const option = {
title:{
text: t('v104.passbook.titles.text6'),
left: $q.platform.is.desktop?'10px':'',
textStyle: {
fontSize: '14px',
color: '#757575',
fontWeight: '100',
fontFamily: '"microsoft yahei", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "MicrosoftJhengHeiBoldFix", "Microsoft JhengHei" !important',
},
},
xAxis: { xAxis: {
type: "category", type: "category",
boundaryGap: false, boundaryGap: false,
...@@ -173,7 +164,7 @@ ...@@ -173,7 +164,7 @@
}, },
}, },
grid: { grid: {
top: $q.platform.is.desktop?"50px":"50px", top: $q.platform.is.desktop?"30px":"20px",
left: $q.platform.is.desktop?"60px":"45px", left: $q.platform.is.desktop?"60px":"45px",
right: $q.platform.is.desktop?"60px":"45px", right: $q.platform.is.desktop?"60px":"45px",
bottom: $q.platform.is.desktop?"50px":"60px", bottom: $q.platform.is.desktop?"50px":"60px",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment