mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-14 21:36:45 +08:00
展示
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<view class="path_header">
|
<view class="path_header">
|
||||||
<view class="text">{{$route.query.name}}</view>
|
<view class="text">{{$route.query.name}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="path_body">
|
<view class="path_body" :style="{height:dataList.length<=7?'93vh':''}">
|
||||||
<view class="body_header">
|
<view class="body_header">
|
||||||
<view class="left" @click="goAllPath">全岗位路径</view>
|
<view class="left" @click="goAllPath">全岗位路径</view>
|
||||||
<view class="right">
|
<view class="right">
|
||||||
@@ -511,7 +511,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.path_body{
|
.path_body{
|
||||||
height: 100vh;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 40rpx 40rpx 0rpx 0rpx;
|
border-radius: 40rpx 40rpx 0rpx 0rpx;
|
||||||
/* height: 100vh; */
|
/* height: 100vh; */
|
||||||
|
|||||||
Reference in New Issue
Block a user