Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c43c015f
Commit
c43c015f
authored
Jun 27, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改收损组件
parent
76c4c3bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
commonShouSun.vue
src/components/commonPage/commonShouSun.vue
+15
-2
No files found.
src/components/commonPage/commonShouSun.vue
View file @
c43c015f
...
...
@@ -21,11 +21,24 @@
font-size
:
12px
;
color
:
#E95252
;
}
.comShouSunTable
{
width
:
100%
;
border-collapse
:
collapse
;
}
.comShouSunTable
tr
{
height
:
40px
;
}
.comShouSunTable
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#e5e5e5
;
background-color
:
#fff
;
text-align
:
center
;
}
</
style
>
<
template
>
<div>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"
singeRow
Table"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"
comShouSun
Table"
>
<tr>
<td
colspan=
"4"
>
op收损设置人数:
...
...
@@ -89,7 +102,7 @@
</tr>
<tfoot>
<tr>
<td
class=
"cmShouLastTd"
colspan=
"4"
>
<td
class=
"cmShouLastTd"
colspan=
"4"
style=
"text-align:right"
>
<span
class=
"totalShouSan"
>
收损总额:
<span
class=
"TotalShouSun"
>
{{totalSun}}
</span>
</span>
...
...
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