zhangxiaoxu123
2023-01-03 4b5b989a31cbbd9f7738450516eed2f146bf1f1e
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: '苹方';
@@ -95,10 +105,6 @@
        .el-form{
            width: 88%;
            padding-right: 2.67vw  /* 20/7.5 */;
        }
        .el-form-item__content{
            display: flex;
            justify-content: center;
        }
    }
.invoice-wrap{
@@ -150,4 +156,5 @@
    }
}
</style>