mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
test
This commit is contained in:
parent
62d07a19b7
commit
9d398c8972
@ -476,3 +476,9 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo-left {
|
||||||
|
width: 400px; /* 设置 div 的宽度 */
|
||||||
|
height: 300px; /* 设置 div 的高度 */
|
||||||
|
background-image: url('public/gaobaipingtai.jpg'); /* 将图片作为 div 的背景 */
|
||||||
|
}
|
@ -163,6 +163,7 @@ function _Home() {
|
|||||||
: styles.container
|
: styles.container
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
<div className={styles["photo-left"]}></div>
|
||||||
<div
|
<div
|
||||||
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
|
className={styles.sidebar + ` ${showSideBar && styles["sidebar-show"]}`}
|
||||||
>
|
>
|
||||||
@ -204,7 +205,6 @@ function _Home() {
|
|||||||
shadow
|
shadow
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
Loading…
Reference in New Issue
Block a user