File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <main class =" mobile-main" >
33 <div v-if =" !activeChunk" class =" mobile-empty" >
44 <MessagesSquare class="mobile-empty-icon" />
5- <p >选择一个场景开始编辑</p >
6- <p >完整功能建议使用网页端~</p >
5+ <div class =" mobile-empty-hint" >
6+ 选择一个场景开始编辑
7+ <br />
8+ 完整功能建议使用 pc 端~
9+ </div >
710 <button
811 class =" mobile-primary-button"
912 type =" button"
@@ -136,12 +139,21 @@ function startChunkRename() {
136139 justify-content : center ;
137140 gap : 14px ;
138141 text-align : center ;
139- color : var (--text-secondary );
142+ }
143+
144+ .mobile-empty button {
145+ color : var (--text-primary );
140146}
141147
142148.mobile-empty-icon {
143149 width : 56px ;
144150 height : 56px ;
145151 color : var (--icon-color );
146152}
153+
154+ .mobile-empty-hint {
155+ line-height : 1.6 ;
156+ margin-bottom : 12px ;
157+ color : var (--text-secondary );
158+ }
147159 </style >
Original file line number Diff line number Diff line change 3636 --bg-statusbar : # 333333 ;
3737 --bg-inspector : # 2d2d2d ;
3838
39- --text-primary : # cccccc ;
39+ --text-primary : # f3f3f3 ;
4040 --text-secondary : # 707070 ;
4141 --text-muted : # 858585 ;
4242
You can’t perform that action at this time.
0 commit comments