|
@@ -4,7 +4,7 @@ import Notify from '../Notify';
|
|
|
import config from '@config/index';
|
|
|
import {isIE} from '@utils/tools.js';
|
|
|
import {getFeature} from '@store/async-actions/fetchModules';
|
|
|
-import {getAllDataList,getAllDataStringList,ifOtherClear} from "@utils/tools.js";
|
|
|
+import {getAllDataList,getAllDataStringList,ifOtherClear,setFontColorSize} from "@utils/tools.js";
|
|
|
import store from '@store';
|
|
|
import $ from "jquery";
|
|
|
|
|
@@ -167,9 +167,9 @@ class Textarea extends Component {
|
|
|
const { title,boxMark } = this.props;
|
|
|
return (
|
|
|
<div className={style["box"]}>
|
|
|
- <div className={style["title"]}>{title}</div>
|
|
|
+ <div className={`${style["title"]} ${setFontColorSize(2,4)}`}>{title}</div>
|
|
|
{/*{isRead?<div className={style["content"]+" "+'11'} contentEditable={true} onFocus={this.handleFocus}>{value}</div>:''}*/}
|
|
|
- <div className={style["content"]}
|
|
|
+ <div className={`${style["content"]} ${setFontColorSize(2,5)}`}
|
|
|
onFocus={this.handleFocus}
|
|
|
ref={this.$dom}
|
|
|
contentEditable={true}
|