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
0d4f08ab
Commit
0d4f08ab
authored
Apr 09, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tt
parent
e3499934
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
16 deletions
+23
-16
filed.vue
components/page/filed.vue
+23
-16
No files found.
components/page/filed.vue
View file @
0d4f08ab
...
...
@@ -22,46 +22,53 @@ export default {
</
script
>
<
style
lang=
"less"
>
.detail {
display: table;
//
display: table;
height: 100%;
border-collapse: collapse;
.ivu-row {
border: 1px solid #ddd;
border-top: none;
height: 100%
;
// height: 100px
;
.filed-col {
max-width: 970px;
border: 1px solid #ddd;
border-
right: none
;
margin: 0 -1px -1px
-1px;
border
-top
: 1px solid #ddd;
border-
left: 1px solid #ddd
;
margin-left:
-1px;
box-sizing: border-box;
// line-height: 70px;
max-height: 100px;
.label {
background: #e8eaf1;
display: inline-block;
//
background: #e8eaf1;
//
display: inline-block;
width: 100px;
text-align: right;
padding: 0 5px;
line-height: 35
px;
// line-height: 40
px;
float: left;
height:
100%
;
height:
inherit
;
}
p {
max-width: 870px;
height:
100%
;
height:
inherit
;
word-break: break-all;
word-wrap: break-word;
margin: 0 10px 0 110px;
line-height: 20px;
padding-top: 7px;
// margin: 0 10px 0 110px;
padding: 5px;
line-height: 30px;
margin-left: 110px;
// border-left: 1px solid #ddd;
// padding-top: 10px;
}
}
.ivu-col-span-24 {
.label {
height:
100%
;
line-height: 70
px;
height:
inherit
;
padding: 0.5% 5
px;
}
p {
padding-top: 10px;
height: inherit;
// padding-top: 1%;
}
}
}
...
...
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