diff --git a/src/components/QuickQuote/index.less b/src/components/QuickQuote/index.less index 4fdc27d..74012e4 100644 --- a/src/components/QuickQuote/index.less +++ b/src/components/QuickQuote/index.less @@ -133,7 +133,7 @@ flex: 0 0 25px !important; max-width: 25px !important; - > label { + >label { display: flex; width: 100%; align-items: center; @@ -156,7 +156,7 @@ max-width: calc(100% - 25px); } - .viewStyle > .ant-col-24 { + .viewStyle>.ant-col-24 { padding-left: 100px; } } @@ -207,9 +207,12 @@ height: auto; display: flex; align-items: center; - :global .ant-carousel .slick-dots li button { - background-color: #000; /* 未激活时的指示器颜色 */ + + :global .ant-carousel .slick-dots li button { + background-color: #000; + /* 未激活时的指示器颜色 */ } + :global { .ant-image { padding: 15px; @@ -249,13 +252,13 @@ display: flex; position: relative; - > div:first-child { + >div:first-child { flex: 1; border-right: 1px solid #d7d7d7; } - > div:nth-child(2) { - > div:first-child { + >div:nth-child(2) { + >div:first-child { display: flex; } } @@ -360,6 +363,16 @@ justify-content: space-around; :global { + button { + padding: 0; + width: 16px; + height: 16px; + + >span { + font-size: 10px; + } + } + .ant-btn:nth-child(2) { background-color: #53b637; border-color: #53b637; @@ -412,6 +425,7 @@ :global { .ant-tree { + .ant-tree-title, .ant-badge { color: #5c6374; @@ -464,7 +478,7 @@ width: 16px; height: 16px; - > span { + >span { font-size: 10px; } } @@ -487,4 +501,4 @@ } } } -} +} \ No newline at end of file