首页
This commit is contained in:
19
src/project/saas/AppHome/GridMemberPoints.vue
Normal file
19
src/project/saas/AppHome/GridMemberPoints.vue
Normal 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>
|
||||
Reference in New Issue
Block a user