mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
fe367633d9
@ -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 的背景 */
|
||||||
|
}
|
@ -195,6 +195,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"]}`}
|
||||||
>
|
>
|
||||||
|
BIN
public/gaobaipingtai.jpg
Normal file
BIN
public/gaobaipingtai.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
Loading…
Reference in New Issue
Block a user