feat(issue21): Increases crate height to 350px

pull/49/head
sovanna 2020-03-05 12:58:12 +09:00
父節點 ae90412170
當前提交 dd1a188937
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -293,7 +293,7 @@ button {
display: flex;
flex-direction: column;
/*max-width: 96px;*/
max-width: 121px;
max-width: 130px;
justify-content: flex-start;
align-content: center;
align-items: center;
@ -310,7 +310,7 @@ button {
img {
/*height: 250px;*/
height: 320px;
height: 350px;
border: 0;
flex-shrink: 0;
}

查看文件

@ -469,7 +469,7 @@ class ProductCartItem extends React.PureComponent {
<h6>{model.name_number}</h6>
<div
style={{'height': '320px'}}
style={{'height': '350px'}}
onMouseEnter={this.handleOnMouseEnterRemoveItem.bind(this, index)}
>