feat: 快捷键设置.

This commit is contained in:
lijiahang
2024-01-17 18:50:18 +08:00
parent 0eed20e54f
commit fc28391927
10 changed files with 474 additions and 241 deletions

View File

@@ -94,6 +94,19 @@ body {
border-color: rgb(var(--gray-2));
}
// 垂直 label
.vertical-form-label {
display: flex;
max-width: 100%;
color: var(--color-text-2);
font-size: 14px;
margin-bottom: 8px;
padding: 0;
line-height: 1.5715;
white-space: normal;
user-select: none;
}
.full {
width: 100%;
height: 100%;