Luolei 6 年之前
父节点
当前提交
f6580a8e44
共有 3 个文件被更改,包括 13 次插入2 次删除
  1. 11 0
      src/components/PreviewBody/index.less
  2. 1 1
      src/components/ScaleTable/index.jsx
  3. 1 1
      src/containers/AssistCheck.js

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

@@ -49,4 +49,15 @@ table{
 }
 }
 .bbtm {
 .bbtm {
   border-bottom: 1px solid #333;
   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;
                         return m.groupCalculate.result.value;
                       }
                       }
                     })}</span>
                     })}</span>
-                  </p>:''}  
+                  </p>:''}
                 </div>
                 </div>
               })
               })
     return content;
     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 {ISREAD} from '@store/types/homePage.js';
 import {billing} from '@store/async-actions/pushMessage';
 import {billing} from '@store/async-actions/pushMessage';
 
 
-function mapStateToProps(state) {console.log(state)
+function mapStateToProps(state) {//console.log(state)
     return {
     return {
         list:state.assistCheck.list,
         list:state.assistCheck.list,
         assistLabel:state.assistCheck.assistLabel,
         assistLabel:state.assistCheck.assistLabel,