mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 13:40:06 +00:00
其他按钮、文字等配色细节
This commit is contained in:
2
resource/template/common/footer.html
vendored
2
resource/template/common/footer.html
vendored
@@ -9,7 +9,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.js"></script>
|
||||
<script src="/static/semantic-ui-alerts.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.min.js"></script>
|
||||
<script src="/static/main.js?v202106302144"></script>
|
||||
<script src="/static/main.js?v20210806"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
2
resource/template/common/header.html
vendored
2
resource/template/common/header.html
vendored
@@ -9,7 +9,7 @@
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/semantic-ui-alerts.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/static/main.css?v20210806">
|
||||
<link rel="stylesheet" type="text/css" href="/static/main.css?v2021080602">
|
||||
<link rel="shortcut icon" type="image/png" href="/static/logo.svg?v20210804" />
|
||||
</head>
|
||||
|
||||
|
||||
2
resource/template/common/menu.html
vendored
2
resource/template/common/menu.html
vendored
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<a href="/login" class="ui large nezha-primary-btn button"><i class="sign-in icon"></i>登录</a>
|
||||
<a href="/login" class="ui large positive nezha-primary-btn button"><i class="sign-in icon"></i>登录</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user