Commit 3fb8146d authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-活动中心-筛选

parent 1c0f3c03
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<el-checkbox v-for="(item2, index2) in item.labelLists" <el-checkbox v-for="(item2, index2) in item.labelLists"
:key="index2" :key="index2"
:label="item2.lableId" :label="item2.lableId"
:class="checkAll[index]?'is-check-all':''"
border>{{item2.lableName}} border>{{item2.lableName}}
</el-checkbox> </el-checkbox>
</el-checkbox-group> </el-checkbox-group>
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
<el-checkbox v-for="(item, index) in supportList" <el-checkbox v-for="(item, index) in supportList"
:key="index" :key="index"
:label="item.lableId" :label="item.lableId"
:class="checkAllSupp?'is-check-all':''"
border>{{item.lableName}} border>{{item.lableName}}
</el-checkbox> </el-checkbox>
</el-checkbox-group> </el-checkbox-group>
...@@ -403,6 +405,7 @@ ...@@ -403,6 +405,7 @@
} }
::v-deep .el-checkbox { ::v-deep .el-checkbox {
color: #333333;
border: 0; border: 0;
padding: 0 10px; padding: 0 10px;
margin: 0 0 0 15px; margin: 0 0 0 15px;
...@@ -424,6 +427,12 @@ ...@@ -424,6 +427,12 @@
color: var(--all_color) !important; color: var(--all_color) !important;
} }
} }
/*&.is-check-all {*/
/* .el-checkbox__label {*/
/* color: #333333 !important;*/
/* }*/
/*}*/
} }
::v-deep .el-input { ::v-deep .el-input {
......
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
</div> </div>
<div class="center-area-title-box-item" <div class="center-area-title-box-item"
:class="activeContent==2?'is-active':''" :class="activeContent==2?'is-active':''"
v-if="type=='previous'"
@click="changeActive(2)" @click="changeActive(2)"
>活动回顾 >活动回顾
</div> </div>
...@@ -214,7 +213,7 @@ ...@@ -214,7 +213,7 @@
name: '2023年寒假历史营地', name: '2023年寒假历史营地',
school: ['南开大学', '历史学', '大学生'], school: ['南开大学', '历史学', '大学生'],
beginTime: '2023-09-01', beginTime: '2023-09-01',
endTime: '20230903', endTime: '2023-09-03',
days: '3', days: '3',
bmEndTime: '2023-08-31', bmEndTime: '2023-08-31',
free: 6000, free: 6000,
...@@ -245,7 +244,7 @@ ...@@ -245,7 +244,7 @@
name: '2023年寒假历史营地1', name: '2023年寒假历史营地1',
school: ['南开大学', '历史学', '大学生'], school: ['南开大学', '历史学', '大学生'],
beginTime: '2023-09-01', beginTime: '2023-09-01',
endTime: '20230903', endTime: '2023-09-03',
days: '3', days: '3',
bmEndTime: '2023-08-31', bmEndTime: '2023-08-31',
free: 6000, free: 6000,
...@@ -258,7 +257,7 @@ ...@@ -258,7 +257,7 @@
name: '2023年寒假历史营地2', name: '2023年寒假历史营地2',
school: ['南开大学', '历史学', '大学生'], school: ['南开大学', '历史学', '大学生'],
beginTime: '2023-09-01', beginTime: '2023-09-01',
endTime: '20230903', endTime: '2023-09-03',
days: '3', days: '3',
bmEndTime: '2023-08-31', bmEndTime: '2023-08-31',
free: 6000, free: 6000,
...@@ -274,7 +273,7 @@ ...@@ -274,7 +273,7 @@
name: '2023年寒假历史营地3', name: '2023年寒假历史营地3',
school: ['南开大学', '历史学', '大学生'], school: ['南开大学', '历史学', '大学生'],
beginTime: '2023-09-01', beginTime: '2023-09-01',
endTime: '20230903', endTime: '2023-09-03',
days: '3', days: '3',
bmEndTime: '2023-08-31', bmEndTime: '2023-08-31',
free: 6000, free: 6000,
...@@ -287,7 +286,7 @@ ...@@ -287,7 +286,7 @@
name: '2023年寒假历史营地4', name: '2023年寒假历史营地4',
school: ['南开大学', '历史学', '大学生'], school: ['南开大学', '历史学', '大学生'],
beginTime: '2023-09-01', beginTime: '2023-09-01',
endTime: '20230903', endTime: '2023-09-03',
days: '3', days: '3',
bmEndTime: '2023-08-31', bmEndTime: '2023-08-31',
free: 6000, free: 6000,
...@@ -518,7 +517,7 @@ ...@@ -518,7 +517,7 @@
height: 50px; height: 50px;
display: flex; display: flex;
flex-flow: row; flex-flow: row;
justify-content: center; justify-content: left;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
.center-area-title-box-item { .center-area-title-box-item {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment