1178232204@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
afced1c765
Modificáronse 2 ficheiros con 12 adicións e 3 borrados
  1. 9 3
      src/css/cdss.less
  2. 3 0
      src/js/cdssHorizontal.js

+ 9 - 3
src/css/cdss.less

@@ -786,7 +786,7 @@ body {
   }
 }
 .nurseIitle {
-  border-bottom: 1px solid #d9d9d9;
+  border-bottom: 1px dashed #d9d9d9;
   padding-bottom: 10px;
   .title {
     padding-left: 5px;
@@ -800,9 +800,15 @@ body {
     top: 6.5px;
   }
 }
-.nurseIitle:last-child {
-  border-bottom: none;
+.nurse{
+  .shortBox:last-child {
+    .nurseIitle{
+      border-bottom: none;
+    }
+    
+  }
 }
+
 .shortBox {
   overflow: hidden;
 }

+ 3 - 0
src/js/cdssHorizontal.js

@@ -596,6 +596,9 @@ function renderAffListList(list) {
 
   $('.hasdiagnose .pushItemBox').on("click", function (e) {
     e.preventDefault()
+    // (".leftWrapper").scrollTop(50)
+    $('.leftWrapper').scrollTop($(this).offset().top);
+
     const name = $(this).attr('data-name');
     const i = $(this).attr('data-index');
     if ($(this).hasClass('disable')) {