|
@@ -120,7 +120,7 @@
|
120
|
120
|
</template>
|
121
|
121
|
</scroll-view>
|
122
|
122
|
<view class="foot_common_btns">
|
123
|
|
- <button @click="toList()" type="default" class="primaryButton btn">返回</button>
|
|
123
|
+ <button @click="toList()" type="default" class="primaryButton btn gray">返回</button>
|
124
|
124
|
<button v-if="dataInfo.patientInspectLogData.state && dataInfo.patientInspectLogData.state.value === '4'" @click="tagClick(dataInfo.patientInspectLogData)" type="default" class="primaryButton btn">标记回科</button>
|
125
|
125
|
</view>
|
126
|
126
|
<!-- 弹窗 -->
|
|
@@ -304,12 +304,14 @@
|
304
|
304
|
.popup-content{
|
305
|
305
|
padding: 40rpx;
|
306
|
306
|
}
|
|
307
|
+.gray{
|
|
308
|
+ background-color: #8F939C!important;
|
|
309
|
+}
|
307
|
310
|
.incidentDetail{
|
308
|
311
|
height: 100vh;
|
309
|
312
|
display: flex;
|
310
|
313
|
flex-direction: column;
|
311
|
314
|
justify-content: space-between;
|
312
|
|
- background-color: #EBEBEB;
|
313
|
315
|
.head{
|
314
|
316
|
height: 88rpx;
|
315
|
317
|
display: flex;
|