mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
feat:修改单选框不能取消问题 部分弹窗退出清除状态
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<a-drawer
|
||||
:visible="addfaceteachVisible"
|
||||
class="drawerStyle addfaceteachDrawer"
|
||||
width="80%"
|
||||
width="90%"
|
||||
title="添加面授"
|
||||
placement="right"
|
||||
@after-visible-change="afterVisibleChange"
|
||||
@@ -116,7 +116,7 @@
|
||||
v-model:value="inputV3"
|
||||
style="width: 384px; height: 32px"
|
||||
/>
|
||||
<span style="margin-left: 5px">分钟</span>
|
||||
<span style="margin-left: 5px; width: 30px">分钟</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main_item">
|
||||
@@ -142,24 +142,37 @@
|
||||
<span style="margin-right: 3px">考勤设置:</span>
|
||||
</div>
|
||||
<div class="kqszbox">
|
||||
<div class="qdqtbox"><div class="qdbtn"><div class="btntext">签到</div></div></div>
|
||||
<div class="qdqtbox">
|
||||
<div class="qdbtn"><div class="btntext">签到</div></div>
|
||||
</div>
|
||||
<div class="setbox">
|
||||
<div class="timerbox">
|
||||
<span>开始前:</span>
|
||||
<a-input style="width: 88px; height: 32px" :v-model:value="inputV5"></a-input>
|
||||
<a-input
|
||||
style="width: 88px; height: 32px"
|
||||
:v-model:value="inputV5"
|
||||
></a-input>
|
||||
<span style="color: #999999; margin-left: 8px">分钟</span>
|
||||
</div>
|
||||
<div class="timerbox">
|
||||
<span>开始后:</span>
|
||||
<a-input style="width: 88px; height: 32px" :v-model:value="inputV6"></a-input>
|
||||
<a-input
|
||||
style="width: 88px; height: 32px"
|
||||
:v-model:value="inputV6"
|
||||
></a-input>
|
||||
<span style="color: #999999; margin-left: 8px">分钟</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="qdqtbox"><div class="qtbtn"><div class="btntext">签退</div></div></div>
|
||||
<div class="qdqtbox">
|
||||
<div class="qtbtn"><div class="btntext">签退</div></div>
|
||||
</div>
|
||||
<div class="setbox">
|
||||
<div class="timerbox">
|
||||
<span>结束前:</span>
|
||||
<a-input style="width: 88px; height: 32px" :v-model:value="inputV7"></a-input>
|
||||
<a-input
|
||||
style="width: 88px; height: 32px"
|
||||
:v-model:value="inputV7"
|
||||
></a-input>
|
||||
<span style="color: #999999; margin-left: 8px"
|
||||
>分钟(提前签退则记为早退)</span
|
||||
>
|
||||
@@ -373,6 +386,7 @@ export default {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.main_left {
|
||||
height: 1080px;
|
||||
padding-right: 30px;
|
||||
flex: 1;
|
||||
border-right: 1px solid #e8e8e8;
|
||||
@@ -424,7 +438,7 @@ export default {
|
||||
.qtbtn {
|
||||
width: 75px;
|
||||
height: 24px;
|
||||
background: rgba(56,139,225,0.16);
|
||||
background: rgba(56, 139, 225, 0.16);
|
||||
border-radius: 2px;
|
||||
border: 1px solid #387df7;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user