普通招生

This commit is contained in:
guochunsi
2026-01-15 19:06:50 +08:00
parent 761fb9bdc3
commit 3cab9fab59
46 changed files with 1561 additions and 1033 deletions

View File

@@ -4,8 +4,8 @@
append-to-body
:close-on-click-modal="false"
v-model="visible"
width="90%">
<div style="height: 100%;width:100%">
width="800">
<div>
<el-form :model="form" :rules="rules" ref="formRef" label-width="120px"
class="demo-ruleForm">
@@ -141,7 +141,7 @@ defineExpose({
#container {
overflow: hidden;
width: 100%;
height: 700px;
height: 500px;
margin: 0;
font-family: "微软雅黑";
}