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 291cee3 commit 515dec4Copy full SHA for 515dec4
src/components/TopBar.vue
@@ -164,12 +164,13 @@
164
}
165
166
.PersonCenterItem{
167
- width: 9rem;
+ width: 8rem;
168
height: 50px;
169
line-height: 50px;
170
border:1px solid @BorderColor;
171
background-color: white;
172
box-shadow: 0 2px 12px 0 #0000001a;
173
+ cursor:pointer;
174
175
176
</style>
vue.config.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
baseUrl:'./',
3
assertsDir:'static',
4
+ outputDir:'blog-user',
5
pwa:{
6
iconPath:{
7
favicon32:'./favicon.ico',
0 commit comments