陶杰
2024-12-18 9e418c7f5419e665cdeddc895f95eff078a4dbb9
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>