fix: replace variable usage

This commit is contained in:
Justineo 2021-09-15 20:05:02 +08:00
parent 97aa5e7839
commit 4b5e3bef18
No known key found for this signature in database
GPG Key ID: B73F0979CF18A0EA

View File

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