diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 1ce5cae..79d6e5b 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -17,6 +17,11 @@ .ant-col-23 { display: flex !important; } + + .ant-divider { + margin: 0 0 5px 0; + height: 26px; + } } .back { @@ -62,10 +67,6 @@ font-size: 16px; } - .ant-divider { - margin: 0 0 5px 0; - height: 26px; - } } } @@ -332,7 +333,7 @@ .btns { position: absolute; - top: -50px; + top: -40px; right: 10px; height: 40px; min-width: 40px; @@ -366,6 +367,7 @@ .viewStyle { margin-top: 0 !important; } + .ant-col-4 .ant-col-7 { flex-basis: 50px !important; }