mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
2
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
</div>
|
||||
<div class="detailinfo">
|
||||
<div class="select">
|
||||
<div class="select-radio" style="margin-left: 0;"><span></span> 必修</div>
|
||||
<div class="select-radio"><span></span>选修</div>
|
||||
<div class="select-radio"><span></span>已完成</div>
|
||||
<div class="select-radio" style="margin-left: 0;"><span style="background: #34CA2B;"></span> 必修</div>
|
||||
<div class="select-radio"><span style="background: #FE9C4A;"></span>选修</div>
|
||||
<div class="select-radio"><span style="background: #F2675D;"></span>已完成</div>
|
||||
</div>
|
||||
<div class="btn">
|
||||
<el-button type="primary">全岗位路径图</el-button>
|
||||
@@ -264,6 +264,19 @@ export default {
|
||||
|
||||
.select-radio {
|
||||
margin-left: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 4px;
|
||||
margin-right: 9px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -285,8 +298,8 @@ export default {
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -7px;
|
||||
left: 750px;
|
||||
bottom: -4px;
|
||||
left: 737px;
|
||||
background-image: url('../../assets/images/growth/begin.png');
|
||||
background-repeat: no-repeat;
|
||||
width: 190px;
|
||||
|
||||
Reference in New Issue
Block a user