mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
提交专业力必修
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user