update oil

This commit is contained in:
lb
2023-05-10 11:12:13 +08:00
parent 52c693c93f
commit 405672842a
5 changed files with 162 additions and 24 deletions

View File

@@ -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;