Parcourir la source

update sample css

ZZJ il y a 3 ans
Parent
commit
ff8abecf97

+ 7 - 1
src/views/system/jbdScan/goods/manualConfirmation.vue

@@ -20,7 +20,8 @@
                width="90%"
                width="90%"
                top="5vh"
                top="5vh"
                :modal-append-to-body='false'
                :modal-append-to-body='false'
-               title="      样品手动接收确认操作 - 确认样品数量及相关信息 "
+               title="      样品手动接收确认操作 - 确认样品数量及相关信息 
+               如有修改样品类型规格等信息,请前往质量管理-客户反馈-客户沟通模块填写客户沟通记录表"
                @close="closeDialog"
                @close="closeDialog"
                :before-close = "handleClose"
                :before-close = "handleClose"
                :visible.sync="visible"
                :visible.sync="visible"
@@ -848,4 +849,9 @@ import * as dayjs from 'dayjs'
       // line-height: 40px;
       // line-height: 40px;
       // font-weight: bold;  
       // font-weight: bold;  
  }
  }
+ /deep/.el-dialog__title{
+    line-height: 24px;
+    color: #e60c14;
+    font-weight: 600;
+ }
 </style>
 </style>

+ 7 - 1
src/views/system/jbdScan/goods/sampleConfirmation.vue

@@ -20,7 +20,8 @@
                width="75%"
                width="75%"
                top="5vh"
                top="5vh"
                :modal-append-to-body='false'
                :modal-append-to-body='false'
-               title="      样品手动接收确认操作 - 确认样品数量及相关信息  (如果扫描无结果,请点击除标题外的空白处,恢复扫码功能)"
+               title="      样品手动接收确认操作 - 确认样品数量及相关信息  (如果扫描无结果,请点击除标题外的空白处,恢复扫码功能)  
+               如有修改样品类型规格等信息,请前往质量管理-客户反馈-客户沟通模块填写客户沟通记录表"
                @close="closeDialog"
                @close="closeDialog"
                :before-close = "handleClose"
                :before-close = "handleClose"
                :visible.sync="visible"> <!-- 表单是否显示 -->
                :visible.sync="visible"> <!-- 表单是否显示 -->
@@ -818,4 +819,9 @@ import * as dayjs from 'dayjs'
       // line-height: 40px;
       // line-height: 40px;
       // font-weight: bold;  
       // font-weight: bold;  
  }
  }
+ /deep/.el-dialog__title{
+    line-height: 24px;
+    color: #e60c14;
+    font-weight: 600;
+ }
 </style>
 </style>