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
253e9811
Commit
253e9811
authored
Feb 26, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/01/24 需求变更
parent
2040283a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
checkList.vue
src/views/checkList.vue
+1
-1
inspectionSheet.vue
src/views/inspectionSheet.vue
+6
-1
No files found.
src/views/checkList.vue
View file @
253e9811
...
...
@@ -425,7 +425,7 @@ export default {
display
:
flex
;
.recordOne
{
margin-left
:
1
4
.4rem
;
margin-left
:
1
3%
;
//width: 45%;
//margin-right: 5%;
.recordOneTitle
{
...
...
src/views/inspectionSheet.vue
View file @
253e9811
...
...
@@ -200,7 +200,7 @@
<div
class=
"sive"
>
<div
class=
"label"
><span
class=
"twoTableTest"
>
结果
</span></div>
<div
class=
"value"
>
<el-input
v-model=
"result"
style=
"width: 240px
"
/>
<el-input
v-model=
"result"
class=
"throwTableInput
"
/>
</div>
</div>
<div
class=
"five"
>
...
...
@@ -1072,6 +1072,11 @@ export default {
justify-content
:
center
;
align-items
:
center
;
border-top
:
1px
solid
;
.throwTableInput
{
width
:
98%
;
border
:
1px
solid
#d9d9d9
;
border-radius
:
4px
;
}
}
}
...
...
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