From d74e45ef218e7cced6291d1bc88c5c72e68282e3 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 07 一月 2025 10:35:48 +0800 Subject: [PATCH] add:配置 --- pages/bill/_type/index.vue | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) diff --git a/pages/bill/_type/index.vue b/pages/bill/_type/index.vue index 898d62d..c852983 100644 --- a/pages/bill/_type/index.vue +++ b/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> -- Gitblit v1.9.3