Skip to content

Commit 2cf7911

Browse files
author
283591387@qq.com
committed
优化登陆页字体大小
1 parent 43e0e2c commit 2cf7911

File tree

2 files changed

+11
-8
lines changed
  • Vol.Vue3版本/src/views
  • 开发版dev/Vue.NetCore/Vol.Vue3版本/src/views

2 files changed

+11
-8
lines changed

Vol.Vue3版本/src/views/Login.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ export default defineComponent({
259259
.loging-btn {
260260
button {
261261
width: 100%;
262+
font-size:14px !important;
263+
letter-spacing:2px;
262264
}
263265
}
264266
.content {

开发版dev/Vue.NetCore/Vol.Vue3版本/src/views/Login.vue

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,21 @@
133133
<div class="r-bg"></div>
134134

135135
<div class="login-footer">
136-
<a @click="openUrl('https://github.com/cq-panda/Vue.NetCore')">
137-
GitHub
138-
</a>
139-
<a @click="openUrl('https://gitee.com/x_discoverer/Vue.NetCore')">
140-
Gitee
141-
</a>
142136
<a
143137
style="text-decoration: none"
144138
href="https://beian.miit.gov.cn/"
145139
target="_blank"
146140
>京ICP备19056538号-1</a
147141
>
148142
<a @click="openUrl('http://v2.volcore.xyz/')"> Vue2版本 </a>
149-
<a>QQ1群:45221949(已满)</a>
150143
<a>QQ2群:913189178</a>
151-
144+
145+
<a
146+
href="https://dotnet9.com/"
147+
style="text-decoration: none"
148+
target="blank"
149+
>Dotnet9</a
150+
>
152151
<a
153152
href="https://space.bilibili.com/525836469"
154153
style="text-decoration: none"
@@ -260,6 +259,8 @@ export default defineComponent({
260259
.loging-btn {
261260
button {
262261
width: 100%;
262+
font-size:14px !important;
263+
letter-spacing:2px;
263264
}
264265
}
265266
.content {

0 commit comments

Comments
 (0)