zhouna 3 rokov pred
rodič
commit
b56b48abb6

+ 2 - 2
src/css/cdssHorizontal.less

@@ -63,7 +63,7 @@
   color: #333333;
   //   box-sizing: border-box;
   z-index: 99;
-  border-bottom: 8px solid #e6e7e8;
+  border-bottom: 4px solid #e6e7e8;
 }
 .tab {
   position: relative;
@@ -108,7 +108,7 @@
 .leftWrapper,
 .rightWrapper {
   position: relative;
-  height: 202px;
+  height: 206px;
   display: inline-block;
   box-sizing: border-box;
   overflow-y: auto;

+ 1 - 1
src/html/smartAlert.html

@@ -52,7 +52,7 @@
       line-height: 20px;
       color: #333;
     }
-    .content>li{
+    .contentBox>li{
       background: url("../images/dot.png") 0 10px no-repeat;
       text-indent: 10px;
     }

+ 1 - 0
src/js/smartAlert.js

@@ -1,5 +1,6 @@
 const $ = require("jquery");
 const { post,config,getUrlArgObject } = require('./promise.js');
+require('./../images/dot.png').replace(/^undefined/g, '')
 let mrId = getUrlArgObject('mrId')
 let hospitalIdUrl = getUrlArgObject('hospitalId') || ''
 const codes = getUrlArgObject('codes') || ''