diff --git a/pages/invoiceList/components/info/index.wxml b/pages/invoiceList/components/info/index.wxml index 010e497..2bc6e93 100644 --- a/pages/invoiceList/components/info/index.wxml +++ b/pages/invoiceList/components/info/index.wxml @@ -70,14 +70,21 @@ title-width="132rpx" border="{{ false }}" /> + - \ No newline at end of file + + + + + 修改 + + + + + + + 普通电子 + 增值税专用电子 + + + + + 普通电子发票 + 增值税专用电子发票 + - + + + + + + 企业单位 + 个人/非企业单位 + + + + 企业单位 + 个人/非企业单位 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消编辑 + 保存 + \ No newline at end of file diff --git a/pages/updateInvoice/index.wxss b/pages/updateInvoice/index.wxss index cc76a4f..48ec684 100644 --- a/pages/updateInvoice/index.wxss +++ b/pages/updateInvoice/index.wxss @@ -1 +1,34 @@ -/* pages/updateInvoice/index.wxss */ \ No newline at end of file +/* pages/updateInvoice/index.wxss *//* pages/invoiceList/components/info/index.wxss */ +.cardOperate { + display: flex; + align-items: center; + font-size: 32rpx; +} + +.cardWrapper { + margin-top: 30rpx; +} + +.editContent { + margin-left: 20rpx; +} + +.van-cell { + padding-left: 0rpx !important; + padding-right: 0rpx !important; +} + +.submit { + margin: 32rpx; + margin-bottom: 50rpx; + display: flex; + align-items: center; +} + +.cancelEdit, .save { + flex: 1; +} + +.cancelEdit { + margin-right: 40rpx; +} \ No newline at end of file