feat: 主题变更为白色

This commit is contained in:
砂糖
2025-09-24 17:23:06 +08:00
parent 3c30290b50
commit 833c16a0e9
26 changed files with 221 additions and 196 deletions

View File

@@ -107,10 +107,10 @@ export default {
<style scoped>
.chart-container {
background-color: #ffffff;
/* background-color: #ffffff; */
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
/* box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1); */
height: 100%;
box-sizing: border-box;
}

View File

@@ -113,7 +113,6 @@ export default {
}
.el-card {
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
padding: 16px;
display: flex;
flex-direction: column;

View File

@@ -108,9 +108,9 @@ export default {
align-items: center;
padding: 24px 30px;
border-radius: 16px;
box-shadow: 0 6px 20px rgba(31, 47, 70, 0.08);
/* box-shadow: 0 6px 20px rgba(31, 47, 70, 0.08); */
cursor: default;
background: #fff;
/* background: #fff; */
user-select: none;
transition: box-shadow 0.3s ease;
min-width: 0; /* 防止子元素过大撑破flex */
@@ -172,7 +172,7 @@ export default {
width: 56px;
height: 56px;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.05);
/* background-color: rgba(0, 0, 0, 0.05); */
display: flex;
justify-content: center;
align-items: center;

View File

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