修改对齐问题与文字

This commit is contained in:
筱野
2025-11-09 21:26:51 +08:00
parent 905aa4841c
commit f9ccc8b183
3 changed files with 26 additions and 15 deletions

View File

@@ -198,19 +198,25 @@ box-sizing: border-box;
overflow: hidden;
z-index: 1001;
position: relative;
.closeIcon {
color: white;
font-size: 24px;
width: 60px;
height: 60px;
font-weight: bold;
line-height: 1;
transform: rotate(45deg);
}
&.rotated {
transform: rotate(-90deg);
.closeIcon{
transform: rotate(90deg);
}
}
}
.closeIcon {
color: white;
font-size: 24px;
width: 60px;
height: 60px;
font-weight: bold;
line-height: 1;
}
.aiItem{
border-radius: 20px;

View File

@@ -12,9 +12,11 @@
padding: 0;
border-radius: 8px;
font-size: 16px;
line-height: 1.4;
background: #fff;
box-sizing: border-box;
display: flex;
align-items: center;
resize: none;
}
@@ -23,6 +25,9 @@
color: rgba(60, 60, 67, 0.60) !important;
font-size: 16px !important;
font-weight: normal !important;
height: 22px;
line-height: 22px;
}