Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
胡宝山
template_vue
Commits
02bb6710
Commit
02bb6710
authored
Mar 08, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整预览图片初始大小
parent
1de56a3c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
118 additions
and
87 deletions
+118
-87
checkList.vue
src/views/checkList.vue
+118
-87
No files found.
src/views/checkList.vue
View file @
02bb6710
...
...
@@ -117,11 +117,12 @@
</div>
<!-- 下方列表-->
<div
class=
"recordOneContent"
>
<el-form>
<div
v-for=
"(item,index) in recode1"
:key=
"index"
:class=
"index === 0? 'oneContent': 'Content'"
>
<div
class=
"oneDiv"
>
<div
class=
"number"
>
{{
index
+
1
}}
</div>
<div
class=
"recordData"
>
<el-form
ref=
"recode1"
:rules=
"rules"
>
<el-form-item
prop=
"recordData"
>
<el-form-item>
<el-input
v-model=
"item.recordData"
:maxlength=
"7"
...
...
@@ -129,19 +130,16 @@
@
input=
"handleData1Input(index)"
/>
</el-form-item>
</el-form>
<i
v-show=
"!(controlsForm.controls ==='1'&& controlsForm.approveStatus ==='1'||
(controlsForm.controls == '3' && controlsForm.approveStatus === '1') ||
(controlsForm.controls ==='3'&&controlsForm.approveStatus === '9' ))"
class=
"el-icon-circle-close"
style=
"color: #5cbce5
"
style=
"color: #5cbce5; height: 42px
"
@
click=
"clearForm(index)"
/>
</div>
<div
class=
"contentDiv"
>
</div>
<div
class=
"Value"
>
<TextToolTip
:text=
"item.differenceValue"
:max-length=
"8"
:disabled-show=
"false"
/></div>
...
...
@@ -152,6 +150,7 @@
<TextToolTip
:text=
"item.differenceValue2"
:max-length=
"8"
:disabled-show=
"false"
/>
</div>
</div>
</el-form>
</div>
<!--
<div
class=
"recordOneBottom"
>
-->
<!--
<div
class=
"recordOneBottomMax"
>
最大值 :-->
...
...
@@ -2386,9 +2385,13 @@ export default {
.oneContent
{
display
:
flex
;
margin-top
:
16px
;
padding-bottom
:
16px
;
//padding-bottom: 16px;
.oneDiv
{
width
:
25%
;
display
:
flex
;
.number
{
width
:
9px
;
height
:
38px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
...
...
@@ -2396,11 +2399,10 @@ export default {
display
:
flex
;
align-items
:
center
;
}
.recordData
{
display
:
flex
;
margin-left
:
3
%
;
width
:
25
%
;
margin-left
:
11
%
;
width
:
80
%
;
.el-icon-circle-close
{
cursor
:
pointer
;
display
:
flex
;
...
...
@@ -2408,35 +2410,49 @@ export default {
margin-left
:
10px
;
}
}
.Value
{
width
:
64px
;
}
.Value
{
//margin-left: 20px;
//margin-top: 8px;
width
:
25%
;
display
:
flex
;
justify-content
:
center
;
padding-right
:
3%
;
height
:
18px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
text-align
:
LEFT
;
color
:
#0057ff
;
margin-left
:
5%
;
//
margin-left: 5%;
margin-top
:
-3%
;
}
.averageValue
{
width
:
64px
;
.averageValue
{
//margin-left: 12%
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
display
:
flex
;
justify-content
:
center
;
padding-right
:
11%
;
font-size
:
14px
;
text-align
:
LEFT
;
color
:
#0057ff
;
margin-left
:
12
%
;
width
:
25
%
;
margin-top
:
-3%
;
}
.compareValue
{
margin-left
:
12
%
;
width
:
25
%
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
padding-right
:
19
.2%
;
color
:
#606266
;
//margin-left: 11%;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
}
...
...
@@ -2446,7 +2462,9 @@ export default {
margin-top
:
16px
;
padding-bottom
:
16px
;
//justify-content: center;
.oneDiv
{
width
:
25%
;
display
:
flex
;
.number
{
width
:
9px
;
font-size
:
14px
;
...
...
@@ -2460,8 +2478,8 @@ export default {
.recordData
{
//margin-left: 4%;
//margin-right: 2%;
width
:
25
%
;
margin-left
:
3
%
;
width
:
80
%
;
margin-left
:
11
%
;
height
:
32px
;
border-radius
:
4px
;
display
:
flex
;
...
...
@@ -2472,46 +2490,59 @@ export default {
margin-left
:
10px
;
}
}
}
.Value
{
//margin-left: 20px;
//margin-top: 8px;
//border: 1px solid;
width
:
64px
;
width
:
25%
;
display
:
flex
;
justify-content
:
center
;
padding-right
:
3%
;
height
:
18px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
text-align
:
LEFT
;
color
:
#0057ff
;
margin-left
:
5%
;
//
margin-left: 5%;
margin-top
:
-3%
;
}
}
.averageValue
{
width
:
64px
;
width
:
25%
;
display
:
flex
;
justify-content
:
center
;
padding-right
:
11%
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
font-size
:
14px
;
text-align
:
LEFT
;
color
:
#0057ff
;
margin-left
:
12%
;
//
margin-left: 12%;
margin-top
:
-3%
;
}
.compareValue
{
width
:
25%
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
padding-right
:
19
.2%
;
color
:
#606266
;
margin-left
:
12%
;
//
margin-left: 12%;
//margin-left: 15%;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
}
}
//.recordOneBottom{
...
...
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