🎨
This commit is contained in:
parent
c2f4fb7ba7
commit
c03e2febb0
4 changed files with 30 additions and 6 deletions
|
|
@ -172,19 +172,27 @@ export default defineComponent({
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.adhpbeos {
|
||||
margin: 1em 0;
|
||||
margin: 1.5em 0;
|
||||
|
||||
> .label {
|
||||
font-size: 0.85em;
|
||||
padding: 0 0 6px 6px;
|
||||
font-weight: bold;
|
||||
user-select: none;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
> .caption {
|
||||
font-size: 0.8em;
|
||||
padding: 6px 0 0 6px;
|
||||
color: var(--fgTransparentWeak);
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
> .input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue