|
|
@@ -40,7 +40,7 @@
|
|
|
</div>
|
|
|
<!-- 平台-end -->
|
|
|
<!-- 平台切换-start -->
|
|
|
- <div class="flex_r flex_ac">
|
|
|
+ <div class="flex_r flex_ac nav_box1">
|
|
|
<div
|
|
|
:class="navIndex == s ? 'nav nav-active' : 'nav'"
|
|
|
v-for="(i, s) in platform"
|
|
|
@@ -1343,6 +1343,9 @@ page {
|
|
|
color: #a0a0a0;
|
|
|
}
|
|
|
}
|
|
|
+.nav_box1 {
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
.nav {
|
|
|
width: 25%;
|
|
|
height: 40rpx;
|