Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
b8399d1c
Commit
b8399d1c
authored
Mar 30, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页优化
parent
5a219d90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
dispatch.less
pages/aps/dispatch/dispatch.less
+3
-3
index.vue
pages/aps/dispatch/index.vue
+2
-2
card.less
pages/crm/statistical/card.less
+2
-3
No files found.
pages/aps/dispatch/dispatch.less
View file @
b8399d1c
...
...
@@ -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: 18
7
px;
max-width: 18
5
px;
label{
border-radius: 24px;
width: 100%;
...
...
pages/aps/dispatch/index.vue
View file @
b8399d1c
...
...
@@ -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
-
15
0
+
'px'
this
.
byheight
=
window
.
innerHeight
-
23
0
+
'px'
},
mounted
()
{
this
.
byheight
=
window
.
innerHeight
-
150
+
'px'
...
...
pages/crm/statistical/card.less
View file @
b8399d1c
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment