Commit d4bd25f9 by wangshuangqing

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

parent 3758f55d
......@@ -98,19 +98,19 @@
{{ item.iteM_TYPE }}:{{ decimal(item.totalFee) }}</span
>
<span :class="{ fc3: index == checkindex }" class="sp2">
<span class="sp2_avg">
<!-- <span class="sp2_avg">
平均:
{{ decimal(item.avgFee) }}
</span>
</span> -->
<!-- <span class="sp2_reto" v-ratio="[item.proportion / 100, item.proportion / 100, `${index == checkindex ? '#fff' : '#6a707e'}`]">
</span> -->
<span class="sp2_reto" v-if="item.proportion <= 0">
{{ 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 class="sp2_reto" v-else>
{{ 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>
</div>
......@@ -790,7 +790,7 @@ export default {
// 有数据
&_left {
list-style-type: none;
width: 37%;
width: 27%;
height: 90%;
overflow-y: auto;
......@@ -807,7 +807,7 @@ export default {
color: #fff;
.fc2 {
width: 40%;
width: 70%;
height: 100%;
display: flex;
......@@ -820,12 +820,12 @@ export default {
}
}
.fc3 {
width: 60%;
width: 30%;
height: 100%;
display: flex;
align-items: center;
justify-items: center;
justify-content: flex-end;
justify-content: center;
padding-right: 3%;
}
}
......@@ -887,14 +887,14 @@ export default {
flex-direction: row;
align-items: center;
width: 50%;
justify-content: flex-end;
justify-content: center;
}
}
}
}
}
&_right {
width: 62%;
width: 72%;
// 无数据样式
&_box {
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