seimin 2 月之前
父節點
當前提交
b094f3cfa3
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      pages/patientInspectLog/patientInspectLogDetail.vue

+ 4 - 2
pages/patientInspectLog/patientInspectLogDetail.vue

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