Authored by 梁志锋

浏览记录删除按钮 扩大区域

@@ -55,7 +55,10 @@ @@ -55,7 +55,10 @@
55 .del-icon { 55 .del-icon {
56 position: absolute; 56 position: absolute;
57 right: 0.75rem; 57 right: 0.75rem;
58 - bottom: 0.25rem; 58 + width: 60rem / $pxConvertRem;
  59 + height: 60rem / $pxConvertRem;
  60 + line-height: 60rem / $pxConvertRem;
  61 + text-align: center;
59 color: #999; 62 color: #999;
60 } 63 }
61 } 64 }