feat: 修改主机额外配置.

This commit is contained in:
lijiahang
2023-12-25 19:03:24 +08:00
parent b2a697f6ba
commit f7cbd7b507
34 changed files with 321 additions and 59 deletions

View File

@@ -94,6 +94,11 @@ body {
border-color: rgb(var(--gray-2));
}
.full {
width: 100%;
height: 100%;
}
.disabled {
pointer-events: none;
}