Commit ebb200c027f016ddc7c5cacaf9967d7e06a3eb3b

Authored by zhangzzzz
1 parent ae6bf713

组件名右对齐;

src/components/QuickQuote/index.less
... ... @@ -83,6 +83,7 @@
83 83 color: #000 !important;
84 84 flex: 0 0 70px !important;
85 85 max-width: 70px !important;
  86 + text-align: right !important;
86 87 }
87 88  
88 89 .ant-form-item-control {
... ...