search: apply same menu list updated on search page and add cart button

This commit is contained in:
2025-10-11 11:53:56 +03:00
parent c3f3c9bd49
commit c4d8c3f883
6 changed files with 254 additions and 310 deletions

View File

@@ -678,19 +678,22 @@
display: flex;
height: 100%;
width: 100%;
}
.productLink .ant-card {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.productLink .ant-card .ant-card-body {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
}