zhangxiaoxu123
2022-12-29 52ad07f0c947c8bbfd65f1f01c41525687a4247b
发票页面样式
1个文件已修改
11 ■■■■■ 已修改文件
src/components/page/invoice/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/page/invoice/index.vue
@@ -86,6 +86,16 @@
    }
</script>
<style lang="scss">
    .invoice-wrap{
        .jiaofei-btn{
            span{
                color: #fff;
            }
        }
    }
</style>
<style lang="scss" scoped>
    *{
        font-family: '苹方';
@@ -150,4 +160,5 @@
    }
}
</style>