【修改】修改bug

This commit is contained in:
zhoulingpo
2023-07-31 17:59:50 +08:00
parent b3768f1707
commit 50788bb040
@@ -521,7 +521,7 @@ export default {
.drawer-bootom-button { .drawer-bootom-button {
position: absolute; position: absolute;
bottom: -8px; bottom: 0px;
width: 100%; width: 100%;
border-top: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8;
padding: 10px 16px; padding: 10px 16px;
@@ -530,4 +530,7 @@ export default {
background: #fff; background: #fff;
border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
} }
.ant-form {
padding-bottom: 25px;
}
</style> </style>