luolei 4 rokov pred
rodič
commit
2c1016ad00

+ 1 - 1
src/components/AddNewInspect/index.jsx

@@ -369,7 +369,7 @@ class AddNewInspect extends React.Component {
             }
           </ul>
         </div>
-        <div style={{ position: "relative", clear: "both", top: "5px" }}>
+        <div style={{ position: "relative", clear: "both", top: "-2px" }}>
           <Add showText="添加医嘱" handleClick={(e) => this.handleSearchAdvice(e)} id="searchWrapAdvice" />
           {this.state.show ? <SearchOption searchType="2" detailClick={detailClick} windowHeight={windowHeight} height={280} refreshScroller={refreshScroller} pageTop={pageTop} handleChangeValue={handleChangeValue} visible={true}>
             {list && list.length > 0 ? this.getSearchList(list) : (inspectVal == '' ? '' : <p style={{ padding: '5px 136px', color: '#bfbfbf' }}>暂无筛选项</p>)}

+ 1 - 1
src/components/InfoTitle/index.jsx

@@ -64,7 +64,7 @@ class InfoTitle extends Component {
     render() {
         const {loading,loadingText,loadingType} = this.props;
         const {le} = this.state;
-        return <div className={style['title-wrapper']}  style={{left:le,paddingRight:'122px'}}>
+        return <div className={style['title-wrapper']}  style={{paddingRight:'122px'}}>
             <PatInfoContainer />
              {
                 <div className={style['activeWrap']}>

+ 1 - 1
src/components/Operation/index.jsx

@@ -550,7 +550,7 @@ class Operation extends Component {
       floderModal,folderOrderShow,folderOrder,adminItems,patInfo,saveOrderFolder,hideLabel} = this.props;
     const {zIndex,type,le,value,folder,folderListShow} = this.state;
     // console.log(this.state.showValit,this.state.msg,'====================');
-    return <div className={style['container']} style={{left:le}}>
+    return <div className={style['container']}>
       {/*<span className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</span>*/}
       {/* <span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span> */}
       {/* {hideLabel?"":<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>} */}

+ 1 - 1
src/components/PushData/index.less

@@ -4,7 +4,7 @@
     height:40px;
     padding: 0 0 0 15px;
     line-height: 40px;
-    bottom: 150px;
+    bottom: 80px;
     right: 0px;
     font-size:16px;
     background: #7AC1DE;