样式调整
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-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"

View File

@ -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"

View File

@ -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"

View File

@ -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