style:项目添加任务界面样式问题修改

This commit is contained in:
wyx
2023-02-27 17:17:34 +08:00
parent 670536de32
commit 566ea6769f

View File

@@ -1679,5 +1679,6 @@ const cancelStorage = async () => {
.footBox { .footBox {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
z-index: 99999;
} }
</style> </style>