feat:修改面授等

This commit is contained in:
lixg
2023-02-27 21:02:14 +08:00
parent e6d3a5af8d
commit 8f7a3305e5
5 changed files with 451 additions and 140 deletions

View File

@@ -355,11 +355,11 @@
:courseType="type"
/>
<!-- 有重复添加的项目时的弹窗 -->
<!-- 删除弹窗 -->
<a-modal
v-model:visible="deleteModalVisible"
:footer="null"
wrapClassName="deleteModal"
wrapClassName="deleteModal1"
centered="true"
>
<div class="delete">
@@ -372,7 +372,7 @@
</div>
<div class="body">
<span>确定删除?</span>
<span>数据删除后不可恢复</span>
<span style="margin-top: 20px">数据删除后不可恢复</span>
</div>
<div class="del_btnbox">
<div class="del_btn btn1" @click="closeSameModal">
@@ -718,6 +718,7 @@ const sureSameModal = () => {
//取消
const closeSameModal = () => {
deleteModalVisible.value = false;
deleteId.value = null;
};
function submitCall(flag) {
@@ -1069,7 +1070,7 @@ defineExpose({ getStuList, startLoading });
}
}
.deleteModal {
.deleteModal1 {
.ant-modal {
width: 424px !important;
height: 258px !important;
@@ -1193,6 +1194,9 @@ defineExpose({ getStuList, startLoading });
}
}
}
.ant-modal-close-x {
display: none;
}
}
}
/*.delete {