朱鑫波 пре 4 година
родитељ
комит
3544da08ea
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      src/views/modules/autoLaunch/material-all/material.vue

+ 4 - 1
src/views/modules/autoLaunch/material-all/material.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="directional-content">
     <a-card title="素材管理" style="width: 100%"> 
         <div class="table-page-search-wrapper">
             <a-form layout="inline"  :form="form"
@@ -58,6 +58,9 @@
             </a-form>
         </div>
     </a-card>
+    <a-card  style="width: 100%;min-height:300px;margin-top:15px">
+
+    </a-card>
   </div>
 </template>