|
@@ -3581,7 +3581,7 @@ const updateCollapsedState = () => {
|
|
|
|
|
|
.input-container {
|
|
|
/* 移动端输入区域调整 */
|
|
|
- width: 100%;
|
|
|
+ width: 98%;
|
|
|
padding: 10px;
|
|
|
}
|
|
|
|
|
@@ -3708,7 +3708,7 @@ const updateCollapsedState = () => {
|
|
|
|
|
|
.input-container {
|
|
|
/* 保持输入区域的宽度一致 */
|
|
|
- width: 100%;
|
|
|
+ width: 95%;
|
|
|
max-width: 800px;
|
|
|
margin: 0 auto;
|
|
|
padding: 0;
|
|
@@ -4017,9 +4017,10 @@ button,
|
|
|
display: flex;
|
|
|
gap: 12px;
|
|
|
padding: 8px 12px;
|
|
|
- background: var(--secondary-bg);
|
|
|
+ /* background: var(--secondary-bg); */
|
|
|
border-radius: 8px;
|
|
|
transition: all 0.3s ease;
|
|
|
+ justify-content: space-between;
|
|
|
|
|
|
&.compact {
|
|
|
.search-toggle-item {
|
|
@@ -4442,12 +4443,12 @@ button,
|
|
|
border-radius: 4px;
|
|
|
padding: 4px 8px;
|
|
|
font-size: 14px;
|
|
|
- color: rgba(0, 0, 0, 0.88);
|
|
|
+ color: var(--primary-text);
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s;
|
|
|
outline: none;
|
|
|
margin-left: auto;
|
|
|
- min-width: 120px;
|
|
|
+ min-width: 80px;
|
|
|
|
|
|
&:hover {
|
|
|
border-color: #1677ff;
|