From 2e9794030454ef2303c6f214bb156da04e0cf125 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期四, 29 十二月 2022 08:52:26 +0800
Subject: [PATCH] 发票

---
 src/components/page/invoice/invoiceForm.vue |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/components/page/invoice/invoiceForm.vue b/src/components/page/invoice/invoiceForm.vue
index 9082842..2d6020f 100644
--- a/src/components/page/invoice/invoiceForm.vue
+++ b/src/components/page/invoice/invoiceForm.vue
@@ -100,6 +100,18 @@
 
 <style lang="scss" scoped>
     ::v-deep{
+        .el-checkbox__input.is-checked+.el-checkbox__label{
+            color: #606266;
+        }
+        .el-checkbox__inner{
+            width: 4vw  /* 30/7.5 */;
+            height: 4vw  /* 30/7.5 */;
+            border-radius: 50%;
+
+        }
+        .el-checkbox__inner:hover{
+            border: 1px solid #DCDFE6;
+        }
         .el-checkbox{
             width: 100%;
             display: flex;

--
Gitblit v1.9.1