Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
79195b42
authored
2022-08-10 17:35:36 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
e5b02e46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/styles/public.scss
src/styles/public.scss
View file @
79195b4
...
...
@@ -9,7 +9,7 @@
padding
:
20px
20px
0
20px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
8
px
;
border-radius
:
2
px
;
border
:
1px
solid
#e8edf3
;
}
...
...
@@ -18,7 +18,7 @@
padding
:
20px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
8
px
;
border-radius
:
2
px
;
margin-top
:
10px
;
border
:
1px
solid
#e8edf3
;
}
...
...
@@ -32,3 +32,8 @@
}
}
}
.width200px
{
width
:
200px
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment