fix: adjust alignment and margin of icon in detailed note tabs
This commit is contained in:
parent
f40c3a2d9f
commit
fae3af4342
1 changed files with 7 additions and 0 deletions
|
@ -1081,10 +1081,17 @@ onUnmounted(() => {
|
|||
}
|
||||
|
||||
.tab {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
padding: 12px 8px;
|
||||
border-top: solid 2px transparent;
|
||||
border-bottom: solid 2px transparent;
|
||||
|
||||
> i {
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.tabActive {
|
||||
|
|
Loading…
Reference in a new issue