mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
feat:修改[活动]考勤抽屉
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
</div>
|
||||
<div class="b_sub">
|
||||
<div class="bs_header">
|
||||
<div class="b_left">课程命名规则</div>
|
||||
<div class="b_left"><span style="color:#999BA3;">课程命名规则</span></div>
|
||||
<div class="b_right" @click="hideShow" style="cursor: pointer">
|
||||
<div
|
||||
class="b_zk"
|
||||
@@ -313,7 +313,7 @@
|
||||
</div>
|
||||
<div class="i2_cz">
|
||||
<div class="i2_top">
|
||||
<div class="i2_left">课程命名规则</div>
|
||||
<div class="i2_left"><span style="color:#999BA3;">课程命名规则</span></div>
|
||||
<div
|
||||
class="i2_right"
|
||||
@click="hideShow"
|
||||
@@ -1404,19 +1404,21 @@
|
||||
class="btn4_sup"
|
||||
:style="{ display: hideshow ? 'none' : 'block' }"
|
||||
>
|
||||
<div class="btnsbox">
|
||||
<div class="btn4_tit">
|
||||
<span style="color: #4ea6ff">批量录入成绩</span>
|
||||
</div>
|
||||
<div class="btn4_op1">
|
||||
<span style="margin: 10px auto">批量结业</span>
|
||||
<span >批量结业</span>
|
||||
</div>
|
||||
<div class="btn4_op2">
|
||||
<span style="margin: 10px auto">批量通过</span>
|
||||
<span >批量通过</span>
|
||||
</div>
|
||||
<div class="btn4_op3">
|
||||
<span style="margin: 10px auto">批量拒绝</span>
|
||||
<span>批量拒绝</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="stmm_btn btn5">
|
||||
<div class="export"></div>
|
||||
@@ -4996,6 +4998,7 @@ export default defineComponent({
|
||||
}
|
||||
.btn4 {
|
||||
display: flex;
|
||||
width: 130px;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
.btn4_sub {
|
||||
@@ -5017,21 +5020,26 @@ export default defineComponent({
|
||||
}
|
||||
.btn4_sup {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21);
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
z-index: 999;
|
||||
.btn4_tit {
|
||||
margin-top: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.btn4_op1,
|
||||
.btn4_op2,
|
||||
.btn4_op3 {
|
||||
margin-left: 20px;
|
||||
.btnsbox{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.btn4_tit {
|
||||
margin: 10px auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.btn4_op1,
|
||||
.btn4_op2,
|
||||
.btn4_op3 {
|
||||
margin-bottom:10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user