修改对齐问题与文字
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user