Skip to content

Commit e40c0e1

Browse files
fix allignment on check box
1 parent fc56018 commit e40c0e1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ui/src/views/AutogenView.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,17 +1950,17 @@ export default {
19501950
}
19511951
19521952
:deep(.ant-switch-handle) {
1953-
height: 14px;
1954-
left: 7px;
1955-
top: 5px;
1956-
width: 14px;
1953+
height: 13px;
1954+
left: 9px;
1955+
top: 6px;
1956+
width: 13px;
19571957
}
19581958
19591959
:deep(.ant-switch-inner) {
19601960
color: #fff;
19611961
display: block;
19621962
font-size: 14px;
1963-
margin: 0px 13px 0 25px;
1963+
margin: 0px 14px 0px 30px;
19641964
transition: margin .2s;
19651965
}
19661966

0 commit comments

Comments
 (0)