perf: ui styles

This commit is contained in:
Junyan Qin
2025-05-07 22:59:11 +08:00
parent 9c3f5920da
commit 9e24e240d8
9 changed files with 106 additions and 47 deletions
@@ -1,15 +1,17 @@
.titleBarContainer {
width: 100%;
height: 70px;
background-color: #FFF;
height: 6rem;
opacity: 1;
font-size: 20px;
display: flex;
flex-direction: row;
align-items: center;
background-color: #f2f2f2;
}
.titleText {
margin-left: 10px;
font-size: 20px;
font-weight: bold;
margin-left: 3.2rem;
font-size: 1.6rem;
font-weight: 500;
color: #585858;
}