|
@@ -81,7 +81,7 @@
|
|
<view class="lzs" >
|
|
<view class="lzs" >
|
|
<view class="tylsz" v-for="(item, index) in eList" :key="index" @click="item.id === 0 ? activeAll(1) : active1(item)" :class="item.id === selObj.eId ? 'activeStys':''">{{ item.educationName }}</view>
|
|
<view class="tylsz" v-for="(item, index) in eList" :key="index" @click="item.id === 0 ? activeAll(1) : active1(item)" :class="item.id === selObj.eId ? 'activeStys':''">{{ item.educationName }}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="lzs" >
|
|
|
|
|
|
+ <view class="rzs" >
|
|
<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="item.id === 0 ? activeAll(2) : active2(item)" :class="item.id === selObj.bId ? 'activeStys2':''">{{ item.projectName }}-{{ item.businessName }}</view>
|
|
<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="item.id === 0 ? activeAll(2) : active2(item)" :class="item.id === selObj.bId ? 'activeStys2':''">{{ item.projectName }}-{{ item.businessName }}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -301,7 +301,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|
|
-<style scoped>
|
|
|
|
|
|
+<style scoped lang="scss">
|
|
.emptyTip{
|
|
.emptyTip{
|
|
color: #999999;
|
|
color: #999999;
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
@@ -322,27 +322,24 @@ export default {
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
.tylszB{
|
|
.tylszB{
|
|
- height: 66rpx;
|
|
|
|
- line-height: 66rpx;
|
|
|
|
|
|
+ padding:20rpx 10rpx;
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
border: 2rpx solid #EEEEEE;
|
|
border: 2rpx solid #EEEEEE;
|
|
border-radius: 16rpx;
|
|
border-radius: 16rpx;
|
|
- padding: 0 10rpx;
|
|
|
|
margin-top: 15rpx;
|
|
margin-top: 15rpx;
|
|
- white-space: nowrap;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
.activeStys{
|
|
.activeStys{
|
|
background: linear-gradient(90deg, rgba(1,94,234,0.2),rgba(255,255,255,.6));
|
|
background: linear-gradient(90deg, rgba(1,94,234,0.2),rgba(255,255,255,.6));
|
|
border-radius: 16rpx;
|
|
border-radius: 16rpx;
|
|
|
|
+ font-weight: bold;
|
|
color: #007AFF!important;
|
|
color: #007AFF!important;
|
|
}
|
|
}
|
|
.tylsz{
|
|
.tylsz{
|
|
height: 66rpx;
|
|
height: 66rpx;
|
|
line-height: 66rpx;
|
|
line-height: 66rpx;
|
|
color: #666;
|
|
color: #666;
|
|
- font-weight: 400;
|
|
|
|
-
|
|
|
|
- font-weight: bold;
|
|
|
|
padding:0 30rpx;
|
|
padding:0 30rpx;
|
|
margin-top: 15rpx;
|
|
margin-top: 15rpx;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
@@ -357,16 +354,28 @@ export default {
|
|
font-size: 27rpx;
|
|
font-size: 27rpx;
|
|
}
|
|
}
|
|
.flex-d {
|
|
.flex-d {
|
|
-
|
|
|
|
|
|
+ height:100%;
|
|
background-color: #FFFFFF;
|
|
background-color: #FFFFFF;
|
|
padding: 0 5%;
|
|
padding: 0 5%;
|
|
font-size: 30rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
}
|
|
.contentZ {
|
|
.contentZ {
|
|
- overflow-y: auto;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
height: 100%;
|
|
height: 100%;
|
|
padding: 10rpx;
|
|
padding: 10rpx;
|
|
|
|
+
|
|
|
|
+ .lzs {
|
|
|
|
+ width:200rpx;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: scroll;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .rzs {
|
|
|
|
+ margin-left:10rpx;
|
|
|
|
+ flex:1;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow: scroll;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.contentZ::-webkit-scrollbar {
|
|
.contentZ::-webkit-scrollbar {
|
|
display: none;
|
|
display: none;
|