Browse Source

条款勾选圆框修改

TANGSHIZHE 4 years ago
parent
commit
83a5a58711
1 changed files with 3 additions and 0 deletions
  1. 3 0
      jydocs-mobile/src/views/purchase/purchase.vue

+ 3 - 0
jydocs-mobile/src/views/purchase/purchase.vue

@@ -405,6 +405,9 @@ export default class extends Vue {
         .van-checkbox__label{
           margin-left: 12px;
         }
+        .van-checkbox__icon--round .van-icon{
+          border-radius: 50%;
+        }
       }
     }
   }