1.调整第三方系统设置页面样式

master
x_z 3 years ago
parent d0b5fca692
commit 0d9d5f72a7

@ -75,7 +75,7 @@
width="70%"
>
<modifyDialog :inputQuery="inputQuery"></modifyDialog>
<div style="text-align: center">
<div style="text-align: center; margin-top: 10px;">
<el-button type="primary" size="small" icon="search" @click="onModifySubmit"
>提交
</el-button

@ -1,5 +1,6 @@
<template>
<div>
<el-card>
<el-row :gutter="20" class="el-row" type="flex" align="middle">
<el-col :span="10" class="el-col">
<div class="text item">
@ -71,6 +72,9 @@
</div>
</el-col>
</el-row>
</el-card>
<el-card>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="18" class="el-col">
<div class="text item">
@ -89,6 +93,7 @@
</div>
</el-col>
</el-row>
<!--<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="18" class="el-col">
<div class="text item">
@ -122,6 +127,7 @@
</div>
</el-col>
</el-row>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="18" class="el-col" style="margin-left: 60px;">
<div class="text item">
@ -143,6 +149,9 @@
</div>
</el-col>
</el-row>
</el-card>
<el-card>
<el-row :gutter="20" class="el-row" type="flex">
<el-col :span="24" class="el-col">
<div class="text item">
@ -163,6 +172,7 @@
</el-col>
</el-row>
</el-card>
</div>
</template>

Loading…
Cancel
Save