样式调整
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-07-05 16:05:59 +08:00
parent 98af1e7540
commit 8b48f5fe2e
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
<el-form-item :label="$t('trials:equiptResearch:form:remark')">
<el-input v-model="form.Note" />
</el-form-item>
<div style="text-align: center;padding-bottom:20px;">
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"

View File

@ -71,7 +71,7 @@
{{ errorMsg }}
</span>
</el-form-item>
<div style="text-align: center;padding-bottom:20px;">
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"

View File

@ -90,7 +90,7 @@
{{ errorMsg }}
</span>
</el-form-item>
<div style="text-align: center;padding-bottom:20px;">
<div style="text-align: center;padding:20px 0px;">
<!-- 取消 -->
<el-button
size="small"

View File

@ -183,7 +183,7 @@ export default {
background-color: #f8f8f8;
line-height: 50px;
text-align: center;
padding: 10px;
padding: 20px;
}
.mt5{
margin-top: 5px