feat: 快捷键设置.
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user