src/views/C2C/c2cOrder/components/order-data/OrderData.vue
@@ -103,6 +103,7 @@ <style lang="scss" scoped> @import "@/assets/css/copy2.scss"; ::v-deep .van-cell { margin-bottom: 46px; } @@ -114,14 +115,21 @@ } .order-data { ::v-deep .van-cell-group, .van-cell { ::v-deep .van-cell-group, .van-cell { margin-bottom: 46px; color: $text_color; background: $main_background; @include themify() { color: themed("text_color"); } } ::v-deep .van-cell__value { color: $text_color; @include themify() { color: themed("text_color1"); } } } </style>