+
}
onClick={handleBack}
type="text"
- style={{ color: '#fff' }}
+ size={window.innerWidth <= 768 ? 'small' : 'middle'}
+ style={{
+ color: '#fff',
+ padding: window.innerWidth <= 768 ? '4px 8px' : '4px 15px',
+ height: window.innerWidth <= 768 ? 32 : 'auto',
+ position: window.innerWidth <= 768 ? 'absolute' : 'static',
+ left: 0,
+ top: 0,
+ zIndex: 1
+ }}
>
- 返回项目列表
+ {window.innerWidth <= 768 ? '返回' : '返回项目列表'}
-
- ✨ 灵感模式
-
-
- 通过对话快速创建你的小说项目
-
+
+
+ ✨ 灵感模式
+
+
+ 通过对话快速创建你的小说项目
+
+