cloudroam
2025-01-09 04be125365bfd254166072f75da87e406f633ba3
pages/bill/_type/index.vue
@@ -170,21 +170,5 @@
</script>
<style lang="scss" scoped>
.statistic-title {
  text-align: center;
  font-size: 20px;
  color: $main-title-color;
  font-weight: bold;
  margin-bottom: 6px;
}
.statistic-num {
  text-align: center;
  font-size: 16px;
  color: $primary-color;
}
::v-deep {
  .el-card__body {
    padding: 10px;
  }
}
@import '@/assets/statistic/index.scss';
</style>