diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 74012e4..09dda02 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -48,6 +48,12 @@ height: auto; :global { + .ant-tabs { + .ant-tabs-nav { + margin-bottom: 0; + } + } + .ant-tabs-nav-wrap { padding-left: 20px; } @@ -55,6 +61,11 @@ .ant-tabs-tab-btn { font-size: 16px; } + + .ant-divider { + margin: 0 0 5px 0; + height: 26px; + } } } @@ -107,6 +118,7 @@ .viewTableDownView1 { :global { .viewStyle { + margin-top: 0 !important; padding-right: 14px; .ant-form-item-label { @@ -184,7 +196,7 @@ .boxRadio { width: 100%; height: 30px; - padding: 10px 0 0 10px; + padding: 5px 0 0 10px; } .boxPart1 { @@ -350,6 +362,9 @@ flex: 1; :global { + .viewStyle { + margin-top: 0 !important; + } .ant-col-4 .ant-col-7 { flex-basis: 50px !important; } @@ -461,6 +476,18 @@ .boxTable { width: calc(100% - 200px); height: 100%; + + :global { + .ant-table-body { + tr { + + .ant-table-cell:nth-child(3), + .ant-table-cell:nth-child(4) { + text-align: center; + } + } + } + } } }