We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b30dfe commit 833a661Copy full SHA for 833a661
src/components/user/content.vue
@@ -6,14 +6,6 @@
6
<img src="./../../assets/icon/SOJ-thick-white-background.png" />
7
</el-avatar>
8
</el-card>
9
- <!-- Mobile screen -->
10
- <el-card class="item float" v-if="!smallScreen">
11
- <el-button @click="$router.go(-1);" icon="el-icon-back" circle />
12
- </el-card>
13
- <!-- Normal screen -->
14
- <el-card class="item" v-else>
15
- <el-button @click="$router.go(-1);">Back</el-button>
16
17
</div>
18
19
<div id="info">
0 commit comments