xbx #146

Merged
theluyuan merged 13 commits from xbx into master 2020-11-23 08:59:54 +00:00
Showing only changes of commit 82146f266d - Show all commits

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;