Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
2b0e433b
Commit
2b0e433b
authored
Jan 30, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告佣金页面调整
parent
cb018df1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/app/my/commission/commission.component.html
+3
-1
src/app/my/commission/commission.component.scss
+6
-3
No files found.
src/app/my/commission/commission.component.html
View file @
2b0e433b
...
...
@@ -5,7 +5,9 @@
<div
class=
"wrapper"
*
ngIf=
"isActive==2"
>
<div
class=
"top"
>
<div
class=
"title"
>
基础公告佣金政策
</div>
<div
class=
"subtitle"
>
*本产品适用
<span
style=
"color: #333;font-weight: bold;"
>
{{settlementRuleType}}
</span>
<span
style=
"color: red;"
>
(基本法类型取自产品基本信息-基本法)
</span></div>
<div
class=
"subtitle"
>
*本产品适用
<span
style=
"color: #333;font-weight: bold;"
>
{{settlementRuleType}}
</span>
<!-- <span style="color: red;">(基本法类型取自产品基本信息-基本法)</span> -->
</div>
</div>
<div
class=
"content"
>
<ul>
...
...
src/app/my/commission/commission.component.scss
View file @
2b0e433b
...
...
@@ -18,7 +18,7 @@
margin
:
10px
auto
;
ul
{
display
:
flex
;
width
:
6
00px
;
width
:
7
00px
;
align-items
:
center
;
// height: 40px;
// border: 1px #333 solid;
...
...
@@ -34,9 +34,12 @@
align-items
:
center
;
justify-content
:
center
;
}
li
.name
,
li
.pay
{
width
:
2
0%
;
li
.name
{
width
:
3
0%
;
}
// li.pay{
// width: 20%;
// }
li
:nth-child
(
8
)
{
border-right
:
1px
#333
solid
;
}
...
...
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