优化部分文件
This commit is contained in:
parent
4c4b71d1a4
commit
9e6e099927
|
@ -721,6 +721,16 @@ template {
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes heo-spin {
|
||||
0% {
|
||||
transform: rotate(0)
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg)
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
--global-font-size: 16px;
|
||||
--global-bg: #fff;
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
</html>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue