shish 2 months ago
parent
commit
c8afe971a9
1 changed files with 10 additions and 1 deletions
  1. 10 1
      hdApp/src/admin/home/mall.vue

+ 10 - 1
hdApp/src/admin/home/mall.vue

@@ -582,6 +582,11 @@ export default {
 .hero-actions .hero-icon-btn {
   width: 50upx;
   height: 50upx;
+  margin-left: 30upx;
+}
+
+.hero-actions .hero-icon-btn:first-child {
+  margin-left: 0;
 }
 
 .hero-actions .hero-action-icon {
@@ -595,7 +600,7 @@ export default {
   z-index: 4;
   width: 65upx;
   height: 65upx;
-  margin-left: 18upx;
+  margin-left: 30upx;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.94);
   display: flex;
@@ -604,6 +609,10 @@ export default {
   box-shadow: 0 8upx 20upx rgba(0, 0, 0, 0.08);
 }
 
+.hero-icon-btn:first-child {
+  margin-left: 0;
+}
+
 .hero-action-icon,
 .title-icon-img {
   display: block;