Skip to content

Commit 863c216

Browse files
committed
修改样式
1 parent f487457 commit 863c216

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/layout/header/Index.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ export default {
137137
flex-direction: column;
138138
justify-content: center;
139139
align-items: center;
140+
a {
141+
text-decoration: none;
142+
color: #fff;
143+
text-decoration: none;
144+
color: #fff;
145+
line-height: 45px;
146+
text-align: center;
147+
}
140148
.log1 {
141149
width: 240px;
142150
height: 40px;

src/views/shared/login/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
line-height: 50px;
9595
text-align: center;
9696
font-size: 20px;
97-
color: #fff;
97+
color: #444;
9898
border-bottom: 1px solid #ddd;
9999
}
100100
.ms-login {

0 commit comments

Comments
 (0)