按钮颜色

This commit is contained in:
asd
2020-10-26 16:37:25 +08:00
parent 5564f3197d
commit 7cbc851cc5
2 changed files with 28 additions and 4 deletions

View File

@@ -905,6 +905,10 @@ export default defineComponent({
line-height: 22px;
padding: 0 17px;
}
.confirm-btn:hover{
background:#ccc;
}
}
.password-container {
.title {
@@ -978,6 +982,9 @@ export default defineComponent({
cursor: pointer;
user-select: none;
}
.submit-btn:hover{
background: #ccc;
}
}
::v-deep(.ant-upload-list) {
display: none;