Commit 67bdd5489a856ac95cbf4e4614aa5fa8cdcd0dae

Authored by zhangzzzz
1 parent 06033ae2

修改快速报价样式;

src/components/QuickQuote/index.less
@@ -48,6 +48,12 @@ @@ -48,6 +48,12 @@
48 height: auto; 48 height: auto;
49 49
50 :global { 50 :global {
  51 + .ant-tabs {
  52 + .ant-tabs-nav {
  53 + margin-bottom: 0;
  54 + }
  55 + }
  56 +
51 .ant-tabs-nav-wrap { 57 .ant-tabs-nav-wrap {
52 padding-left: 20px; 58 padding-left: 20px;
53 } 59 }
@@ -55,6 +61,11 @@ @@ -55,6 +61,11 @@
55 .ant-tabs-tab-btn { 61 .ant-tabs-tab-btn {
56 font-size: 16px; 62 font-size: 16px;
57 } 63 }
  64 +
  65 + .ant-divider {
  66 + margin: 0 0 5px 0;
  67 + height: 26px;
  68 + }
58 } 69 }
59 } 70 }
60 71
@@ -107,6 +118,7 @@ @@ -107,6 +118,7 @@
107 .viewTableDownView1 { 118 .viewTableDownView1 {
108 :global { 119 :global {
109 .viewStyle { 120 .viewStyle {
  121 + margin-top: 0 !important;
110 padding-right: 14px; 122 padding-right: 14px;
111 123
112 .ant-form-item-label { 124 .ant-form-item-label {
@@ -184,7 +196,7 @@ @@ -184,7 +196,7 @@
184 .boxRadio { 196 .boxRadio {
185 width: 100%; 197 width: 100%;
186 height: 30px; 198 height: 30px;
187 - padding: 10px 0 0 10px; 199 + padding: 5px 0 0 10px;
188 } 200 }
189 201
190 .boxPart1 { 202 .boxPart1 {
@@ -350,6 +362,9 @@ @@ -350,6 +362,9 @@
350 flex: 1; 362 flex: 1;
351 363
352 :global { 364 :global {
  365 + .viewStyle {
  366 + margin-top: 0 !important;
  367 + }
353 .ant-col-4 .ant-col-7 { 368 .ant-col-4 .ant-col-7 {
354 flex-basis: 50px !important; 369 flex-basis: 50px !important;
355 } 370 }
@@ -461,6 +476,18 @@ @@ -461,6 +476,18 @@
461 .boxTable { 476 .boxTable {
462 width: calc(100% - 200px); 477 width: calc(100% - 200px);
463 height: 100%; 478 height: 100%;
  479 +
  480 + :global {
  481 + .ant-table-body {
  482 + tr {
  483 +
  484 + .ant-table-cell:nth-child(3),
  485 + .ant-table-cell:nth-child(4) {
  486 + text-align: center;
  487 + }
  488 + }
  489 + }
  490 + }
464 } 491 }
465 } 492 }
466 493