Commit d4bd25f9 by wangshuangqing

患者信息去除平均 调整宽度

parent 3758f55d
...@@ -98,19 +98,19 @@ ...@@ -98,19 +98,19 @@
{{ item.iteM_TYPE }}:{{ decimal(item.totalFee) }}</span {{ item.iteM_TYPE }}:{{ decimal(item.totalFee) }}</span
> >
<span :class="{ fc3: index == checkindex }" class="sp2"> <span :class="{ fc3: index == checkindex }" class="sp2">
<span class="sp2_avg"> <!-- <span class="sp2_avg">
平均: 平均:
{{ decimal(item.avgFee) }} {{ decimal(item.avgFee) }}
</span> </span> -->
<!-- <span class="sp2_reto" v-ratio="[item.proportion / 100, item.proportion / 100, `${index == checkindex ? '#fff' : '#6a707e'}`]"> <!-- <span class="sp2_reto" v-ratio="[item.proportion / 100, item.proportion / 100, `${index == checkindex ? '#fff' : '#6a707e'}`]">
</span> --> </span> -->
<span class="sp2_reto" v-if="item.proportion <= 0"> <span class="sp2_reto" v-if="item.proportion <= 0">
{{ decimal(item.proportion * -1) + '%' }} {{ decimal(item.proportion * -1) + '%' }}
<img style="width: 4px; height: 12px; margin-left: 5px" src="../assets/img/dataCockpit/lvse_zuo.png" /> <!-- <img style="width: 4px; height: 12px; margin-left: 5px" src="../assets/img/dataCockpit/lvse_zuo.png" /> -->
</span> </span>
<span class="sp2_reto" v-else> <span class="sp2_reto" v-else>
{{ decimal(item.proportion) + '%' }} {{ decimal(item.proportion) + '%' }}
<img style="width: 4px; height: 12px; margin-left: 5px" src="../assets/img/dataCockpit/hongse_you.png" /> <!-- <img style="width: 4px; height: 12px; margin-left: 5px" src="../assets/img/dataCockpit/hongse_you.png" /> -->
</span> </span>
</span> </span>
</div> </div>
...@@ -790,7 +790,7 @@ export default { ...@@ -790,7 +790,7 @@ export default {
// 有数据 // 有数据
&_left { &_left {
list-style-type: none; list-style-type: none;
width: 37%; width: 27%;
height: 90%; height: 90%;
overflow-y: auto; overflow-y: auto;
...@@ -807,7 +807,7 @@ export default { ...@@ -807,7 +807,7 @@ export default {
color: #fff; color: #fff;
.fc2 { .fc2 {
width: 40%; width: 70%;
height: 100%; height: 100%;
display: flex; display: flex;
...@@ -820,12 +820,12 @@ export default { ...@@ -820,12 +820,12 @@ export default {
} }
} }
.fc3 { .fc3 {
width: 60%; width: 30%;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-items: center; justify-items: center;
justify-content: flex-end; justify-content: center;
padding-right: 3%; padding-right: 3%;
} }
} }
...@@ -887,14 +887,14 @@ export default { ...@@ -887,14 +887,14 @@ export default {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
width: 50%; width: 50%;
justify-content: flex-end; justify-content: center;
} }
} }
} }
} }
} }
&_right { &_right {
width: 62%; width: 72%;
// 无数据样式 // 无数据样式
&_box { &_box {
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment