加大了按钮大小

This commit is contained in:
luyuan 2020-11-23 15:34:56 +08:00
parent 62e57ff925
commit 82146f266d
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -1381,15 +1381,15 @@ export default defineComponent({
} }
} }
.submit-btn { .submit-btn {
width: 63px; width: 70px;
height: 23px; height: 28px;
background: #08ae98; background: #08ae98;
border-radius: 3px; border-radius: 3px;
font-size: 10px; font-size: 10px;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
line-height: 23px; line-height: 28px;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
position: fixed; position: fixed;