詳細ユーザー情報ページなど

This commit is contained in:
syuilo
2021-04-16 17:34:06 +09:00
parent f32cad2667
commit e5fbc68e0e
14 changed files with 614 additions and 16 deletions

View File

@ -40,16 +40,16 @@ export default defineComponent({
}
._form_group {
> * {
&:not(:first-child) {
> *:not(._formNoConcat) {
&:not(:last-child):not(._formNoConcatPrev) {
&._formPanel, ._formPanel {
border-top: none;
border-bottom: solid 0.5px var(--divider);
}
}
&:not(:last-child) {
&:not(:first-child):not(._formNoConcatNext) {
&._formPanel, ._formPanel {
border-bottom: solid 0.5px var(--divider);
border-top: none;
}
}
}