This commit is contained in:
skjia 2025-06-06 15:51:58 +08:00
parent c77f7cfb44
commit 8510627ac0
1 changed files with 1 additions and 4 deletions

View File

@ -70,7 +70,7 @@
@pagination="getList" @pagination="getList"
/> />
<!-- 体检报告对话框 --> <!-- 体检报告对话框 -->
<el-dialog :title="titleAddReport" :visible.sync="openAddReport" style="right: 0px;" custom-class="dialog-right" class="addReportStyle" append-to-body> <el-dialog :title="titleAddReport" :visible.sync="openAddReport" custom-class="dialog-right" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="90px"> <el-form ref="form" :model="form" :rules="rules" label-width="90px">
<el-row justify="center"> <el-row justify="center">
<table align="center" width="100%" cellspacing="0"> <table align="center" width="100%" cellspacing="0">
@ -851,7 +851,4 @@ export default {
font-weight: 700; font-weight: 700;
color: #000; color: #000;
} }
.addReportStyle .dialog-right{
margin-top: 0vh !important;
}
</style> </style>