更新主页面样式,添加 h1、h2 和 p 元素的用户选择禁用

This commit is contained in:
hello8693 2025-03-21 20:48:30 +08:00
parent 2344b980d6
commit 3563145d18

View File

@ -44,8 +44,15 @@ body,
*/
.ea_app {
.ea_app,
.mainpage {
background: var(--td-bg-color-page) !important; /* TDesign 背景色 */
width: 100%;
height: 100%;
}
h1,
h2,
p {
user-select: none;
}