浏览代码

接口接入

scorpio 2 年之前
父节点
当前提交
f7c5755c90
共有 1 个文件被更改,包括 13 次插入11 次删除
  1. 13 11
      src/views/store/detail.vue

+ 13 - 11
src/views/store/detail.vue

@@ -1,31 +1,33 @@
 <template>
   <div class="wrapper">
-    <div class="flex flex-center full-width">
+    <div class="flex flex-center flex-col full-width">
       <el-card
-        class="flex-child-average full-width mb-20 mr-10"
-        style="min-height: 650px; padding: 0"
+        shadow="hover"
+        class="mb-20"
+        style="min-height: 650px; padding: 0; width: 99%"
       >
         <info :info="info"></info>
       </el-card>
 
       <el-card
-        class="flex-child-average full-width mb-20 ml-10"
-        style="min-height: 650px; padding: 0"
+        shadow="hover"
+        class="flex-child-average mb-20 full-width"
+        style="min-height: 650px; padding: 0; width: 99%"
       >
         <info2></info2>
       </el-card>
-    </div>
-    <div class="flex flex-center full-width">
       <el-card
-        class="flex-child-average full-width mb-20 mr-10"
-        style="min-height: 650px; padding: 0"
+        shadow="hover"
+        class="flex-child-average mb-20 full-width"
+        style="min-height: 700px; padding: 0; width: 99%"
       >
         <info3></info3>
       </el-card>
 
       <el-card
-        class="flex-child-average full-width mb-20 ml-10"
-        style="min-height: 650px; padding: 0"
+        shadow="hover"
+        class="flex-child-average mb-20 full-width"
+        style="min-height: 650px; padding: 0; width: 99%"
       >
         <info4></info4>
       </el-card>