Browse Source

文字修改

luolei 5 years ago
parent
commit
a884a3a846

+ 7 - 7
src/css/index.less

@@ -11,7 +11,7 @@
   font-size: 16px;
   border-bottom: 1px #E2E5EF solid;
   /*top:0;
-  background:linear-gradient(123deg,rgba(90,142,238,1) 0%,rgba(126,171,255,1) 100%);;
+  background:linear-gradient(123deg,#00A1FF 0%,rgba(126,171,255,1) 100%);;
   text-indent: 20px;
   color: #fff;*/
   .login{
@@ -348,7 +348,7 @@
       height:36px;
       line-height: 36px;
       text-align: center;
-      background:rgba(90,142,238,1);
+      background:#00A1FF;
       border-radius:4px;
       cursor: pointer;
     }
@@ -424,7 +424,7 @@
       height:36px;
       line-height: 36px;
       text-align: center;
-      background:rgba(90,142,238,1);
+      background:#00A1FF;
       border-radius:4px;
       cursor: pointer;
     }
@@ -513,7 +513,7 @@
       height:36px;
       line-height: 36px;
       text-align: center;
-      background:rgba(90,142,238,1);
+      background:#00A1FF;
       border-radius:4px;
       cursor: pointer;
     }
@@ -714,9 +714,9 @@
   }
 
   .midifyEditDel{
-    color: #FF4D4F !important;
-    border: 1px solid #FF4D4F !important;
-    background-color: #fff !important;
+    color: #fff !important;
+    border: 1px solid #00A1FF !important;
+    background-color: #00A1FF !important;
     margin-right: 15px;
   }
   .delTips {

+ 1 - 1
src/html/deptScoreDetail.html

@@ -26,7 +26,7 @@
             <div class="filterBox clearfix">
                 <span class="filterItem typeFilter">
                     <span>医生名称:</span>
-                    <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称">
+                    <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入医生名称">
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
                     <span style="overflow:hidden">科室:</span>

+ 1 - 1
src/html/deptScoreDetailControl.html

@@ -25,7 +25,7 @@
         <div class="main-body">
             <div class="filterBox clearfix">
                 <span class="filterItem typeFilter">
-                    <span>医生名称:</span>
+                    <span>科室名称:</span>
                     <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称">
                 </span>
                 <!-- <span class="filterItem typeFilter deptListWrap">

+ 1 - 1
src/html/partDetail.html

@@ -26,7 +26,7 @@
             <div class="filterBox clearfix">
                 <span class="filterItem typeFilter">
                     <span>主管医生:</span>
-                    <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称">
+                    <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入主管医生">
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
                     <span style="overflow:hidden">科室:</span>

+ 1 - 2
src/js/abnormal.js

@@ -183,8 +183,7 @@ function midifyMsgBox(item,type){
                 <p class="midifyMsgTitle">删除记录<img class="iconClose" src=${require('./../images/icon_close_default.png')} alt="关闭" /></p>
                 <p class="delTips">确认要删除该条异常记录?</p>
                 <div class="midifyMsgBtn midifyMsgBtnDel">
-                    <span class="midifyEdit midifyEditDel">删除</span>
-                    <span class="midifyEdit midifyEditQuit">取消</span>
+                    <span class="midifyEdit midifyEditDel">确定</span>
                 </div>
             </div>
         </div>`