zs 10 月之前
父节点
当前提交
7bf8ec2674
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/six/index.vue

+ 5 - 1
src/views/six/index.vue

@@ -153,11 +153,15 @@ const getUrl = (item) => {
       border: 1px solid #f2f4f6;
       border: 1px solid #f2f4f6;
       border-radius: 8px;
       border-radius: 8px;
       margin: 0 0 15px 0;
       margin: 0 0 15px 0;
+      .image {
+        width: 100%;
+        height: 190px;
+      }
       .name {
       .name {
         font-size: $global-font-size-20;
         font-size: $global-font-size-20;
         font-weight: bold;
         font-weight: bold;
         display: inline-block;
         display: inline-block;
-        margin: 0 0 8px 0;
+        margin: 8px 0;
       }
       }
 
 
       .name:hover {
       .name:hover {