sync from work

This commit is contained in:
2023-04-14 17:40:15 +08:00
parent d702197a3f
commit af78bf0381
13 changed files with 566 additions and 319 deletions

View File

@@ -1,5 +1,13 @@
@import '../../../css/variables/definition.scss';
.popup-mask .wrapper-edit-method {
width: 100%;
.checkbox-wrapper {
padding: 0 28px;
}
}
.comm {
display: flex;
flex-direction: column;
@@ -207,6 +215,12 @@
padding: 10px 10px 0;
border: none;
height: 70px;
resize: none;
&:focus,
&:focus-visible {
outline: none;
}
}
>div {