We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0a490 commit 9a5e3f2Copy full SHA for 9a5e3f2
src/components/AppHeader.vue
@@ -4,7 +4,7 @@
4
<div class="logo">
5
<img
6
alt="logo"
7
- src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"
+ src="https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png"
8
/>
9
<h1>
10
Issue Helper
src/style/layout.less
@@ -130,8 +130,9 @@ p {
130
img {
131
float: left;
132
width: 40px;
133
- height: 64px;
+ height: 40px;
134
line-height: 64px;
135
+ margin-top: 12px;
136
}
137
138
span {
webpack.config.js
@@ -10,7 +10,7 @@ module.exports = {
entry: './src/main.js',
11
output: {
12
path: path.resolve(__dirname, './dist'),
13
- publicPath: './',
+ publicPath: '',
14
filename: 'build.[hash].js'
15
},
16
module: {
0 commit comments