|
@@ -43,7 +43,7 @@
|
|
|
:data="form.hospitalRelationVOList"
|
|
|
border
|
|
|
:style="form.hospitalRelationVOList.length > 0?'min-height: 200px':'60px'"
|
|
|
- :height="form.hospitalRelationVOList.length > 0?'calc(100vh - 360px)':'60px'"
|
|
|
+ :height="form.hospitalRelationVOList.length > 0?'calc(100vh - 390px)':'60px'"
|
|
|
class="tabs"
|
|
|
ref="tableList"
|
|
|
:header-row-style="{height:'40px',cursor: 'pointer',fontSize:'14px'}"
|
|
@@ -474,7 +474,7 @@ export default {
|
|
|
.tabs {
|
|
|
max-width: 100%;
|
|
|
min-width: 100%;
|
|
|
- border-color: #dcdfe6;
|
|
|
+ border-bottom:1px solid #dcdfe6;
|
|
|
.star {
|
|
|
color: #ff545b;
|
|
|
}
|