fix some style

This commit is contained in:
Wenjie Zhang 2024-08-11 17:48:32 +08:00
parent 786a02eb6a
commit 484798310d
2 changed files with 8 additions and 3 deletions

View File

@ -521,7 +521,7 @@ watch(
.graphbase {
padding: 8px 16px;
border-radius: 12px;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s;
@ -688,6 +688,10 @@ watch(
height: auto;
padding: 0.5rem;
&:focus-within {
background-color: #F2F2F2;
}
.user-input {
flex: 1;
height: 40px;

View File

@ -122,7 +122,7 @@ div.header, #app-router-view {
.logo {
width: 40px;
height: 40px;
margin: 30px 0;
margin: 18px 0 35px 0;
img {
width: 100%;
@ -164,7 +164,8 @@ div.header, #app-router-view {
width: auto;
font-size: 20px;
color: #333;
margin: 20px 0;
margin-bottom: 20px;
margin-top: 10px;
&:hover {
cursor: pointer;