This commit is contained in:
2020-10-31 11:06:39 +08:00
parent af67231430
commit a9fe2cddbc
9 changed files with 32 additions and 10 deletions

View File

@@ -1123,8 +1123,8 @@ export default defineComponent({
}
.confirm-btn {
display: inline-block;
background: #07ad97;
border-radius: 2px;
background: #ccc;
font-size: 9px;
font-weight: 500;
color: #ffffff;
@@ -1137,7 +1137,7 @@ export default defineComponent({
}
.confirm-btn:hover {
background: #ccc;
background: #07ad97;
}
}
.password-container {
@@ -1202,7 +1202,7 @@ export default defineComponent({
.submit-btn {
width: 63px;
height: 23px;
background: #08ae98;
background: #ccc;
border-radius: 3px;
font-size: 10px;
font-weight: 500;
@@ -1213,7 +1213,7 @@ export default defineComponent({
user-select: none;
}
.submit-btn:hover {
background: #ccc;
background: #08ae98;
}
}
::v-deep(.ant-upload-list) {