Commit 67bdd5489a856ac95cbf4e4614aa5fa8cdcd0dae

Authored by zhangzzzz
1 parent 06033ae2

修改快速报价样式;

src/components/QuickQuote/index.less
... ... @@ -48,6 +48,12 @@
48 48 height: auto;
49 49  
50 50 :global {
  51 + .ant-tabs {
  52 + .ant-tabs-nav {
  53 + margin-bottom: 0;
  54 + }
  55 + }
  56 +
51 57 .ant-tabs-nav-wrap {
52 58 padding-left: 20px;
53 59 }
... ... @@ -55,6 +61,11 @@
55 61 .ant-tabs-tab-btn {
56 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 118 .viewTableDownView1 {
108 119 :global {
109 120 .viewStyle {
  121 + margin-top: 0 !important;
110 122 padding-right: 14px;
111 123  
112 124 .ant-form-item-label {
... ... @@ -184,7 +196,7 @@
184 196 .boxRadio {
185 197 width: 100%;
186 198 height: 30px;
187   - padding: 10px 0 0 10px;
  199 + padding: 5px 0 0 10px;
188 200 }
189 201  
190 202 .boxPart1 {
... ... @@ -350,6 +362,9 @@
350 362 flex: 1;
351 363  
352 364 :global {
  365 + .viewStyle {
  366 + margin-top: 0 !important;
  367 + }
353 368 .ant-col-4 .ant-col-7 {
354 369 flex-basis: 50px !important;
355 370 }
... ... @@ -461,6 +476,18 @@
461 476 .boxTable {
462 477 width: calc(100% - 200px);
463 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  
... ...