This commit is contained in:
2024-06-07 16:15:42 +08:00
parent ea7f4f538a
commit 614a983aa8
15 changed files with 834 additions and 464 deletions

View File

@ -94,4 +94,49 @@
.ui-drop-wrapper>.ui-drop-header {
height: 24px;
}
}
.open-wo-container {
display: flex;
flex-direction: column;
>.open-wo-header {
flex: 0 0 auto;
display: flex;
align-items: flex-start;
>h3 {
font-size: var(--font-header-size);
font-family: var(--header-font-family);
margin: 10px;
}
}
>.open-wo-content {
flex: 1 1 auto;
margin: 10px;
>.wo-line {
line-height: var(--settings-line-height);
&.wo-sub-line {
margin-left: 10px;
}
>.wo-title {
&.wo-title-required {
&::after {
content: '*';
color: var(--red-color);
}
}
}
>.ui-text {
width: 100%;
height: 80px;
box-sizing: border-box;
}
}
}
}