mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-21 00:36:47 +08:00
细节
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view class="learn" v-if="Object.keys(detailData).length">
|
||||
<view class="learn_header">
|
||||
<view class="learn_left">
|
||||
<text class="text">我的成长路径</text>
|
||||
<text class="text">我的专业力必修</text>
|
||||
<image @click="contentOn" src="../../static/images/learnpath/why.png" class="image"></image>
|
||||
<view class="up_content" v-show="upContent">
|
||||
<view class="text">根据您的归属组织、您所在岗位、职级,已为您自动匹配“{{detailData.growName || ''}}”,抓紧时间学习吧~</view>
|
||||
@@ -11,7 +11,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="learn_right">
|
||||
<text class="text">什么是成长路径</text>
|
||||
<text class="text">什么是专业力必修</text>
|
||||
<image @click="onLearnModal" class="image" src="../../static/images/learnpath/whyWhite.png" mode=""></image>
|
||||
</view>
|
||||
</view>
|
||||
@@ -104,10 +104,10 @@
|
||||
<u-modal :show="learnModal" :showConfirmButton="false" width="200px">
|
||||
<view class="item_modal">
|
||||
<view class="item_title">
|
||||
成长路径说明
|
||||
专业力必修说明
|
||||
</view>
|
||||
<view class="item_text">
|
||||
本功能针对学员所在组织、岗位、职级自动匹配成长路径,完成本路径方可晋升
|
||||
本功能针对学员所在组织、岗位、职级自动匹配专业力必修任务,完成专业力必修任务方可晋升
|
||||
</view>
|
||||
<view class="item_btn" @click="learnModal = false">
|
||||
我已阅读
|
||||
@@ -212,12 +212,13 @@
|
||||
margin-bottom: 38rpx;
|
||||
}
|
||||
.item_text{
|
||||
height: 96rpx;
|
||||
height: 124rpx;
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #333333;
|
||||
line-height: 48rpx;
|
||||
margin-bottom: 40rpx;
|
||||
text-align: left;
|
||||
}
|
||||
.item_btn{
|
||||
width: 220rpx;
|
||||
|
||||
Reference in New Issue
Block a user