gcz 1 주 전
부모
커밋
3c41d5b84e
1개의 변경된 파일13개의 추가작업 그리고 13개의 파일을 삭제
  1. 13 13
      src/pages/products/Index.vue

+ 13 - 13
src/pages/products/Index.vue

@@ -468,19 +468,19 @@ export default {
         cursor: pointer;
         padding: 10px 0;
         transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-        overflow: hidden;
-
-        &::before {
-          content: '';
-          position: absolute;
-          bottom: 0;
-          left: 50%;
-          width: 0;
-          height: 2px;
-          background: linear-gradient(90deg, #1890ff, #40a9ff);
-          transform: translateX(-50%);
-          transition: width 0.4s ease;
-        }
+        // overflow: hidden;
+
+        // &::before {
+        //   content: '';
+        //   position: absolute;
+        //   bottom: 0;
+        //   left: 50%;
+        //   width: 0;
+        //   height: 2px;
+        //   background: linear-gradient(90deg, #1890ff, #40a9ff);
+        //   transform: translateX(-50%);
+        //   transition: width 0.4s ease;
+        // }
 
         &:hover {
           color: #1890ff;