Browse Source

筛选栏样式错位

zhouna 5 years ago
parent
commit
853821e867
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/less/common.less

+ 1 - 1
src/less/common.less

@@ -121,7 +121,7 @@
 
 .el-form--inline .el-form-item__label {
   font-size: 12px;
-  /*vertical-align: text-bottom;*/      /*chrome错位bug*/
+  vertical-align: text-bottom;      /*chrome错位bug*/
   padding: 0;
 }