fix: margin on tab button
This commit is contained in:
parent
10e2f3e62a
commit
26a0ed1aba
|
@ -36,6 +36,7 @@ export default defineComponent({
|
|||
> button {
|
||||
flex: 1;
|
||||
padding: 10px 8px;
|
||||
margin: 0 8px;
|
||||
border-radius: var(--radius);
|
||||
|
||||
&:disabled {
|
||||
|
|
Loading…
Reference in New Issue