Skip to content

Commit

Permalink
Update apis.tips.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxinxu committed Jul 19, 2023
1 parent 0367f02 commit 8c26b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions edge/apis.tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ <h4>特殊方向的定位效果</h4>

<p>JS触发:<i class="icon_del reverse vm" is-tips title=朝下提示></i></p>
<p>可以在元素上添加类名<code>.reverse</code>实现,如下:</p>
<pre>&lt;i class="jsTips <span class="red">reverse</span>" title="朝下提示"&gt;&lt;/i&gt;</pre>

<pre>&lt;i class="<span class="red">reverse</span>" is-tips title="朝下提示"&gt;&lt;/i&gt;</pre>

<p><code>&lt;ui-tips&gt;</code>触发 :<ui-tips title="朝下提示" reverse><i class="icon_del" ></i></ui-tips></p>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.1.0
v3.1.1

0 comments on commit 8c26b44

Please sign in to comment.