diff --git a/src/components/SumCard/images/2025-07-15_154422.png b/src/components/SumCard/images/2025-07-15_154422.png deleted file mode 100644 index e464b36..0000000 Binary files a/src/components/SumCard/images/2025-07-15_154422.png and /dev/null differ diff --git a/src/components/SumCard/index.vue b/src/components/SumCard/index.vue index 9035f7c..737e076 100644 --- a/src/components/SumCard/index.vue +++ b/src/components/SumCard/index.vue @@ -1,12 +1,12 @@ @@ -23,7 +23,3 @@ defineProps({ }, }); - - diff --git a/src/components/SumCard/styles/index.scss b/src/components/SumCard/styles/index.scss deleted file mode 100644 index 99c6afa..0000000 --- a/src/components/SumCard/styles/index.scss +++ /dev/null @@ -1,33 +0,0 @@ -.sum-wrapper { - border-radius: 8px; - background-color: #f5f5f5; - padding: 0 12px; - box-sizing: border-box; -} - -.sum-item { - display: flex; - justify-content: space-between; - align-items: center; - padding: 12px 0; - border-bottom: 1px solid #ddd; - - &:last-child { - border-bottom: none; - } -} - -.sum-label { - font-size: 15px; - color: #333; -} - -.sum-value { - font-size: 14px; - color: #333-grey; -} - -.sum-discount { - font-size: 14px; - color: #ff5722; -}