🎈 perf: 优化部分样式的展示

This commit is contained in:
砂糖
2025-08-28 16:44:04 +08:00
parent 8634549dd3
commit 96b5c3ee45
15 changed files with 977 additions and 165 deletions

View File

@@ -328,9 +328,9 @@ export default {
.stat-item {
text-align: center;
padding: 15px;
background: #f8f9fa;
background: #222;
border-radius: 8px;
border: 1px solid #e9ecef;
border: 1px solid #111;
}
.stat-number {

View File

@@ -179,7 +179,6 @@ export default {
<style scoped>
.order-analysis-dashboard {
padding: 24px;
background-color: #f7f8fa;
box-sizing: border-box;
}