Skip to content

Commit 9a5e3f2

Browse files
committed
update: logo
1 parent 5d0a490 commit 9a5e3f2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/components/AppHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="logo">
55
<img
66
alt="logo"
7-
src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
7+
src="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png"
88
/>
99
<h1>
1010
Issue Helper

src/style/layout.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ p {
130130
img {
131131
float: left;
132132
width: 40px;
133-
height: 64px;
133+
height: 40px;
134134
line-height: 64px;
135+
margin-top: 12px;
135136
}
136137

137138
span {

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
entry: './src/main.js',
1111
output: {
1212
path: path.resolve(__dirname, './dist'),
13-
publicPath: './',
13+
publicPath: '',
1414
filename: 'build.[hash].js'
1515
},
1616
module: {

0 commit comments

Comments
 (0)