Demo:新增txt文件的导出
This commit is contained in:
parent
660ec00ca7
commit
ea29dad6fd
@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iconfont"; /* Project id 2479351 */
|
font-family: "iconfont"; /* Project id 2479351 */
|
||||||
src: url('iconfont.woff2?t=1709091401707') format('woff2'),
|
src: url('iconfont.woff2?t=1709781789605') format('woff2'),
|
||||||
url('iconfont.woff?t=1709091401707') format('woff'),
|
url('iconfont.woff?t=1709781789605') format('woff'),
|
||||||
url('iconfont.ttf?t=1709091401707') format('truetype');
|
url('iconfont.ttf?t=1709781789605') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
@ -13,6 +13,10 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iconTXT:before {
|
||||||
|
content: "\e6e1";
|
||||||
|
}
|
||||||
|
|
||||||
.iconwenjian1:before {
|
.iconwenjian1:before {
|
||||||
content: "\e69f";
|
content: "\e69f";
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -480,5 +480,11 @@ export const downTypeList = [
|
|||||||
type: 'xmind',
|
type: 'xmind',
|
||||||
icon: 'iconxmind',
|
icon: 'iconxmind',
|
||||||
desc: 'XMind file'
|
desc: 'XMind file'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Txt',
|
||||||
|
type: 'txt',
|
||||||
|
icon: 'iconTXT',
|
||||||
|
desc: 'Plain text file'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -575,5 +575,11 @@ export const downTypeList = [
|
|||||||
type: 'xmind',
|
type: 'xmind',
|
||||||
icon: 'iconxmind',
|
icon: 'iconxmind',
|
||||||
desc: 'XMind格式'
|
desc: 'XMind格式'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Txt',
|
||||||
|
type: 'txt',
|
||||||
|
icon: 'iconTXT',
|
||||||
|
desc: '纯文本文件'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -308,6 +308,14 @@ export default {
|
|||||||
&.smm {
|
&.smm {
|
||||||
color: #409eff;
|
color: #409eff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.xmind {
|
||||||
|
color: #f55e5e;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.txt {
|
||||||
|
color: #70798e;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user