css
parent
85a3b01151
commit
48e885e07f
|
@ -5,6 +5,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main">
|
<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
|
<el-form
|
||||||
ref="formRef"
|
ref="formRef"
|
||||||
:model="form"
|
:model="form"
|
||||||
|
@ -118,5 +126,16 @@ const degree_options = [
|
||||||
height: 40px;
|
height: 40px;
|
||||||
font-size: 16px;
|
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>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue