提交专业力必修

This commit is contained in:
Pengxiansen
2025-01-23 14:51:49 +08:00
parent d0176acb45
commit 990380ac1a
23 changed files with 2226 additions and 2238 deletions

View File

@@ -872,7 +872,6 @@ function reset() {
const CommonTestRef = ref(null);
// 关闭步骤
const closeDrawer = () => {
debugger
// 如果不是第一步则退到新增
if (step.value > 2 && commonTestStep.value == 1) {
step.value = 2;
@@ -1187,7 +1186,6 @@ defineExpose({ openDrawer });
.createschooltime {
.cst_main {
width: 100%;
max-height: 700px;
overflow-y: auto;
position: relative;