|
@@ -2,7 +2,7 @@
|
|
|
<div style="background-color:#F2F3F6;display:flex;align-items: center;justify-content: center;">
|
|
|
<el-container>
|
|
|
<el-header class="bgborder" style=" margin: 2%;align-items: center;justify-content: space-between;">
|
|
|
- <div style="margin-left:1%;margin-top:1.5%">
|
|
|
+ <div style="margin-left:1%;margin-top:1.8%">
|
|
|
<el-dropdown @command="handleCommand">
|
|
|
<span class="el-dropdown-link drop_down" style="cursor: pointer;">{{ isCommand === '' ? typeOpt[0].msg : clientType }}<i class="el-icon-arrow-down el-icon--right" /></span>
|
|
|
<el-dropdown-menu slot="dropdown" align="center">
|
|
@@ -22,7 +22,7 @@
|
|
|
</el-main>
|
|
|
|
|
|
<el-dialog title="版本管理" :visible.sync="dialogFormVisible" width="80%">
|
|
|
- <el-dialog :title="dialogStatus" width="35%" :visible.sync="dialogCraeteVisible" append-to-body>
|
|
|
+ <el-dialog :title="dialogStatus" width="35%" style="min-width: 380px;" :visible.sync="dialogCraeteVisible" append-to-body>
|
|
|
<div style="margin-left:30px">
|
|
|
<el-form ref="addVersionForms" :rules="addVersionDataRules" :model="addVersionData">
|
|
|
<el-form-item label="版本号" prop="version">
|
|
@@ -86,10 +86,10 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<div style="display:flex;margin-top:3%">
|
|
|
- <div style="margin-left:120px">
|
|
|
+ <div style="margin-left:7%">
|
|
|
<template>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" style="margin-left:70%" @click="handleVersionadd()">添加版本</el-button>
|
|
|
+ <el-button type="primary" style="margin-left:69.5%" @click="handleVersionadd()">添加版本</el-button>
|
|
|
</div>
|
|
|
<el-table :data="tableData" fit highlight-current-row style="width: 100%;margin-top:3%" border :header-cell-style="{background:'#F0F2F4',color:'#606266'}" @row-click="cellBack">
|
|
|
<el-table-column prop="version" label="版本号" width="160%" align="center"><template slot-scope="scope"><span>{{ scope.row.version }}</span></template></el-table-column>
|
|
@@ -106,7 +106,7 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
<div style="margin-top:15%;margin-left:8%"> <el-button type="primary" icon="el-icon-arrow-right" circle /></div>
|
|
|
- <div style="margin-left:80px">
|
|
|
+ <div style="margin-left:7%">
|
|
|
<template>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<div style="display:flex">
|
|
@@ -149,7 +149,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-row style="margin-top:20%;margin-left:85%">
|
|
|
+ <el-row style="margin-top:20%;margin-left:83%">
|
|
|
<el-button @click="getVersionList(),dialogFormVisible=false">关闭</el-button>
|
|
|
<!-- <el-button type="primary">确定</el-button> -->
|
|
|
</el-row>
|
|
@@ -158,9 +158,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
-
|
|
|
- </el-container></div></el-container>
|
|
|
-
|
|
|
+ </el-container>
|
|
|
</div>
|
|
|
</template>
|
|
|
|