|
@@ -107,8 +107,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="case-content" :class="caseShow ? 'case-content-show' : 'case-content-hidden'"
|
|
|
|
- @animationend="handleAnimationEnd">
|
|
|
|
|
|
+ <div class="case-content" v-show="caseShow">
|
|
<!-- status 不存在 意味着不脱敏、医院自助查询 -->
|
|
<!-- status 不存在 意味着不脱敏、医院自助查询 -->
|
|
<template v-if="!$route.query.status">
|
|
<template v-if="!$route.query.status">
|
|
<!-- 住院病案质控 -->
|
|
<!-- 住院病案质控 -->
|
|
@@ -886,7 +885,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.case-content {
|
|
.case-content {
|
|
- width: 0;
|
|
|
|
|
|
+ width: 340px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
|