fix: replace variable usage

This commit is contained in:
Justineo
2021-09-15 20:05:02 +08:00
parent 97aa5e7839
commit 4b5e3bef18

View File

@@ -19,10 +19,9 @@ export default {
</script>
<style lang="less" scoped>
.target {
width: 80px;
height: 80px;
background: @veui-gray-color-6;
background: #e7e7e7;
}
</style>