zs 10 months ago
parent
commit
7bf8ec2674
1 changed files with 5 additions and 1 deletions
  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-radius: 8px;
       margin: 0 0 15px 0;
+      .image {
+        width: 100%;
+        height: 190px;
+      }
       .name {
         font-size: $global-font-size-20;
         font-weight: bold;
         display: inline-block;
-        margin: 0 0 8px 0;
+        margin: 8px 0;
       }
 
       .name:hover {