We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f487457 commit 863c216Copy full SHA for 863c216
src/layout/header/Index.vue
@@ -137,6 +137,14 @@ export default {
137
flex-direction: column;
138
justify-content: center;
139
align-items: center;
140
+ a {
141
+ text-decoration: none;
142
+ color: #fff;
143
144
145
+ line-height: 45px;
146
+ text-align: center;
147
+ }
148
.log1 {
149
width: 240px;
150
height: 40px;
src/views/shared/login/Index.vue
@@ -94,7 +94,7 @@ export default {
94
line-height: 50px;
95
text-align: center;
96
font-size: 20px;
97
- color: #fff;
+ color: #444;
98
border-bottom: 1px solid #ddd;
99
}
100
.ms-login {
0 commit comments