This commit is contained in:
liuye
2022-08-11 10:04:21 +08:00
parent a093b4758d
commit af34cdd89a
8 changed files with 311 additions and 19 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div class="gridMemberPoints">
<img src="./img/my/grid-point.png" alt="" class="right-icon">
</div>
</template>
<script>
export default {
name: "gridMemberPoints",
}
</script>
<style lang="scss" scoped>
.gridMemberPoints {
img {
width: 100%;
}
}
</style>