scorpio 2 年之前
父节点
当前提交
64e0a859aa
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/views/dash/compoents/read.vue

+ 6 - 0
src/views/dash/compoents/read.vue

@@ -77,10 +77,16 @@ export default {
   padding: 0;
 }
 
+.item:hover {
+  width: 245px;
+  padding: 0;
+}
+
 .img {
   border-top-right-radius: 8px;
   border-top-left-radius: 8px;
   width: 245px;
+  padding: 0;
   height: 180px;
   object-fit: cover;
 }