This commit is contained in:
syuilo 2021-10-15 23:35:28 +09:00
parent 056ab675cf
commit c11c22fc73
1 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ export default defineComponent({
> .item { > .item {
display: block; display: block;
position: relative; position: relative;
padding: 8px 16px; padding: 8px 18px;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
white-space: nowrap; white-space: nowrap;
@ -242,12 +242,12 @@ export default defineComponent({
} }
> i { > i {
margin-right: 4px; margin-right: 5px;
width: 20px; width: 20px;
} }
> .avatar { > .avatar {
margin-right: 4px; margin-right: 5px;
width: 20px; width: 20px;
height: 20px; height: 20px;
} }