master
鲁洪霞 2025-08-08 17:42:29 +08:00
parent 85a3b01151
commit 48e885e07f
1 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,14 @@
</div>
<div class="main">
<div class="submissionWasSuccessful" style="display: none">
<img
src="../../../src/assets/images/public/ok.png"
alt=""
width="60%"
/>
<div class="text">提交成功</div>
</div>
<el-form
ref="formRef"
:model="form"
@ -118,5 +126,16 @@ const degree_options = [
height: 40px;
font-size: 16px;
}
.submissionWasSuccessful {
width: 100%;
text-align: center;
margin-top: 100px;
.text {
font-size: 20px;
font-weight: bold;
color: #333333;
margin-top: 10px;
}
}
}
</style>