按钮颜色
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user