Commit 71045115 by 唐玉峰

.

parent 08057098
...@@ -583,7 +583,7 @@ ...@@ -583,7 +583,7 @@
height: 55% !important; height: 55% !important;
&_leftShowBox { &_leftShowBox {
width: 83% !important; width: 100% !important;
// 无数据 // 无数据
&_box { &_box {
...@@ -844,7 +844,7 @@ ...@@ -844,7 +844,7 @@
height: 63% !important; height: 63% !important;
&_leftShowBox { &_leftShowBox {
width: 83% !important; width: 100% !important;
// 无数据 // 无数据
&_box { &_box {
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
<div class="outpatientDetails_top"> <div class="outpatientDetails_top">
<div class="outpatientDetails_top_div1"> <div class="outpatientDetails_top_div1">
<span class="span1">患者信息</span> <span class="span1">患者信息</span>
<el-button class="outpatientDetails_top_div1_button" type="primary" size="mini" @click="getControl">医嘱质控</el-button> <!-- <el-button class="outpatientDetails_top_div1_button" type="primary" size="mini" @click="getControl">医嘱质控</el-button> -->
<!-- <el-button size="mini" type="primary">医嘱质控</el-button> -->
</div> </div>
<div class="outpatientDetails_top_message"> <div class="outpatientDetails_top_message">
...@@ -236,7 +235,7 @@ ...@@ -236,7 +235,7 @@
</div> </div>
</div> --> </div> -->
<!-- 右侧有数据 --> <!-- 右侧有数据 -->
<div class="outpatientDetails_bottom_rght2"> <!-- <div class="outpatientDetails_bottom_rght2">
<div class="outpatientDetails_bottom_rght2_top"> <div class="outpatientDetails_bottom_rght2_top">
<div class="outpatientDetails_bottom_rght2_top_title">异常问题</div> <div class="outpatientDetails_bottom_rght2_top_title">异常问题</div>
<div class="outpatientDetails_bottom_rght2_top_mes"> <div class="outpatientDetails_bottom_rght2_top_mes">
...@@ -250,10 +249,6 @@ ...@@ -250,10 +249,6 @@
@click="gettype(item.name, ind)" @click="gettype(item.name, ind)"
>{{ item.name }}:<span :style="{ color: item.color }">{{ item.count }}</span></span >{{ item.name }}:<span :style="{ color: item.color }">{{ item.count }}</span></span
> >
<!-- <span class="outpatientDetails_bottom_rght2_top_mes_span2">检查:<span style="color: #3ad330">0</span></span>
<span class="outpatientDetails_bottom_rght2_top_mes_span3">治疗:<span style="color: #2aaae2">0</span></span>
<span class="outpatientDetails_bottom_rght2_top_mes_span4">其他:<span style="color: red">0</span></span> -->
</div> </div>
</div> </div>
<div class="outpatientDetails_bottom_rght2_bottom"> <div class="outpatientDetails_bottom_rght2_bottom">
...@@ -282,7 +277,7 @@ ...@@ -282,7 +277,7 @@
</el-tooltip> </el-tooltip>
</div> </div>
</div> </div>
</div> </div> -->
</div> </div>
<!--无数据 --> <!--无数据 -->
<!-- <div class="outpatientDetails_bottom" v-if="goods.length == 0"> <!-- <div class="outpatientDetails_bottom" v-if="goods.length == 0">
...@@ -1093,7 +1088,7 @@ export default { ...@@ -1093,7 +1088,7 @@ export default {
justify-content: space-between; justify-content: space-between;
height: 80%; height: 80%;
&_leftShowBox { &_leftShowBox {
width: 78%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
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