UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-react-admin-formily
/
src
/
pages
/
settlein
/
index.module.less
18 lines
(15 loc)
•
226 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.container
{
display
: flex;
flex-direction
: column;
align-items
: center;
.settleInForm
{
width
:
60%
; } }
@media
screen
and
(
max-width
:
700px
) {
.container
{
.settleInForm
{
width
:
100%
; } } }