소스 검색

fix:投标服务模块操作按钮样式修改

zhangsiya 10 달 전
부모
커밋
1c47bda2cd
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      apps/mobile/src/views/article/ui/ServiceIntroCard.vue

+ 12 - 1
apps/mobile/src/views/article/ui/ServiceIntroCard.vue

@@ -139,10 +139,21 @@ export default {
 .action-group {
   .action-button {
     height: 32px;
-    font-size: 16px;
+    font-size: 15px;
     &:not(:first-of-type) {
       margin-left: 24px;
     }
   }
 }
+::v-deep {
+  .van-button {
+    font-weight: normal;
+  }
+  .van-button--plain {
+    background: transparent;
+  }
+  .van-button--normal {
+    padding: 0 12px;
+  }
+}
 </style>