|
@@ -3,7 +3,7 @@ import { SearchOption, Calendar, ConfirmModal, Notify, Add ,DelToast} from '@com
|
|
|
import styles from './index.less';
|
|
|
import $ from 'jquery';
|
|
|
import Textarea from './Textarea';
|
|
|
-import { getPageCoordinate,getCurrentDate,setPosition } from '@utils/tools';
|
|
|
+import { getPageCoordinate,getCurrentDate,setPosition,windowEventHandler } from '@utils/tools';
|
|
|
import ScrollArea from 'react-scrollbar';
|
|
|
|
|
|
class AddAssistCheck extends React.Component {
|
|
@@ -193,6 +193,7 @@ class AddAssistCheck extends React.Component {
|
|
|
width:'8px',
|
|
|
background:'#f1f1f1'};
|
|
|
const barStyle={background:'#777',width:'100%'};
|
|
|
+ $(".TextareaRsize").css({marginTop:0})
|
|
|
return <React.Fragment>
|
|
|
{
|
|
|
checkedListImport.map((part,index)=>{
|