Skip to content

Commit 515dec4

Browse files
committed
1、优化个人中心样式;2、修改压缩后产出文件夹的名称;
1 parent 291cee3 commit 515dec4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/TopBar.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,13 @@
164164
}
165165
166166
.PersonCenterItem{
167-
width: 9rem;
167+
width: 8rem;
168168
height: 50px;
169169
line-height: 50px;
170170
border:1px solid @BorderColor;
171171
background-color: white;
172172
box-shadow: 0 2px 12px 0 #0000001a;
173+
cursor:pointer;
173174
}
174175
175176
</style>

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
baseUrl:'./',
33
assertsDir:'static',
4+
outputDir:'blog-user',
45
pwa:{
56
iconPath:{
67
favicon32:'./favicon.ico',

0 commit comments

Comments
 (0)