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
9a1beae8
Commit
9a1beae8
authored
Apr 10, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情优化
parent
09c48bc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
dispatch.less
pages/aps/dispatch/dispatch.less
+8
-12
index.vue
pages/aps/dispatch/index.vue
+3
-3
No files found.
pages/aps/dispatch/dispatch.less
View file @
9a1beae8
...
...
@@ -53,26 +53,22 @@
// padding-right: 0!important;
.man_body{
max-width: 185px;
label
{
.checkUser
{
border-radius: 24px;
width: 100%;
height: 50px;
line-height: 47px;
span.ivu-checkbox{
.ivu-checkbox-inner{
margin-top: -42px!important;
}
}
span{
// overflow: hidden;
// text-overflow: ellipsis;
// -o-text-overflow: ellipsis;
// white-space:nowrap;
// display: inline-block;
height: 50px;
}
.svg_name{
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space:nowrap;
display: block;
float: right;
width: 82%;
}
.svg{
width: 70px;
...
...
pages/aps/dispatch/index.vue
View file @
9a1beae8
...
...
@@ -100,9 +100,9 @@
<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
>
<span
class=
"svg_name"
>
{{
item
.
userName
}}
</span>
<
span
class=
"svg"
>
{{
item
.
id
}}
</span
>
<Checkbox
v-model=
"item.checked"
border
class
=
'checkUser'
>
<span
class=
"svg_name"
:title=
'item.userName'
>
{{
item
.
userName
}}
</span>
<
!--
<span
class=
"svg"
>
{{
item
.
id
}}
</span>
--
>
</Checkbox>
</CheckboxGroup>
</Col>
...
...
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