Pārlūkot izejas kodu

店铺关注弹框处理。

ouxq 8 gadi atpakaļ
vecāks
revīzija
44d7ca11cd

+ 12 - 0
components/product/component/ComponentDetail.vue

@@ -127,6 +127,18 @@
     color: #008B00;
     margin-top: 0;
   }
+  .focus button.focus-btn a{
+    color: #fff;
+    width: 100%;
+    height: 100%;
+    display: inline-block;
+  }
+  .focus button.focus-btn{
+    width: 138px;
+    height: 36px;
+    line-height: 36px;
+    padding: 0;
+  }
   .componentDetail .el-dialog__wrapper .focus-btn a{
     color: #fff;
   }

+ 9 - 0
components/store/common/StoreHeader.vue

@@ -124,6 +124,15 @@ export default {
   }
   .focus button.focus-btn a{
     color: #fff;
+    width: 100%;
+    height: 100%;
+    display: inline-block;
+  }
+  .focus button.focus-btn{
+    width: 138px;
+    height: 36px;
+    line-height: 36px;
+    padding: 0;
   }
 	#nav_fragment {
 		margin-bottom: 20px;