林旭祥 9 mesi fa
parent
commit
59b7994506
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 1 0
      src/components/ReportList/index.vue
  2. 6 0
      src/views/test/index.vue

+ 1 - 0
src/components/ReportList/index.vue

@@ -190,6 +190,7 @@ defineExpose({
       justify-content: space-between;
       align-items: center;
       cursor: pointer;
+      transition: all 0.2s;
 
       &:hover {
         background: rgba(255, 255, 255, 0.4);

+ 6 - 0
src/views/test/index.vue

@@ -181,6 +181,12 @@ $waiPadding: 6.51rem;
       font-size: 1.6rem;
       color: #ffffff;
       padding: 1.6vh 0 1.6vh 2rem;
+      cursor: pointer;
+      transition: all 0.2s;
+
+      &:hover {
+        background: rgba(255, 255, 255, 0.2);
+      }
 
       &:last-child {
         border-bottom: none;