浏览代码

日常开发

林旭祥 7 月之前
父节点
当前提交
59b7994506
共有 2 个文件被更改,包括 7 次插入0 次删除
  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;