|
@@ -2,7 +2,6 @@
|
|
<el-container class="configure_Background">
|
|
<el-container class="configure_Background">
|
|
<el-header style="height: auto;" class="configure_header">
|
|
<el-header style="height: auto;" class="configure_header">
|
|
<div class="configure_title">配置中心</div>
|
|
<div class="configure_title">配置中心</div>
|
|
- <el-divider />
|
|
|
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
<el-tab-pane label="成员配置" name="first" />
|
|
<el-tab-pane label="成员配置" name="first" />
|
|
<el-tab-pane label="需求方向配置" name="second" />
|
|
<el-tab-pane label="需求方向配置" name="second" />
|
|
@@ -105,19 +104,22 @@ export default {
|
|
min-height: calc(100vh - 236px);
|
|
min-height: calc(100vh - 236px);
|
|
}
|
|
}
|
|
.configure_title {
|
|
.configure_title {
|
|
|
|
+ width: 100vw;
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
color: #444;
|
|
color: #444;
|
|
- padding-top: 20px;
|
|
|
|
|
|
+ padding: 14px 0;
|
|
display: table-cell;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
|
+ /* line-height: 39px; */
|
|
|
|
+ border-bottom: 1px solid #F2F3F6;
|
|
}
|
|
}
|
|
.member_demo {
|
|
.member_demo {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
.member_left {
|
|
.member_left {
|
|
- width: 220px;
|
|
|
|
|
|
+ width: 240px;
|
|
border-right: 1px solid #EEEEEE;
|
|
border-right: 1px solid #EEEEEE;
|
|
min-height: calc(100vh - 236px);
|
|
min-height: calc(100vh - 236px);
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|