发布流程大文件,生成文档样式优化

This commit is contained in:
yujh 2024-12-06 14:57:30 +08:00
parent 403277ecef
commit 26ee4ef30f

View File

@ -36,6 +36,14 @@
display:none; display:none;
cursor:pointer; cursor:pointer;
} }
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
</style> </style>