|
@@ -220,7 +220,7 @@ onMounted(()=>{
|
|
|
<div>{{(showDetailData.rate*100).toFixed(2)}}%</div>
|
|
|
</div>
|
|
|
<div class="item">
|
|
|
- <div>前6名持净多单</div>
|
|
|
+ <div>前{{showDetailData.rank}}名持净多单</div>
|
|
|
<div>{{showDetailData.before_all_value}}</div>
|
|
|
</div>
|
|
|
<div class="item">
|
|
@@ -308,28 +308,28 @@ onMounted(()=>{
|
|
|
color: #E3B377;
|
|
|
}
|
|
|
}
|
|
|
-@media (min-width: 600px){
|
|
|
+// @media (min-width: 600px){
|
|
|
.chart-render-box-pc{
|
|
|
.label-box{
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 14PX;
|
|
|
div{
|
|
|
- margin-right: 20px;
|
|
|
+ margin-right: 20PX;
|
|
|
}
|
|
|
.color-box{
|
|
|
display: inline-block;
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
- margin-right: 8px;
|
|
|
- border-radius: 4px;
|
|
|
+ width: 14PX;
|
|
|
+ height: 14PX;
|
|
|
+ margin-right: 8PX;
|
|
|
+ border-radius: 4PX;
|
|
|
position: relative;
|
|
|
- top: 2px;
|
|
|
+ top: 2PX;
|
|
|
}
|
|
|
}
|
|
|
.chart-content{
|
|
|
- height: 800px;
|
|
|
+ height: 800PX;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+// }
|
|
|
</style>
|