add drag icon for dragable rows

This commit is contained in:
RockYang
2024-08-12 14:00:50 +08:00
parent 2140eff51b
commit 9ece25e17d
14 changed files with 86 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1721896403264') format('woff2'),
url('iconfont.woff?t=1721896403264') format('woff'),
url('iconfont.ttf?t=1721896403264') format('truetype');
src: url('iconfont.woff2?t=1723434190230') format('woff2'),
url('iconfont.woff?t=1723434190230') format('woff'),
url('iconfont.ttf?t=1723434190230') format('truetype');
}
.iconfont {
@@ -13,6 +13,14 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-drag:before {
content: "\e8ec";
}
.icon-move:before {
content: "\e6fd";
}
.icon-link:before {
content: "\e6b4";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,20 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "15617554",
"name": "drag",
"font_class": "drag",
"unicode": "e8ec",
"unicode_decimal": 59628
},
{
"icon_id": "240317",
"name": "move",
"font_class": "move",
"unicode": "e6fd",
"unicode_decimal": 59133
},
{
"icon_id": "880330",
"name": "link",

Binary file not shown.