jwyu 1 vuosi sitten
vanhempi
commit
272258d467

+ 3 - 3
src/views/system_manage/components/smartReportImgSet.vue

@@ -43,7 +43,7 @@
             </li>
         </ul>
         <tableNoData text="暂无数据" v-if="list.length===0"/>
-        <el-col :span="24" class="toolbar">
+        <!-- <el-col :span="24" class="toolbar">
             <el-pagination
                 layout="total,prev,pager,next"
                 background
@@ -52,7 +52,7 @@
                 :total="total"
                 style="float: right"
             />
-        </el-col>
+        </el-col> -->
 
         <!-- 上传图片弹窗 -->
         <el-dialog
@@ -132,7 +132,7 @@ export default {
             keyword:'',
             type:'',
             page:1,
-            pageSize:12,
+            pageSize:1000,
             list:[],
             total:0,
 

+ 5 - 4
src/views/system_manage/etaBaseConfig.vue

@@ -18,6 +18,10 @@
                 <el-button type="primary" :plain="partType===1?false:true" @click="partType=1" :style="{width:'120px',border:'none',color:partType==1?'#fff':'#333'}">登录设置</el-button>
                 <el-button type="primary" :plain="partType===2?false:true" @click="partType=2" :style="{width:'120px',border:'none',color:partType==2?'#fff':'#333'}">研报设置</el-button>
                 <el-button type="primary" :plain="partType===3?false:true" v-if="isShowPPT||isShowEnPPT" @click="partType=3" :style="{width:'120px',border:'none',color:partType==3?'#fff':'#333'}">PPT配置</el-button>
+                <div class="btn-wrap" style="text-align: center;float:right">
+                    <el-button type="primary" plain style="width:120px;" @click="cancel">取消</el-button>
+                    <el-button type="primary"  style="margin-left:20px;width:120px;" @click="saveBaseConfig">保存</el-button>
+                </div>
             </div>
             <!-- 登录设置模块 -->
             <div class="part" v-show="partType===1">
@@ -275,10 +279,7 @@
                 </div>
             </div>
         </el-form>
-        <div class="btn-wrap" style="text-align: center;padding: 90px 0 60px 0;">
-            <el-button type="primary" plain style="width:200px;" @click="cancel">取消</el-button>
-            <el-button type="primary"  style="margin-left:50px;width:200px;" @click="saveBaseConfig">保存</el-button>
-        </div>
+        
         </template>
         <!-- 资源库 -->
         <smartReportImgSet v-if="sectionType==2"/>