优化部分文件

This commit is contained in:
1152958806@qq.com 2023-11-13 21:51:51 +08:00
parent 4c4b71d1a4
commit 9e6e099927
5 changed files with 12 additions and 6 deletions

View File

@ -721,6 +721,16 @@ template {
}
}
@keyframes heo-spin {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
:root {
--global-font-size: 16px;
--global-bg: #fff;

View File

@ -1,4 +0,0 @@
<!DOCTYPE html>
<html lang="en">
</html>

View File

@ -49,10 +49,10 @@
<!-- todo 右下角悬浮操作按钮 -->
<th:block th:replace="~{modules/common/rightside :: rightside}"></th:block>
<th:block th:replace="~{modules/widgets/rightside :: rightside}"></th:block>
<div th:replace="~{modules/right-menu :: right-menu}"></div>
<div th:replace="~{modules/widgets/right-menu :: right-menu}"></div>
<div>
<script th:src="${assets_link + '/js/utils.js' + theme_version}"></script>