Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
cc53a551
Commit
cc53a551
authored
Dec 29, 2020
by
李硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
2f71148e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
comrule.less
weekVerb/project/src/components/comrule/comrule.less
+3
-2
pageweekverb.jsx
weekVerb/project/src/pages/pageweekverb/pageweekverb.jsx
+3
-0
No files found.
weekVerb/project/src/components/comrule/comrule.less
View file @
cc53a551
...
...
@@ -32,12 +32,13 @@
}
.ruletitle {
width:
141
px;
width:
300
px;
height: 50px;
opacity: 1;
left:
307
px;
left:
230
px;
top: 310px;
position: absolute;
text-align: center;
transform-origin: 0px 0px 0px;
font-size: 35px;
color: rgba(51, 51, 51, 1);
...
...
weekVerb/project/src/pages/pageweekverb/pageweekverb.jsx
View file @
cc53a551
...
...
@@ -164,6 +164,9 @@ class Pageweekverb extends Component {
}
}
else
{
Toast
(
'库存不足哦, 请下周再来~'
);
// if (leftStock != 0) {
// this.getBaseInfoData();
// }
}
}
/**
...
...
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