Commit 984e40900cb10b6d6f386c8d22ce950842665e75

Authored by zhangzzzz
1 parent b495dfd8

修改快速报价样式;

src/components/QuickQuote/index.less
... ... @@ -17,6 +17,11 @@
17 17 .ant-col-23 {
18 18 display: flex !important;
19 19 }
  20 +
  21 + .ant-divider {
  22 + margin: 0 0 5px 0;
  23 + height: 26px;
  24 + }
20 25 }
21 26  
22 27 .back {
... ... @@ -62,10 +67,6 @@
62 67 font-size: 16px;
63 68 }
64 69  
65   - .ant-divider {
66   - margin: 0 0 5px 0;
67   - height: 26px;
68   - }
69 70 }
70 71 }
71 72  
... ... @@ -332,7 +333,7 @@
332 333  
333 334 .btns {
334 335 position: absolute;
335   - top: -50px;
  336 + top: -40px;
336 337 right: 10px;
337 338 height: 40px;
338 339 min-width: 40px;
... ... @@ -366,6 +367,7 @@
366 367 .viewStyle {
367 368 margin-top: 0 !important;
368 369 }
  370 +
369 371 .ant-col-4 .ant-col-7 {
370 372 flex-basis: 50px !important;
371 373 }
... ...