Revert "codex 试用,美化"

This reverts commit f2af83a72f.
This commit is contained in:
liuwei
2026-02-26 14:57:38 +08:00
parent 9acd626e72
commit 3a1b70d3e4
8 changed files with 52 additions and 68 deletions
+8 -9
View File
@@ -711,17 +711,16 @@
.chart-container {
margin-bottom: 20px;
padding: 10px;
background-color: #f9fbff;
background-color: #fff;
border-radius: 4px;
border: 1px solid #d6e6ff;
box-shadow: 0 6px 16px rgba(11, 29, 51, 0.06);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.chart-container h3 {
margin-top: 0;
margin-bottom: 10px;
font-size: 16px;
color: #2a3b55;
color: #606266;
}
/* 用户信息卡片样式 */
@@ -741,7 +740,7 @@
height: 30px !important;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 163, 255, 0.15);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
@@ -766,14 +765,14 @@
}
.user-info-label {
color: #6b86a8;
color: #606266;
width: 45px;
flex-shrink: 0;
font-weight: bold;
}
.user-info-value {
color: #24344c;
color: #303133;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
@@ -783,9 +782,9 @@
.user-info-empty {
text-align: center;
color: #7a94b8;
color: #909399;
padding: 10px 0;
}
</style>
{% endblock %}
{% endblock %}