瀏覽代碼

修改素材库

朱鑫波 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>