修改ai创作背景图
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
@@ -17,6 +17,7 @@ import {
|
||||
|
||||
import bg1 from '../assets/bg1.png';
|
||||
import bg2 from '../assets/bg2.png';
|
||||
import bg3 from '../assets/bg3.png';
|
||||
import text from '../assets/testb.png';
|
||||
|
||||
|
||||
@@ -856,7 +857,7 @@ const AIChatPage: React.FC = () => {
|
||||
borderRadius: 20,
|
||||
height: 'calc(100vh - 34px)',
|
||||
background: 'linear-gradient(135deg, #f8fafc 0%, #f0f4ff 50%, #faf5ff 100%)',
|
||||
backgroundImage: `url(${bg2})`,
|
||||
backgroundImage: `url(${bg3})`,
|
||||
backgroundRepeat: 'no-repeat',
|
||||
backgroundSize: '100% 100%',
|
||||
backgroundPosition: 'center',
|
||||
|
||||
Reference in New Issue
Block a user