UNPKG
jc-biz-components
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
jc component library based on Antd
jc-biz-components
/
lib
/
jc-description-list
/
responsive.js
12 lines
(11 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] = {
1
: {
xs
:
24
},
2
: {
xs
:
24
,
sm
:
12
},
3
: {
xs
:
24
,
sm
:
12
,
md
:
8
},
4
: {
xs
:
24
,
sm
:
12
,
md
:
6
} };
module
.
exports
=
exports
[
"default"
];