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
0d7f708f
Commit
0d7f708f
authored
Nov 06, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split
parent
99a2724e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
base.less
assets/css/base.less
+8
-1
split.vue
pages/mesPlan/split.vue
+1
-1
No files found.
assets/css/base.less
View file @
0d7f708f
...
@@ -403,6 +403,12 @@ div::-webkit-scrollbar-corner {
...
@@ -403,6 +403,12 @@ div::-webkit-scrollbar-corner {
.pt15 {
.pt15 {
padding-top: 15px
padding-top: 15px
}
}
.pr10 {
padding-right: 10px;
}
.pr20 {
padding-right: 20px;
}
.pr30 {
.pr30 {
padding-right: 30px;
padding-right: 30px;
...
@@ -999,7 +1005,8 @@ textarea::-webkit-input-placeholder {
...
@@ -999,7 +1005,8 @@ textarea::-webkit-input-placeholder {
background:#f5f6fa;
background:#f5f6fa;
border-bottom:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 1px #ccc;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc
border-right:solid 1px #ccc;
}
}
.cellInfoTitle {
.cellInfoTitle {
padding: 0 10px;
padding: 0 10px;
...
...
pages/mesPlan/split.vue
View file @
0d7f708f
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</
template
>
</
template
>
</Table>
</Table>
<div
class=
"cellblock"
>
<div
class=
"cellblock"
>
<p
>
剩余产品数量:
{{amount}}
</p>
<p
class=
"tr"
style=
"padding-right:380px;"
><span
class=
"pr20"
>
剩余产品数量:
</span>
{{amount}}
</p>
</div>
</div>
</div>
</div>
...
...
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