feat: 样式调整

This commit is contained in:
砂糖
2025-09-02 15:39:51 +08:00
parent 96b5c3ee45
commit 52cc671ca3
11 changed files with 68 additions and 29 deletions

View File

@@ -233,7 +233,7 @@ export default {
}
.edit-btn {
color: #0078ff; /* 飞书常用的主题蓝 */
color: #687b98; /* 飞书常用的主题蓝 */
padding: 0;
font-size: 14px;
}
@@ -307,13 +307,13 @@ export default {
.app-icon {
font-size: 24px; /* 调整图标大小 */
color: #0078ff; /* 主题蓝 */
color: #687b98; /* 主题蓝 */
}
// 应用名称样式
.app-name {
font-size: 14px;
color: #2bf; /* 飞书常用的文本色 */
color: #687b98; /* 飞书常用的文本色 */
text-align: center;
white-space: nowrap;
overflow: hidden;

View File

@@ -310,7 +310,7 @@ export default {
.greeting-title {
font-size: 28px;
font-weight: 600;
color: #333;
color: #888;
}
.greeting-desc {

View File

@@ -336,7 +336,7 @@ export default {
.stat-number {
font-size: 24px;
font-weight: bold;
color: #409EFF;
color: #687b98;
margin-bottom: 5px;
}

View File

@@ -195,13 +195,13 @@ export default {
margin: 0 0 8px 0;
font-size: 20px;
font-weight: 600;
color: #303133;
color: #ddd;
}
.section-title p {
margin: 0;
font-size: 14px;
color: #909399;
color: #ccc;
}
.top-row,