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
8056ce12
Commit
8056ce12
authored
Jul 29, 2025
by
zhangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
cdde7429
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
index.jsx
src/pages/newRecordPage/index.jsx
+1
-0
index.less
src/pages/newRecordPage/index.less
+13
-1
No files found.
src/pages/newRecordPage/index.jsx
View file @
8056ce12
...
...
@@ -65,6 +65,7 @@ class NewRecordPage extends React.Component {
return
(
<
div
className=
"newRecordPage"
>
<
span
className=
"bg"
></
span
>
<
span
className=
'bg-lachang'
></
span
>
<
Button
className=
"backBtn"
onClick=
{
this
.
clickBack
}
/>
<
div
className=
{
`tab-con tab-${this.state.tab}`
}
>
<
div
className=
'tab-btn-1'
onClick=
{
_throttle
(()
=>
{
...
...
src/pages/newRecordPage/index.less
View file @
8056ce12
...
...
@@ -25,6 +25,18 @@
.sparkBg("RecordPage/recordPageBg.png");
}
.bg-lachang {
display: inline-block;
width: 713px;
height: 641px;
position: absolute;
left: 19px;
bottom: 40px;
background-color: #fff;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.tab-con {
position: absolute;
left: 19px;
...
...
@@ -73,7 +85,7 @@
.list {
position: absolute;
top: 203px;
height: 90
0px;
bottom: 4
0px;
width: 710px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
...
...
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