瀏覽代碼

样式对齐

zhouna 5 年之前
父節點
當前提交
827cff1d4a
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/html/qcList.html
  2. 1 1
      src/html/qcListDept.html
  3. 1 1
      src/html/qcListPerson.html

+ 1 - 1
src/html/qcList.html

@@ -38,7 +38,7 @@
                     <span>医生工号:</span>
                     <input class="doctorNumInp" type="text" placeholder="请输入医生工号">
                 </span>
-                <span class="filterItem typeFilter clearfix">
+                <span class="filterItem typeFilter clearfix" style="margin-top: 3px;">
                     <span class="fl">出院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
                     <span  class="divide fl">-</span>

+ 1 - 1
src/html/qcListDept.html

@@ -38,7 +38,7 @@
                     <span>医生工号:</span>
                     <input class="doctorNumInp" type="text" placeholder="请输入医生工号">
                 </span>
-                <span class="filterItem typeFilter clearfix">
+                <span class="filterItem typeFilter clearfix" style="margin-top: 3px;">
                     <span class="fl">出院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
                     <span  class="divide fl">-</span>

+ 1 - 1
src/html/qcListPerson.html

@@ -38,7 +38,7 @@
                     <!-- <input class="doctorInp" type="text" placeholder="请输入医生姓名"> -->
                 </span>
                
-                <span class="filterItem typeFilter clearfix">
+                <span class="filterItem typeFilter clearfix" style="margin-top: 3px;">
                     <span class="fl">出院日期:</span>
                     <span class="datapickerBox fl"><input type="text" placeholder="请选择时间" id="datepicker" autocomplete="off" /></span>
                     <span  class="divide fl">-</span>