zhouna 3 gadi atpakaļ
vecāks
revīzija
aedac35340

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

@@ -366,7 +366,7 @@ class DiagnosticList extends Component {
                                         <input type="text" value={tcmSyndrome} disabled={true}/>
                                       </span>
 
-                                    </span>:(tcmDiag?<Add showText="添加中医证候" isTcm={isTcm} handleClick={this.handleSymShowSearch} id="addSymDiag" height="50px" />:'')}
+                                    </span>:(tcmDiag?<Add showText="添加中医证候" isTcm={isTcm} handleClick={this.handleSymShowSearch} id="addSymDiag" height="15px" />:'')}
                                 {tcmDiag&&tcmSyndrome?'':<DiagResultSearch
                                         refreshScroller={refreshScroller}
                                         setHighter={setHighter}

+ 4 - 1
src/components/DiagnosticList/index.less

@@ -152,11 +152,14 @@
     -webkit-line-clamp:4; //显示的行
     overflow: hidden;
 }
-.diag-up, .diag-down, .diag-del {
+.diag-up, .diag-down {
     width: 14px;
     margin-bottom: 8px;
     cursor: pointer;
 }
+ .diag-del{
+     width: 20px;
+ }
 .confirm-info {
     height: 70px;
     font-size: 16px;