Skip to content

Commit 4fc7c16

Browse files
committed
doc: update
1 parent 0373e3d commit 4fc7c16

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/components/rice/right_bottom_rice.vue

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<template>
22
<div id="right-bottom">
3-
<img
4-
v-if="isCN"
5-
width="150"
6-
alt="早早聊 Vue 专场大会"
7-
:src="`https://next.antdv.com/common_rice.png?v=${v}`"
8-
/>
3+
<img v-if="isCN" width="150" :src="`https://next.antdv.com/common_rice.png?v=${v}`" />
94
<div v-if="isMobile" class="close" @click="visible = false">
105
<close-outlined />
116
</div>

0 commit comments

Comments
 (0)