zhangxiaoxu123
2022-12-29 2e9794030454ef2303c6f214bb156da04e0cf125
发票
1个文件已修改
12 ■■■■■ 已修改文件
src/components/page/invoice/invoiceForm.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;