发布流程大文件,生成文档样式优化
This commit is contained in:
parent
403277ecef
commit
26ee4ef30f
@ -36,6 +36,14 @@
|
||||
display:none;
|
||||
cursor:pointer;
|
||||
}
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user