47cbb690 by 杨威

目录树icon修改,字体库更新

1 parent f5b39578
This diff could not be displayed because it is too large.
......@@ -6,6 +6,104 @@
"description": "",
"glyphs": [
{
"icon_id": "19376823",
"name": "下载",
"font_class": "xiazai",
"unicode": "e7a0",
"unicode_decimal": 59296
},
{
"icon_id": "19376705",
"name": "形状",
"font_class": "lining",
"unicode": "e798",
"unicode_decimal": 59288
},
{
"icon_id": "19376706",
"name": "现",
"font_class": "xian",
"unicode": "e799",
"unicode_decimal": 59289
},
{
"icon_id": "19376707",
"name": "正",
"font_class": "zheng",
"unicode": "e79a",
"unicode_decimal": 59290
},
{
"icon_id": "19376708",
"name": "变ing",
"font_class": "bianing",
"unicode": "e79b",
"unicode_decimal": 59291
},
{
"icon_id": "19376709",
"name": "临",
"font_class": "lin",
"unicode": "e79c",
"unicode_decimal": 59292
},
{
"icon_id": "19376710",
"name": "变",
"font_class": "bian",
"unicode": "e79d",
"unicode_decimal": 59293
},
{
"icon_id": "19376711",
"name": "正ing",
"font_class": "zhenging",
"unicode": "e79e",
"unicode_decimal": 59294
},
{
"icon_id": "19376712",
"name": "现ing",
"font_class": "xianing",
"unicode": "e79f",
"unicode_decimal": 59295
},
{
"icon_id": "19376661",
"name": "宗地",
"font_class": "zongdi",
"unicode": "e794",
"unicode_decimal": 59284
},
{
"icon_id": "19376662",
"name": "自然幢",
"font_class": "ziranchuang1",
"unicode": "e795",
"unicode_decimal": 59285
},
{
"icon_id": "19376663",
"name": "构筑物",
"font_class": "gouzhuwu",
"unicode": "e796",
"unicode_decimal": 59286
},
{
"icon_id": "19376664",
"name": "多幢",
"font_class": "duochuang1",
"unicode": "e797",
"unicode_decimal": 59287
},
{
"icon_id": "6010916",
"name": "保存",
"font_class": "baocun",
"unicode": "e612",
"unicode_decimal": 58898
},
{
"icon_id": "19243689",
"name": "上传",
"font_class": "shangchuan",
......
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#666666" d="M384 512L731.733333 202.666667c17.066667-14.933333 19.2-42.666667 4.266667-59.733334-14.933333-17.066667-42.666667-19.2-59.733333-4.266666l-384 341.333333c-10.666667 8.533333-14.933333 19.2-14.933334 32s4.266667 23.466667 14.933334 32l384 341.333333c8.533333 6.4 19.2 10.666667 27.733333 10.666667 12.8 0 23.466667-4.266667 32-14.933333 14.933333-17.066667 14.933333-44.8-4.266667-59.733334L384 512z" /></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg class="icon" width="200px" height="200.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#666666" d="M904.533333 674.133333l-362.666666-362.666666c-17.066667-17.066667-42.666667-17.066667-59.733334 0l-362.666666 362.666666c-17.066667 17.066667-17.066667 42.666667 0 59.733334 17.066667 17.066667 42.666667 17.066667 59.733333 0L512 401.066667l332.8 332.8c8.533333 8.533333 19.2 12.8 29.866667 12.8s21.333333-4.266667 29.866666-12.8c17.066667-17.066667 17.066667-42.666667 0-59.733334z" /></svg>
\ No newline at end of file
......@@ -446,13 +446,13 @@ export default {
.reTree_collapse_icon {
// opacity: .5;
background: url("../../assets/images/arrow-up-bold.svg") no-repeat center
background: url("../../assets/images/arrow-down-bold.svg") no-repeat center
center;
background-size: contain;
}
.reTree_expand_icon {
// opacity: .5;
background: url("../../assets/images/arrow-down-bold.svg") no-repeat center
background: url("../../assets/images/arrow-left-bold.svg") no-repeat center
center;
background-size: contain;
}
......
......@@ -828,7 +828,7 @@ export default {
background: #c3c5c8;
}
.reTree_collapse_icon {
background: url("../../assets/images/arrow-up-bold.svg") no-repeat center
background: url("../../assets/images/arrow-down-bold.svg") no-repeat center
center;
background-size: contain;
}
......@@ -840,7 +840,7 @@ export default {
}
.reTree_expand_icon {
background: url("../../assets/images/arrow-down-bold.svg") no-repeat center
background: url("../../assets/images/arrow-left-bold.svg") no-repeat center
center;
background-size: contain;
}
......