UNPKG
hc-components-test
Version:
latest (0.4.9)
0.4.9
基于react的通用组件库
default
hc-components-test
/
src
/
layouts
/
contentLayout
/
index.less
14 lines
(12 loc)
•
189 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import
"../../theme.less"
;
.j-layout-content
{
margin
: -
10px
-
20px
;
.j-footer
{
width
:
100%
;
bottom
:
0
; }
.j-content
{
margin
:
20px
20px
0
;
background
:
#fff
; } }