Explorar el Código

质控评分列表表格宽度修改

zhangxc hace 5 años
padre
commit
ba1c2057af
Se han modificado 3 ficheros con 3 adiciones y 0 borrados
  1. 1 0
      src/css/qcList.less
  2. 1 0
      src/css/qcListDept.less
  3. 1 0
      src/css/qcListPerson.less

+ 1 - 0
src/css/qcList.less

@@ -104,6 +104,7 @@ table{
 .overAuto{
     display: table;
     padding-right: 20px;
+    width: 100%;
 }
 .toggle-item{
     display: none;

+ 1 - 0
src/css/qcListDept.less

@@ -102,6 +102,7 @@ table{
 .overAuto{
     display: table;
     padding-right: 20px;
+    width: 100%;
 }
 .toggle-item{
     display: none;

+ 1 - 0
src/css/qcListPerson.less

@@ -107,6 +107,7 @@ table{
 .overAuto{
     display: table;
     padding-right: 20px;
+    width: 100%;
 }
 .toggle-item{
     display: none;