调整main路径下样式路径

This commit is contained in:
RuoYi
2021-06-02 10:56:14 +08:00
parent 3e3882a2af
commit 39bd0225b6
26 changed files with 26 additions and 2936 deletions

View File

@@ -10,7 +10,7 @@
<![endif]-->
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/css/style.css}" rel="stylesheet"/>
<link th:href="@{/css/style.min.css}" rel="stylesheet"/>
<style type="text/css">
.list-unstyled{margin:10px;}
.full-opacity-hover{opacity:1;filter:alpha(opacity=1);border:1px solid #fff}