diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index f246597..41a995c 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -81,13 +81,13 @@ .ant-form-item-label { background-color: transparent !important; color: #000 !important; - flex: 0 0 100px !important; - max-width: 100px !important; + flex: 0 0 70px !important; + max-width: 70px !important; } .ant-form-item-control { flex: 1; - max-width: calc(100% - 100px); + max-width: calc(100% - 70x); } .viewStyle {