样式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
98af1e7540
commit
8b48f5fe2e
|
@ -39,7 +39,7 @@
|
||||||
<el-form-item :label="$t('trials:equiptResearch:form:remark')">
|
<el-form-item :label="$t('trials:equiptResearch:form:remark')">
|
||||||
<el-input v-model="form.Note" />
|
<el-input v-model="form.Note" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="text-align: center;padding-bottom:20px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
{{ errorMsg }}
|
{{ errorMsg }}
|
||||||
</span>
|
</span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="text-align: center;padding-bottom:20px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
{{ errorMsg }}
|
{{ errorMsg }}
|
||||||
</span>
|
</span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<div style="text-align: center;padding-bottom:20px;">
|
<div style="text-align: center;padding:20px 0px;">
|
||||||
<!-- 取消 -->
|
<!-- 取消 -->
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
@ -183,7 +183,7 @@ export default {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
.mt5{
|
.mt5{
|
||||||
margin-top: 5px
|
margin-top: 5px
|
||||||
|
|
Loading…
Reference in New Issue