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

首页优化

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