update 起草组icon
This commit is contained in:
@@ -22,7 +22,7 @@ window._CONFIG["singInQRCodHref"]= 'http://cwp.catarc.org.cn/signupentrance'
|
|||||||
window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://cwp.catarc.org.cn/signupdraftteamentrance'
|
window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://cwp.catarc.org.cn/signupdraftteamentrance'
|
||||||
|
|
||||||
// 起草组成员维护-企业端报名入口
|
// 起草组成员维护-企业端报名入口
|
||||||
window._CONFIG["singInDraftHref"]= 'http://cwp.catarc.org.cn/signupdraftteamentrance'
|
window._CONFIG["singInDraftHref"]= 'https://cwp.catarc.org.cn/signupdraftteamentrance'
|
||||||
|
|
||||||
// 票据打印--寄件人单位名称
|
// 票据打印--寄件人单位名称
|
||||||
window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院"
|
window._CONFIG["sendCompanyName"] = "中国汽车标准化研究院"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "anticon-jeecg"; /* Project id 2798517 */
|
font-family: "anticon-jeecg"; /* Project id 2798517 */
|
||||||
src: url('iconfont.woff2?t=1639559463058') format('woff2'),
|
src: url('iconfont.woff2?t=1705570227820') format('woff2'),
|
||||||
url('iconfont.woff?t=1639559463058') format('woff'),
|
url('iconfont.woff?t=1705570227820') format('woff'),
|
||||||
url('iconfont.ttf?t=1639559463058') format('truetype');
|
url('iconfont.ttf?t=1705570227820') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.anticon-jeecg {
|
.anticon-jeecg {
|
||||||
@@ -13,6 +13,10 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.anticondraftgroup:before {
|
||||||
|
content: "\e65e";
|
||||||
|
}
|
||||||
|
|
||||||
.anticonothermeeting:before {
|
.anticonothermeeting:before {
|
||||||
content: "\e621";
|
content: "\e621";
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,13 @@
|
|||||||
"css_prefix_text": "anticon",
|
"css_prefix_text": "anticon",
|
||||||
"description": "",
|
"description": "",
|
||||||
"glyphs": [
|
"glyphs": [
|
||||||
|
{
|
||||||
|
"icon_id": "3009589",
|
||||||
|
"name": "cus_draftgroup",
|
||||||
|
"font_class": "gongzuopai",
|
||||||
|
"unicode": "e65e",
|
||||||
|
"unicode_decimal": 58974
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon_id": "26512409",
|
"icon_id": "26512409",
|
||||||
"name": "cus_othermeeting",
|
"name": "cus_othermeeting",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -172,11 +172,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// icon图片默认是选中的图片,如果没被选中,就设置灰掉
|
|
||||||
.ant-menu-item:not(.ant-menu-item-selected) {
|
|
||||||
.icon-img {
|
|
||||||
filter: grayscale(100%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<!-- update_end author:sunjianlei date:20190530 for: 选中首页的时候不显示背景颜色 -->
|
<!-- update_end author:sunjianlei date:20190530 for: 选中首页的时候不显示背景颜色 -->
|
||||||
|
|||||||
@@ -146,12 +146,6 @@ export default {
|
|||||||
)
|
)
|
||||||
},
|
},
|
||||||
renderIcon (icon) {
|
renderIcon (icon) {
|
||||||
// 图片做菜单icon,cus_img_xxx.png, xxx.png放在assets/imgs/icon/
|
|
||||||
if (icon !== 'none' && icon !== undefined && icon.indexOf('cus_img_') !== -1) {
|
|
||||||
const img = require('@/assets/imgs/icon/' + icon.substr(8) + '_act.png')
|
|
||||||
return (<img style="width:16px;height:16px;user-select:none;margin-right:8px;vertical-align:sub;"
|
|
||||||
src={img} alt="" class="icon-img"/>)
|
|
||||||
}
|
|
||||||
if (icon !== 'none' && icon !== undefined && icon.indexOf('cus_') !== -1) {
|
if (icon !== 'none' && icon !== undefined && icon.indexOf('cus_') !== -1) {
|
||||||
let className = `anticon-jeecg anticon${icon.substr(4)}`
|
let className = `anticon-jeecg anticon${icon.substr(4)}`
|
||||||
return <i class={className} style='margin-right: 8px'></i>
|
return <i class={className} style='margin-right: 8px'></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user