Browse Source

样式调整

luolei 5 years ago
parent
commit
2a7af490ea

+ 9 - 0
src/css/index.less

@@ -677,6 +677,14 @@
     display: inline-block;
     box-sizing: border-box;
     border-radius:4px;
+    position: relative;
+    img {
+      width: 10px;
+      float: left;
+      position: absolute;
+      top: 14px;
+      right: 7px;
+    }
   }
   .abnormalLeft {
     width: 100px !important;
@@ -720,4 +728,5 @@
   }
   .midifyMsgContentDel {
     height: 220px !important;
+    width: 300px !important;
   }

+ 1 - 1
src/css/itemManager.less

@@ -59,7 +59,7 @@
     .filterDropList{
         position: absolute;
         right: 0;
-        height: 200px;
+        max-height: 200px;
         overflow-y: auto;
         background: #fff;
         display: none;

+ 1 - 1
src/css/mukuai.less

@@ -130,7 +130,7 @@
     .filterDropList{
         position: absolute;
         right: 0;
-        height: 200px;
+        max-height: 200px;
         overflow-y: auto;
         background: #fff;
         display: none;

+ 1 - 1
src/css/quexianDetail.less

@@ -132,7 +132,7 @@
     .filterDropList{
         position: absolute;
         right: 0;
-        height: 200px;
+        max-height: 200px;
         overflow-y: auto;
         background: #fff;
         display: none;

+ 1 - 1
src/css/quexianDetailControl.less

@@ -132,7 +132,7 @@
     .filterDropList{
         position: absolute;
         right: 0;
-        height: 200px;
+        max-height: 200px;
         overflow-y: auto;
         background: #fff;
         display: none;

+ 1 - 1
src/css/tiaomu.less

@@ -132,7 +132,7 @@
     .filterDropList{
         position: absolute;
         right: 0;
-        height: 200px;
+        max-height: 200px;
         overflow-y: auto;
         background: #fff;
         display: none;

+ 2 - 2
src/html/deptScoreDetail.html

@@ -29,8 +29,8 @@
                     <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称">
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
-                    <span>科室:</span>
-                    <span class="selectDept" data-id=" "><i>--</i></span>
+                    <span style="overflow:hidden">科室:</span>
+                    <span class="selectDept ellipsis" data-id=" "><i>--</i></span>
                     <ul class="deptList filterDropList">
                         
                     </ul>

+ 2 - 2
src/html/mukuai.html

@@ -32,8 +32,8 @@
                     </span>
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
-                    <span>科室:</span>
-                    <span class="selectDept" data-id=" "><i>--</i></span>
+                    <span style="overflow:hidden">科室:</span>
+                    <span class="selectDept ellipsis" data-id=" "><i>--</i></span>
                     <ul class="deptList filterDropList">
                         
                     </ul>

+ 2 - 2
src/html/partDetail.html

@@ -29,8 +29,8 @@
                     <input class="patientNumInp" style="width: 148px;" type="text" placeholder="请输入科室名称">
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
-                    <span>科室:</span>
-                    <span class="selectDept" data-id=""><i>--</i></span>
+                    <span style="overflow:hidden">科室:</span>
+                    <span class="selectDept ellipsis" data-id=""><i>--</i></span>
                     <ul class="deptList filterDropList">
                         
                     </ul>

+ 1 - 0
src/html/quexianDetail.html

@@ -38,6 +38,7 @@
                 <thead>
                     <th class="moduleName" style="width: 65px;">序号</th>
                     <th class="moduleItemName">缺陷名称</th>
+                    <th class="moduleItemName textCenter">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
                 <tbody>

+ 1 - 0
src/html/quexianDetailControl.html

@@ -38,6 +38,7 @@
                 <thead>
                     <th class="moduleName" style="width: 65px;">序号</th>
                     <th class="moduleItemName">缺陷名称</th>
+                    <th class="moduleItemName textCenter">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
                 <tbody>

+ 2 - 2
src/html/tiaomu.html

@@ -32,8 +32,8 @@
                     </span>
                 </span>
                 <span class="filterItem typeFilter deptListWrap">
-                    <span>科室:</span>
-                    <span class="selectDept" data-id=" "><i>--</i></span>
+                    <span style="overflow:hidden">科室:</span>
+                    <span class="selectDept ellipsis" data-id=" "><i>--</i></span>
                     <ul class="deptList filterDropList">
                         
                     </ul>

+ 2 - 2
src/js/abnormal.js

@@ -158,7 +158,7 @@ function midifyMsgBox(item,type){
                 <p class="midifyMsgTitle">修改 <img class="iconClose" src=${require('./../images/icon_close_default.png')} alt="关闭" /></p>
                 <div class="itemMsgInfoBox">
                     <span class="itemMsgLab abnormalLeft">状态:</span> 
-                    <span class="abnormalAll" data-status="${itemCopy.status}">${itemCopy.status == 0?"未处理":"已处理"}</span>
+                    <span class="abnormalAll" data-status="${itemCopy.status}">${itemCopy.status == 0?"未处理":"已处理"}<img class="arrow" src=${iconDown} alt="下拉"></span>
                     <ul class="abnormalStatusLis">
                         <li data-status="0">未处理</li>
                         <li data-status="1">已处理</li>
@@ -180,7 +180,7 @@ function midifyMsgBox(item,type){
         msgBox = `<div class="midifyMsgBox">
             <div class="mask"></div>
             <div class="midifyMsgContent midifyMsgContentDel">
-                <p class="midifyMsgTitle">修改 <img class="iconClose" src=${require('./../images/icon_close_default.png')} alt="关闭" /></p>
+                <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>

+ 1 - 0
src/js/quexianDetail.js

@@ -200,6 +200,7 @@ function renderTab(data,activePage){
             <tr data-id=${item.id} data-index=${i}>
                 <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
                 <td>${item.name}</td>
+                <td class="textCenter">${item.num}</td>
                 <td  class="textCenter">${item.percentStr}</td>
             </tr>
         `

+ 1 - 0
src/js/quexianDetailControl.js

@@ -200,6 +200,7 @@ function renderTab(data,activePage){
             <tr data-id=${item.id} data-index=${i}>
                 <td  class="textCenter">${(activePage-1)*15 + i+1}</td>
                 <td>${item.name}</td>
+                <td class="textCenter">${item.num}</td>
                 <td  class="textCenter">${item.percentStr}</td>
             </tr>
         `