zhangxc 5 лет назад
Родитель
Сommit
681eebd76f
5 измененных файлов с 35 добавлено и 13 удалено
  1. 13 4
      src/css/itemManager.less
  2. 10 3
      src/css/moduleManager.less
  3. 10 3
      src/css/qcList.less
  4. 1 1
      src/html/qcList.html
  5. 1 2
      src/js/moduleManager.js

+ 13 - 4
src/css/itemManager.less

@@ -1,11 +1,20 @@
 ul,li{
-    padding:0;margin:0;list-style:none
+    padding:0;
+    margin:0;
+    list-style:none;
 }
 h2{
-    padding: 11px 20px;
-    font-size: 16px;
-    font-weight: 600;
+    width: 100%;
+    box-sizing: border-box;
+    background-color: #fff;
+    z-index: 20;
+    height: 44px;
+    line-height: 44px;
+    padding: 0 0 0 35px;
     border-bottom: 1px solid #E2E5EF;
+    font-size: 14px;
+    font-weight: bold;
+    letter-spacing: 1px;
 }
 .main-body{
     margin: 20px 40px;

+ 10 - 3
src/css/moduleManager.less

@@ -2,10 +2,17 @@
     width: 100%;
 }
 h2{
-    padding: 11px 10px;
-    font-size: 16px;
-    font-weight: 600;
+    width: 100%;
+    box-sizing: border-box;
+    background-color: #fff;
+    z-index: 20;
+    height: 44px;
+    line-height: 44px;
+    padding: 0 0 0 35px;
     border-bottom: 1px solid #E2E5EF;
+    font-size: 14px;
+    font-weight: bold;
+    letter-spacing: 1px;
 }
 .main-body{
     margin: 20px 40px;

+ 10 - 3
src/css/qcList.less

@@ -2,10 +2,17 @@ ul,li{
     list-style: none;
 }
 h2{
-    padding: 11px 20px;
-    font-size: 16px;
-    font-weight: 600;
+    width: 100%;
+    box-sizing: border-box;
+    background-color: #fff;
+    z-index: 20;
+    height: 44px;
+    line-height: 44px;
+    padding: 0 0 0 35px;
     border-bottom: 1px solid #E2E5EF;
+    font-size: 14px;
+    font-weight: bold   ;
+    letter-spacing: 1px;
 }
 .main-body{
     margin: 20px 40px;

+ 1 - 1
src/html/qcList.html

@@ -11,7 +11,7 @@
 
 <body>
     <div class="container">
-        <h2>病历质控评分</h2>
+        <h2>质控评分</h2>
         <div class="main-body">
             <div class="filterBox">
                 <span class="filterItem typeFilter">

+ 1 - 2
src/js/moduleManager.js

@@ -1,9 +1,8 @@
 const $ = require('jquery');
 require("../css/moduleManager.less");
-require('./../resource/layui/layui.js');
 require('./../resource/jquery-ui/jquery-ui.min.js');
 require('./../resource/jquery-ui/jquery-ui.min.css');
-require('./../resource/layui/css/layui.css');
+
 
 // const  layui = require('layui-src');
 const {api} = require('./api.js')