perf: UI优化

This commit is contained in:
xiongxiaoyang
2024-05-26 22:31:26 +08:00
parent 6d9b563583
commit b976a00389
13 changed files with 59 additions and 76 deletions

View File

@ -1,6 +1,11 @@
<div th:fragment="css">
<link rel="stylesheet" href="/mobile/layui/css/layui.css">
<style type="text/css">
body {
min-height: 100vh;
position: relative;
}
.app {
display: none;
}
@ -22,9 +27,12 @@
}
#footer {
padding-top: 6px;
height: 60px;
line-height: 54px;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
height: 50px;
line-height: 48px;
text-align: center;
}
</style>