Commit bbe961a510f03a7bdbea7ccdba05d67e0c33fde5

Authored by 王强
1 parent f8b5f2cc

两列组件优化~

src/components/columnListBox/columnListBox.less
@@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
21 .left-box { 21 .left-box {
22 .item-box { 22 .item-box {
23 &:last-child { 23 &:last-child {
24 - // margin-bottom: 0; 24 + margin-bottom: 0;
25 } 25 }
26 } 26 }
27 } 27 }
@@ -31,13 +31,13 @@ @@ -31,13 +31,13 @@
31 /deep/ .item { 31 /deep/ .item {
32 .img-box { 32 .img-box {
33 .img { 33 .img {
34 - height: 100%; 34 + // height: 100%;
35 } 35 }
36 } 36 }
37 } 37 }
38 } 38 }
39 &:last-child { 39 &:last-child {
40 - // margin-bottom: 0; 40 + margin-bottom: 0;
41 } 41 }
42 } 42 }
43 } 43 }