Authored by 毕凯

优惠券名称特别长修复

@@ -119,7 +119,10 @@ @@ -119,7 +119,10 @@
119 } 119 }
120 120
121 .coupon-use { 121 .coupon-use {
  122 + box-sizing: border-box;
  123 + position: relative;
122 float: right; 124 float: right;
  125 + padding-right: 30rem / $pxConvertRem;
123 color: #999; 126 color: #999;
124 text-align: right; 127 text-align: right;
125 width: 360rem / $pxConvertRem; 128 width: 360rem / $pxConvertRem;
@@ -128,6 +131,9 @@ @@ -128,6 +131,9 @@
128 overflow: hidden; 131 overflow: hidden;
129 132
130 .iconfont { 133 .iconfont {
  134 + position: absolute;
  135 + top:0;
  136 + right: 0;
131 color: #999; 137 color: #999;
132 } 138 }
133 } 139 }