perf: 优化登陆页面的黑暗模式

This commit is contained in:
xiaojunnuo
2026-02-16 23:18:55 +08:00
parent 8ef1f2e395
commit e47eddaa85
5 changed files with 20 additions and 4 deletions
@@ -74,6 +74,13 @@ function goDetail(link: any) {
}
</script>
<style lang="less">
.dark {
.data-item {
.header {
color: rgba(242, 242, 242, 0.85) !important;
}
}
}
.statistic-card {
margin-bottom: 10px;
.icon-text {
@@ -311,6 +311,7 @@ export default defineComponent({
.input-right {
width: 160px;
margin-left: 10px;
background: #cfcfcf !important;
}
.forge-password {