Luolei 6 vuotta sitten
vanhempi
commit
f6580a8e44

+ 11 - 0
src/components/PreviewBody/index.less

@@ -49,4 +49,15 @@ table{
 }
 .bbtm {
   border-bottom: 1px solid #333;
+}
+.formulaTable {
+  text-align: center;
+  vertical-align: middle;
+  display: inline-block;
+  .formulaTd {
+    border-bottom: 1px solid #000;
+  }
+}
+.alignMiddle {
+  vertical-align: middle;
 }

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

@@ -288,7 +288,7 @@ class ScaleTable extends React.Component{
                         return m.groupCalculate.result.value;
                       }
                     })}</span>
-                  </p>:''}  
+                  </p>:''}
                 </div>
               })
     return content;

+ 1 - 1
src/containers/AssistCheck.js

@@ -8,7 +8,7 @@ import { getSearchList,getInstroduce } from '@store/async-actions/assistCheck';
 import {ISREAD} from '@store/types/homePage.js';
 import {billing} from '@store/async-actions/pushMessage';
 
-function mapStateToProps(state) {console.log(state)
+function mapStateToProps(state) {//console.log(state)
     return {
         list:state.assistCheck.list,
         assistLabel:state.assistCheck.assistLabel,