修复弹出数据不重置

This commit is contained in:
hanhh
2021-06-27 00:19:48 +08:00
parent 9f5c8fa70a
commit 0a6c7e3719
5 changed files with 25 additions and 28 deletions
+10
View File
@@ -60,6 +60,16 @@ body {
}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition-delay: 99999s;
transition: color 99999s ease-out, background-color 99999s ease-out;
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
@media (max-width: 768px) {
.ant-pro-grid-content.wide {
.ant-pro-page-container-children-content {