More padding
This commit is contained in:
parent
8ed88c9e10
commit
f73ad931b1
|
@ -189,6 +189,8 @@ const onClick = (ev: MouseEvent) => {
|
|||
> .input {
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
margin-left: 0.2rem;
|
||||
margin-right: 0.2rem;
|
||||
|
||||
&:hover {
|
||||
> .select {
|
||||
|
|
|
@ -152,6 +152,8 @@ export default defineComponent({
|
|||
overflow: clip;
|
||||
box-sizing: border-box;
|
||||
transition: background 0.1s ease;
|
||||
margin-right: 0.2rem;
|
||||
margin-left: 0.2rem;
|
||||
|
||||
&:not(:disabled):hover {
|
||||
background: var(--buttonHoverBg);
|
||||
|
|
Loading…
Reference in New Issue