Browse Source

fix:修改任务管理主页List item高度为绝对单位

ZhaoJun 1 year ago
parent
commit
d503f3949e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/TaskManage/index.less

+ 1 - 1
src/pages/TaskManage/index.less

@@ -3,7 +3,7 @@
 
   .listItem {
     margin: 20px 20px 20px 0;
-    height: 12vh;
+    height: 120px;
     box-shadow: 0 0 6px 3px rgba(0, 150, 255, 10%);
     border-radius: 10px;
     background-color: #ffffff;