瀏覽代碼

提交样式

chenzhfa 2 年之前
父節點
當前提交
2653a606dc
共有 1 個文件被更改,包括 18 次插入8 次删除
  1. 18 8
      app/components/Grid.js

+ 18 - 8
app/components/Grid.js

@@ -289,24 +289,34 @@ export default class Grid extends React.Component {
           >
             库存:{ScaleUtil(item[this.props.invenKey])}(件)
           </Text> */}
-          <View 
+          {/* <View 
               style = {{
                 flexDirection: 'row',
                 justifyContent: 'space-between',
-              }}>
-              <Text style={{fontSize:12}}>
+              }}> */}
+              <Text style={{
+              fontSize: 13,
+              color: '#999',
+              lineHeight: 18,
+              marginTop: 2,
+            }}>
                 {'型号:'+(item.model?(item.model.length>10?item.model.substr(0,10):item.model):"")}
               </Text>
-          </View>
-          <View 
+          {/* </View> */}
+          {/* <View 
               style = {{
                 flexDirection: 'row',
                 justifyContent: 'space-between',
-              }}>
-              <Text style={{fontSize:12}}>
+              }}> */}
+              <Text style={{
+              fontSize: 13,
+              color: '#999',
+              lineHeight: 18,
+              marginTop: 2,
+            }}>
                 {'规格:'+(item.specification?(item.specification.split("/")[0]+"/"+item.basicUnitName):"")}
               </Text>
-          </View>
+          {/* </View> */}
           <View
             style={{
               flexDirection: 'row',