修改颜色

This commit is contained in:
limengnan 2025-12-03 08:49:53 +08:00
parent 8dba853cf6
commit c16dc20540
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,8 @@
margin: 0;
padding: 0;
font-family: 'Microsoft YaHei', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
background:#191d28;
}
#app {
height: 100vh;

View File

@ -512,7 +512,7 @@ function editClick(){
height: 100vh;
display: flex;
flex-direction: column;
background: #191028;
background: #191D28;
}
.header {

View File

@ -206,7 +206,7 @@
.header {
height: 60px;
background: #191028;
background: #191D28;
border-bottom: none;
display: flex;
justify-content: space-between;