Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fc9c65c0
authored
Jul 01, 2025
by
陆志强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复已知样式问题
parent
26bac4f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/components/Lottery/Timing/Rewards.vue
+4
-4
src/components/Lottery/Timing/type/Treasure.vue
+1
-1
No files found.
src/components/Lottery/Timing/Rewards.vue
View file @
fc9c65c0
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"rule"
>
<div
v-if=
"lotteryInfo.nextPlayPrizeConfigs.length > 0"
class=
"rule"
>
<div
class=
"rule__sub"
>
下一场活动奖品:
</div>
<div
class=
"rule__sub"
>
下一场活动奖品:
</div>
<div
class=
"intro__rewards"
>
<div
class=
"intro__rewards"
>
<div
v-for=
"item in lotteryInfo.nextPlayPrizeConfigs"
:key=
"item.id"
class=
"intro__rewards-item"
>
<div
v-for=
"item in lotteryInfo.nextPlayPrizeConfigs"
:key=
"item.id"
class=
"intro__rewards-item"
>
...
@@ -57,9 +57,9 @@ export default {
...
@@ -57,9 +57,9 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.main
{
.main
{
width
:
100%
;
width
:
calc
(
100%
-
48px
)
;
height
:
100%
;
height
:
100%
;
padding
:
0
13px
;
//
padding
:
0
13px
;
//
overflow-x
:
auto
;
//
overflow-x
:
auto
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -141,7 +141,7 @@ export default {
...
@@ -141,7 +141,7 @@ export default {
}
}
}
}
.rule
{
.rule
{
height
:
44%
;
//
height
:
44%
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
&__sub
{
&__sub
{
...
...
src/components/Lottery/Timing/type/Treasure.vue
View file @
fc9c65c0
...
@@ -169,7 +169,7 @@ export default {
...
@@ -169,7 +169,7 @@ export default {
border-radius
:
22px
;
border-radius
:
22px
;
}
}
.reward-box
{
.reward-box
{
width
:
100%
;
width
:
calc
(
100%
-
48px
)
;
position
:
absolute
;
position
:
absolute
;
bottom
:
3%
;
bottom
:
3%
;
}
}
...
...
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