update oil
This commit is contained in:
@@ -32,7 +32,8 @@ export default {
|
||||
return {
|
||||
iconClass: {
|
||||
clock: 'icon-clock',
|
||||
docs: 'icon-docs'
|
||||
docs: 'icon-docs',
|
||||
oil: 'icon-oil'
|
||||
}
|
||||
};
|
||||
}
|
||||
@@ -62,6 +63,11 @@ export default {
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.icon-oil {
|
||||
background: url(../../assets/oil.png);
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
/* margin: 12px 0; */
|
||||
margin-bottom: 12px;
|
||||
|
||||
Reference in New Issue
Block a user