jsk
This commit is contained in:
parent
c77f7cfb44
commit
8510627ac0
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue