|
@@ -153,7 +153,7 @@
|
|
|
/>
|
|
|
</view>
|
|
|
<view
|
|
|
- class="section_container container_tab"
|
|
|
+ class="section_container"
|
|
|
v-if="is_cut"
|
|
|
>
|
|
|
<van-tabs
|
|
@@ -171,7 +171,7 @@
|
|
|
></van-tab>
|
|
|
</van-tabs>
|
|
|
</view>
|
|
|
- <view class="divide_line"></view>
|
|
|
+ <view class="divide_line" style="margin-top: 20px"></view>
|
|
|
|
|
|
<view class="bar">
|
|
|
<view>
|
|
@@ -323,7 +323,7 @@
|
|
|
<view class="bar">
|
|
|
<view class="interfere_title_wrap">
|
|
|
<view class="line"></view>
|
|
|
- <view class="title">Delta/theta脑波变化曲线图</view>
|
|
|
+ <view class="title">Delta/Theta脑波变化曲线图</view>
|
|
|
</view>
|
|
|
<view class="label">
|
|
|
<view>
|
|
@@ -332,7 +332,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="dot dot-Theta"></view>
|
|
|
- <text class="name">theta</text>
|
|
|
+ <text class="name">Theta</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -1390,8 +1390,5 @@ image.boy {
|
|
|
.left_text {
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
-/* 滑动条 */
|
|
|
-.container_tab{
|
|
|
- margin-bottom: 20px
|
|
|
-}
|
|
|
+
|
|
|
</style>
|