|
@@ -95,17 +95,11 @@ export default {
|
|
|
],
|
|
|
activeTextStyle: {
|
|
|
fontFamily: 'Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif, alabo',
|
|
|
- fontSize: '24px',
|
|
|
+ fontSize: '16px',
|
|
|
color: 'black',
|
|
|
textDecoration: '',
|
|
|
fontWeight: '',
|
|
|
},
|
|
|
- toolbarIconList: [
|
|
|
- { icon: 'fontcolor', title: '字体颜色', handle: '', size: '18' },
|
|
|
- { icon: 'underline', title: '下划线', handle: 'openMindMap', size: '18' },
|
|
|
- { icon: 'bold', title: '加粗', handle: '', size: '20' },
|
|
|
- { icon: 'strikethrough', title: '删除线', handle: 'openBaseFileList', type: '1', size: '20' },
|
|
|
- ],
|
|
|
pickerStyle: {
|
|
|
top: 0,
|
|
|
left: 0,
|
|
@@ -223,7 +217,7 @@ export default {
|
|
|
|
|
|
.content-text {
|
|
|
margin-top: -12px;
|
|
|
- font-size: 28px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
.tips {
|