style: 上线全局样式

This commit is contained in:
ccnetcore
2025-08-04 23:29:25 +08:00
parent 3e647ef14d
commit 225932eff1
10 changed files with 29 additions and 20 deletions

View File

@@ -23,14 +23,14 @@ import ActivityNav from './ActivityNav.vue'
.menuList {
width: 20%;
height: 100%;
background-color: #fff;
border-radius: 5px;
background-color: #1D1E1F;
border: 1px solid rgba(0, 255, 136, 0.2);
}
.page {
width: 75%;
height: 100%;
background-color: #fff;
border-radius: 5px;
border: 1px solid rgba(0, 255, 136, 0.2);
background-color: #1D1E1F;
}
}
</style>