Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
blindBox-vue
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
haojie
blindBox-vue
Commits
a06a490c
Commit
a06a490c
authored
Feb 25, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8e86036f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
src/pages/raffle/components/ActivityDetail/index.less
+0
-2
src/pages/raffle/index.vue
+3
-1
src/pages/raffle/media.less
+1
-1
No files found.
src/pages/raffle/components/ActivityDetail/index.less
View file @
a06a490c
...
...
@@ -106,7 +106,5 @@
font-size: 18px;
color: #000000;
}
.value {
}
}
}
src/pages/raffle/index.vue
View file @
a06a490c
...
...
@@ -21,7 +21,9 @@ const current = ref('activity');
//
一个页面一个媒体查询
.custom-raffle-box
{
width
:
1000px
;
margin
:
30px
auto
20px
auto
;
margin
:
0
auto
;
padding
:
30px
0
20px
0
;
height
:
100%
;
box-sizing
:
border-box
;
}
</
style
>
src/pages/raffle/media.less
View file @
a06a490c
...
...
@@ -3,7 +3,7 @@
.custom-raffle-box {
width: 100% !important;
box-sizing: border-box;
padding: 0 12px;
padding: 0 12px
!important
;
margin: 20px auto 0 auto !important;
.header {
border-bottom: none;
...
...
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