diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index 9cb9d3c..518c0de 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -13,9 +13,7 @@
{{ title }}
{{ title_en }}
Save 30%
diff --git a/src/views/Index/components/SoftHardwareDetail/Card/index.vue b/src/views/Index/components/SoftHardwareDetail/Card/index.vue index 15178a3..9abff26 100644 --- a/src/views/Index/components/SoftHardwareDetail/Card/index.vue +++ b/src/views/Index/components/SoftHardwareDetail/Card/index.vue @@ -94,7 +94,7 @@ const getImgSrc = () => { align-items: center; justify-content: space-between; flex-direction: column; - padding: 26px 0 0 0; + // padding: 26px 0 0 0; box-sizing: border-box; transition-property: all; transition-duration: 0.4s; diff --git a/src/views/Index/components/SoftHardwareSummary/index.vue b/src/views/Index/components/SoftHardwareSummary/index.vue index be274da..ac46aa5 100644 --- a/src/views/Index/components/SoftHardwareSummary/index.vue +++ b/src/views/Index/components/SoftHardwareSummary/index.vue @@ -331,7 +331,7 @@ const showEmpty = ref(true) } } .img_card_wrap_grid:hover { - background: rgba(0, 0, 0, 0.3); + // background: rgba(0, 0, 0, 0.3); img { transform: scale(1.1); }