Browse Source

样式调整

luolei 4 years ago
parent
commit
1c12b5dc21
4 changed files with 7 additions and 3 deletions
  1. 4 0
      src/css/common.less
  2. 1 1
      src/css/qcListDocteam.less
  3. 1 1
      src/css/qcListOutHospital.less
  4. 1 1
      src/js/qcScore.js

+ 4 - 0
src/css/common.less

@@ -240,4 +240,8 @@ input:-ms-input-placeholder, textarea:-ms-input-placeholder {
     input {
         margin-right: 0 !important;
     }
+}
+
+.toggle-item {
+    margin-bottom: 10px !important;
 }

+ 1 - 1
src/css/qcListDocteam.less

@@ -133,7 +133,7 @@ h2{
     float: left;
     height: 40px;
     line-height: 40px;
-    margin: 0 20px 20px 0;
+    margin: 0 20px 10px 0;
     span{
         display: inline-block;
         line-height: 32px;

+ 1 - 1
src/css/qcListOutHospital.less

@@ -156,7 +156,7 @@ h2{
     float: left;
     height: 40px;
     line-height: 40px;
-    margin: 0 20px 20px 0;
+    margin: 0 20px 10px 0;
     span{
         display: inline-block;
         line-height: 32px;

+ 1 - 1
src/js/qcScore.js

@@ -352,7 +352,7 @@ function delScore(id,info){
       $("#delModal").hide();
       updateFlaws(res.data.data);
       $("#anchor"+info.pageKeyList[0]).removeClass("active");
-      $.alerModal({"message":"删除成功",type:"tip",time:'1000'});
+      $.alerModal({"message":"删除成功",type:"tip",time:'1000',win:true});
     }
   });
 }