This commit is contained in:
zhangsir
2024-06-24 16:33:05 +08:00
parent aad9b7cb96
commit 473e9dd091

View File

@@ -3,7 +3,7 @@
<view class="path_header">
<view class="text">{{$route.query.name}}</view>
</view>
<view class="path_body">
<view class="path_body" :style="{height:dataList.length<=7?'93vh':''}">
<view class="body_header">
<view class="left" @click="goAllPath">全岗位路径</view>
<view class="right">
@@ -511,7 +511,6 @@
}
}
.path_body{
height: 100vh;
background: #FFFFFF;
border-radius: 40rpx 40rpx 0rpx 0rpx;
/* height: 100vh; */