update icon

This commit is contained in:
2023-05-13 18:17:19 +08:00
parent e6c7a143e8
commit 0b7feca848
11 changed files with 30 additions and 5 deletions

View File

@@ -34,7 +34,12 @@ export default {
clock: "icon-clock",
docs: "icon-docs",
oil: "icon-oil",
gas: "icon-gas",
xicao: "icon-xc",
inWater: "icon-water-in",
fan: 'icon-fan',
ktop: 'icon-kiln-top',
kbtm: 'icon-kiln-bottom',
},
};
},
@@ -70,6 +75,26 @@ export default {
background: url(../../assets/oil.png);
background-size: 100% 100%;
}
.icon-gas {
background: url(../../assets/gas-icon.png);
background-size: 100% 100%;
}
.icon-xc {
background: url(../../assets/xicao-icon.png);
background-size: 100% 100%;
}
.icon-fan {
background: url(../../assets/fan-icon.png);
background-size: 100% 100%;
}
.icon-kiln-top {
background: url(../../assets/kiln-top-icon.png);
background-size: 100% 100%;
}
.icon-kiln-bottom {
background: url(../../assets/kiln-bottom-icon.png);
background-size: 100% 100%;
}
.icon-water-in {
background: url(../../assets/water-temp.png);