mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamAware2-Desktop
synced 2025-04-29 13:46:40 +00:00
更新主页面样式,添加 h1、h2 和 p 元素的用户选择禁用
This commit is contained in:
parent
2344b980d6
commit
3563145d18
@ -44,8 +44,15 @@ body,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.ea_app {
|
.ea_app,
|
||||||
|
.mainpage {
|
||||||
background: var(--td-bg-color-page) !important; /* TDesign 背景色 */
|
background: var(--td-bg-color-page) !important; /* TDesign 背景色 */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
p {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user