Skip to content

Commit 22b15b5

Browse files
committed
add new feature tip on the left menu
1 parent f395f80 commit 22b15b5

File tree

5 files changed

+28
-367
lines changed

5 files changed

+28
-367
lines changed

examples/src/comp/app.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,15 @@
204204
height: 100%;
205205
text-decoration: none;
206206
color: #000000d9;
207+
.version {
208+
margin: 0;
209+
padding: 2px 6px;
210+
color: #1989fa;
211+
font-weight: 600;
212+
font-size: 11px;
213+
background-color: rgba(25, 137, 250, 0.1);
214+
border-radius: 20px;
215+
}
207216
}
208217

209218
li.no-child:hover a {

examples/src/comp/app.scss

Lines changed: 0 additions & 362 deletions
This file was deleted.

0 commit comments

Comments
 (0)