暗色模式适配
This commit is contained in:
@@ -82,7 +82,7 @@ const handleMenuClick = (path: string) => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background-color: #f5f5f7;
|
background-color: var(--text-color, var(--ant-text-color)); /* 使用主题变量 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.billing-service-content {
|
.billing-service-content {
|
||||||
@@ -103,7 +103,7 @@ const handleMenuClick = (path: string) => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: #fff;
|
background: var(--text-color, var(--ant-text-color)); /* 使用主题变量 */
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|||||||
Reference in New Issue
Block a user