Browse Source

输入框输入居中

zhouna 6 years atrás
parent
commit
238fbad281
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/components/InlineTag/index.less

+ 1 - 0
src/common/components/InlineTag/index.less

@@ -19,6 +19,7 @@
   display: inline-block;
   min-width: 30px;
   vertical-align: top;
+  text-align: center;
   /*border-bottom: 1px @placeholder-color solid;*/
   outline: none;
 }