|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<el-container class="version_list">
|
|
|
<div style="width:100%;height:100%;padding-top:1px;background-color: #F2F3F6;">
|
|
|
- <el-main class="layout_header" style="padding: 1%">
|
|
|
+ <el-main class="layout_header" style="padding: 15px">
|
|
|
<div class="layout_header_title">
|
|
|
<span style="font-size: 22px;letter-spacing: 1px;font-weight: 600;color: #333B4A;padding-left: 15px">版本</span>
|
|
|
<i class="el-icon-date calendar" @click="link_calendar" />
|
|
@@ -9,8 +9,8 @@
|
|
|
<div style="position: relative;">
|
|
|
<el-divider />
|
|
|
</div>
|
|
|
- <el-row>
|
|
|
- <el-col :span="20" style="padding-left:15px">
|
|
|
+ <el-row style="padding: 5px 0 0 15px">
|
|
|
+ <el-col :span="20">
|
|
|
<span class="queryName">客户端</span>
|
|
|
<el-select v-model="searchForm.clientType" size="small" style="padding-left: 2px;" clearable filterable placeholder="请选择" @change="onChangeClientType(searchForm.clientType);getVersionHomePageList()">
|
|
|
<el-option
|
|
@@ -533,13 +533,13 @@ export default {
|
|
|
padding: 0 5px 2% 0
|
|
|
}
|
|
|
.layout_header {
|
|
|
- width: 98%;
|
|
|
- margin: 1% auto;
|
|
|
+ width: 99%;
|
|
|
+ margin: 10px;
|
|
|
}
|
|
|
.layout_main {
|
|
|
- width: 98%;
|
|
|
- margin: 0 auto 1% auto;
|
|
|
- min-height: calc(100vh - 167px);
|
|
|
+ width: 99%;
|
|
|
+ margin: 0 10px 10px 10px;
|
|
|
+ min-height: calc(100vh - 209px);
|
|
|
}
|
|
|
.div_priority {
|
|
|
color: #ffffff;
|