1
李凌
2025-10-09 c17311ba1351cd5e64654c3fc7b2fe765b1e7382
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>