diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue index cc7b8e8..971a12a 100644 --- a/src/components/CommonHeader.vue +++ b/src/components/CommonHeader.vue @@ -46,6 +46,9 @@ + +
+
+ +
+

{{$t('automation.a1')}}

+

{{$t('automation.a2')}}

+
+ + +
+
+ + +
+
+
+
+ {{$t('automation.a5')}} + {{ currentAccount.total }} {{ currencyUnit }} +
+
+ {{$t('automation.a6')}} > +
+
+
+
+ {{$t('automation.a7')}} + {{ currentAccount.usable }} {{ currencyUnit }} +
+
+ {{$t('automation.a8')}} + {{ currentAccount.todayProfit }} {{ currencyUnit }} +
+
+ {{$t('automation.a9')}} + {{ currentAccount.totalProfit }} {{ currencyUnit }} +
+
+
+ +
+
+
+ + +
+ +
+
+ {{ mainTab === 'stock' ? $t('automation.a3') : $t('automation.a4') }} +
+
+ {{$t('automation.a12')}} +
+
+ + +
+
+ +
+ {{ mainTab === 'stock' ? $t('automation.a3') : $t('automation.a13') }} + {{$t('automation.a14')}} + {{$t('automation.a15')}} +
+ +
+ {{ mainTab === 'stock' ? $t('automation.a3') : $t('automation.a13') }} + {{$t('automation.a14')}} + {{$t('automation.a15')}} +
+
+
+
+
+ +
{{ item.symbol.charAt(0) }}
+
+
{{ item.name }}
+
{{ item.symbol }}
+
+
+
{{ item.price }}
+
+ {{ item.change > 0 ? '+' : '' }}{{ item.change }}% +
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
{{$t('automation.a16')}}{{$t('automation.a17')}}{{$t('automation.a18')}}{{$t('automation.a19')}}{{$t('automation.a20')}}{{$t('automation.a21')}}{{$t('automation.a22')}}{{$t('automation.a23')}}{{$t('automation.a24')}}{{$t('automation.a25')}}
{{$t('automation.a26')}}
+ + +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/exchangeStock/book-trades.vue b/src/views/exchangeStock/book-trades.vue index f55cd13..a839aab 100644 --- a/src/views/exchangeStock/book-trades.vue +++ b/src/views/exchangeStock/book-trades.vue @@ -19,7 +19,7 @@
- + @@ -61,7 +61,7 @@
- + @@ -322,13 +322,13 @@ export default { // 给外边框添加不同的底色 &:nth-child(even) .progress .el-progress-bar__outer { - background: #F8F8FF; + background: #ffffff !important; // background: #f6f8f9; } &:nth-child(odd) .progress .el-progress-bar__outer { - background: #ffffff; + background: #ffffff !important; } } @@ -379,6 +379,7 @@ export default { #lightDepthChart { height: 305px; } + + \ No newline at end of file