Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
华夏模拟理财_20250701
Commits
49cf8b31
Commit
49cf8b31
authored
Jul 07, 2025
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
d411b3c2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
App.tsx
src/App.tsx
+1
-1
ResPage.module.less
src/pages/ResPage/ResPage.module.less
+1
-1
BuyPanel.less
src/panels/BuyPanel/BuyPanel.less
+1
-1
NoPrizePanel.less
src/panels/NoPrizePanel/NoPrizePanel.less
+1
-1
PrizePanel.less
src/panels/PrizePanel/PrizePanel.less
+1
-1
SellPanel.less
src/panels/SellPanel/SellPanel.less
+1
-1
No files found.
src/App.tsx
View file @
49cf8b31
...
...
@@ -30,7 +30,7 @@ class App extends Component {
const
defaultPage
=
{
myPrize
:
MyPrize
,
// TODO 举例子 新宿台奖品页
index
:
HomePage
,
}[
skinId
]
||
Home
Page
;
}[
skinId
]
||
Res
Page
;
PageCtrl
.
changePage
(
defaultPage
);
}
...
...
src/pages/ResPage/ResPage.module.less
View file @
49cf8b31
...
...
@@ -139,8 +139,8 @@
position: absolute;
left: 19px;
top: 630px;
bottom: 0;
width: 713px;
height: 930px;
overflow-x: hidden;
overflow-y: auto;
...
...
src/panels/BuyPanel/BuyPanel.less
View file @
49cf8b31
...
...
@@ -2,7 +2,7 @@
.BuyPanel {
width: 750px;
height: 1
00%
;
height: 1
624px
;
left: 0;
top: 0;
position: absolute;
...
...
src/panels/NoPrizePanel/NoPrizePanel.less
View file @
49cf8b31
...
...
@@ -2,7 +2,7 @@
.NoPrizePanel {
width: 750px;
height: 1
00%
;
height: 1
624px
;
left: 0;
top: 0;
position: absolute;
...
...
src/panels/PrizePanel/PrizePanel.less
View file @
49cf8b31
...
...
@@ -2,7 +2,7 @@
.PrizePanel {
width: 750px;
height: 1
00%
;
height: 1
624px
;
left: 0;
top: 0;
position: absolute;
...
...
src/panels/SellPanel/SellPanel.less
View file @
49cf8b31
...
...
@@ -2,7 +2,7 @@
.SellPanel {
width: 750px;
height: 1
00%
;
height: 1
624px
;
left: 0;
top: 0;
position: absolute;
...
...
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