mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
fix:项目添加任务,必修选修显示问题
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
v-model:checked="element.flag" size="small"
|
||||
active-color="red"/>
|
||||
<div class="showt clearfix">
|
||||
<div class="bi" :style="{'z-index': element.flag ? 999 : 998,}">必修</div>
|
||||
<div class="bi" :style="{'z-index': element.flag ? 889 : 887,}">必修</div>
|
||||
<div class="xuan">选修</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1585,7 +1585,7 @@ const cancelStorage = async () => {
|
||||
background-color: #5dc988;
|
||||
line-height: 23px;
|
||||
position: absolute;
|
||||
z-index: 998;
|
||||
z-index: 888;
|
||||
color: #ffffff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@@ -1596,7 +1596,7 @@ const cancelStorage = async () => {
|
||||
background-color: #f2f6fc;
|
||||
line-height: 23px;
|
||||
position: absolute;
|
||||
z-index: 998;
|
||||
z-index: 888;
|
||||
color: #5dc988;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user