Skip to content

Commit 31a5fac

Browse files
committed
fix: 宽度自适应
1 parent dd26d3d commit 31a5fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/Banner/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default () => {
7474
</div>
7575
</div>
7676
<HomeDialog className={styles.top}
77-
promptTextareaStyle={{margin: "0 auto", width: "760px"}}
77+
promptTextareaStyle={{margin: "0 auto", width: "40vw", minWidth: "300px"}}
7878
recommendCaseClassName={styles.listContainer}
7979
style={{margin: "270px auto", width: "unset"}}/>
8080
{/*<div className={styles.buttons}>*/}

0 commit comments

Comments
 (0)