Commit b8399d1c authored by 康振飞's avatar 康振飞

首页优化

parent 5a219d90
......@@ -48,10 +48,10 @@
}
.dispatch_card02{
margin: 10px 0;
padding-left: 0!important;
padding-right: 0!important;
// padding-left: 0!important;
// padding-right: 0!important;
.man_body{
max-width: 187px;
max-width: 185px;
label{
border-radius: 24px;
width: 100%;
......
......@@ -96,7 +96,7 @@
</div>
<div class="man" v-if="button2 == '人员'">
<!-- {{peploeId}} @on-change="setpepoleid" @on-change="setpepoleids"-->
<Row>
<Row :gutter="15">
<Col span="8" class="dispatch_card02" v-for="(item,index) in listMan" :key="index">
<CheckboxGroup class="man_body">
<Checkbox v-model="item.checked" border class>
......@@ -283,7 +283,7 @@ export default {
},
created() {
this.getUserInfoFn()
this.byheight = window.innerHeight - 150 + 'px'
this.byheight = window.innerHeight - 230 + 'px'
},
mounted() {
this.byheight = window.innerHeight - 150 + 'px'
......
......@@ -51,11 +51,10 @@
width: 100%;
overflow: hidden;
.main_card{
width: 32%;
width: calc(33% - 6px);
cursor: pointer;
float: left;
// display: inline-block;
margin: 10px 5px;
margin: 10px 4px;
.leftIcon {
width: 40px;
height: 40px;
......
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