Skip to content

Commit 7d0f86c

Browse files
committed
refactor: try put font-size to 16
1 parent 4cef9cc commit 7d0f86c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/LoginPasswordForm.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,9 @@ export default defineComponent({
153153
width: 100%;
154154
padding-right: 0;
155155
}
156+
157+
:deep(input) {
158+
font-size: 16px !important;
159+
}
156160
}
157161
</style>

0 commit comments

Comments
 (0)