🎈 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

@@ -148,22 +148,6 @@
</el-card>
</el-col>
</el-row>
<!-- 操作按钮 -->
<div class="action-buttons">
<el-button type="primary" @click="refreshData" :loading="loading">
<i class="el-icon-refresh"></i>
刷新数据
</el-button>
<!-- <el-button @click="exportData">
<i class="el-icon-download"></i>
导出排行榜
</el-button>
<el-button @click="openSettings">
<i class="el-icon-setting"></i>
设置
</el-button> -->
</div>
</div>
</template>
@@ -394,7 +378,6 @@ export default {
<style scoped>
.hot-product-page {
padding: 20px;
background: #f5f7fa;
min-height: 100vh;
}

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;
}