update icon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user