@qn-pandora/pandora-component 4.0.0 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +37 -0
- package/CHANGELOG.md +17 -1
- package/README.md +36 -36
- package/es/components/AutoComplete/style.less +8 -8
- package/es/components/Breadcrumb/style.less +9 -9
- package/es/components/Button/style.less +51 -51
- package/es/components/Card/RowExtra/style.less +8 -8
- package/es/components/Card/SearchInput/style.less +8 -8
- package/es/components/Card/style.less +11 -11
- package/es/components/CheckTransformList/style.less +35 -35
- package/es/components/Checkbox/style.less +5 -5
- package/es/components/CheckboxList/style.less +11 -11
- package/es/components/Collapse/style.less +57 -57
- package/es/components/CollapsiblePanel/style.less +63 -63
- package/es/components/DateTimePicker/Base/style.less +160 -160
- package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/es/components/DateTimePicker/style.less +19 -19
- package/es/components/Drawer/index.d.ts +55 -2
- package/es/components/Drawer/index.js +3 -1
- package/es/components/Drawer/style.less +17 -17
- package/es/components/Input/style.less +12 -12
- package/es/components/KeyValuePair/style.less +21 -21
- package/es/components/Menu/Option.d.ts +6 -0
- package/es/components/Menu/Option.js +16 -1
- package/es/components/Menu/index.js +3 -3
- package/es/components/Menu/style.less +18 -18
- package/es/components/Modal/style.less +30 -30
- package/es/components/NameExplainTooltip/style.less +10 -10
- package/es/components/NameLimiter/style.less +19 -19
- package/es/components/OptionList/InlineOptionList/style.less +16 -16
- package/es/components/OptionList/OptionItem/style.less +25 -25
- package/es/components/OptionList/PopoverOptionList/style.less +30 -30
- package/es/components/OptionList/style.less +3 -3
- package/es/components/RadioGroup/style.less +32 -32
- package/es/components/RangeInput/style.less +37 -37
- package/es/components/RemarkName/style.less +2 -2
- package/es/components/Selector/style.less +99 -99
- package/es/components/Spin/style.less +26 -26
- package/es/components/Steps/ControlButton/style.less +5 -5
- package/es/components/Steps/style.less +48 -48
- package/es/components/Table/ColumnTag/style.less +40 -40
- package/es/components/Table/index.js +7 -4
- package/es/components/Table/style.css +4 -4
- package/es/components/Table/style.less +306 -306
- package/es/components/Tabs/style.less +33 -33
- package/es/components/TagList/Tag/style.less +72 -72
- package/es/components/TagList/TagSwitch/style.less +28 -28
- package/es/components/TagList/style.less +28 -28
- package/es/components/Timeline/TimelineItem/style.less +49 -49
- package/es/components/Timeline/style.less +23 -23
- package/es/components/Transfer/List/style.less +19 -19
- package/es/components/Transfer/ListBody/style.less +18 -18
- package/es/components/Transfer/style.less +14 -14
- package/es/components/TreeSelector/style.less +56 -56
- package/es/hoc/popContainer.d.ts +5 -0
- package/es/hoc/popContainer.js +37 -0
- package/es/index.css +2974 -2974
- package/es/index.less +49 -49
- package/es/style/mixin.less +45 -45
- package/es/style/theme.less +389 -381
- package/lib/components/AutoComplete/style.less +8 -8
- package/lib/components/Breadcrumb/style.less +9 -9
- package/lib/components/Button/style.less +51 -51
- package/lib/components/Card/RowExtra/style.less +8 -8
- package/lib/components/Card/SearchInput/style.less +8 -8
- package/lib/components/Card/style.less +11 -11
- package/lib/components/CheckTransformList/style.less +35 -35
- package/lib/components/Checkbox/style.less +5 -5
- package/lib/components/CheckboxList/style.less +11 -11
- package/lib/components/Collapse/style.less +57 -57
- package/lib/components/CollapsiblePanel/style.less +63 -63
- package/lib/components/DateTimePicker/Base/style.less +160 -160
- package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
- package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
- package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
- package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
- package/lib/components/DateTimePicker/style.less +19 -19
- package/lib/components/Drawer/index.d.ts +55 -2
- package/lib/components/Drawer/index.js +3 -1
- package/lib/components/Drawer/style.less +17 -17
- package/lib/components/Input/style.less +12 -12
- package/lib/components/KeyValuePair/style.less +21 -21
- package/lib/components/Menu/Option.d.ts +6 -0
- package/lib/components/Menu/Option.js +16 -1
- package/lib/components/Menu/index.js +3 -3
- package/lib/components/Menu/style.less +18 -18
- package/lib/components/Modal/style.less +30 -30
- package/lib/components/NameExplainTooltip/style.less +10 -10
- package/lib/components/NameLimiter/style.less +19 -19
- package/lib/components/OptionList/InlineOptionList/style.less +16 -16
- package/lib/components/OptionList/OptionItem/style.less +25 -25
- package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
- package/lib/components/OptionList/style.less +3 -3
- package/lib/components/RadioGroup/style.less +32 -32
- package/lib/components/RangeInput/style.less +37 -37
- package/lib/components/RemarkName/style.less +2 -2
- package/lib/components/Selector/style.less +99 -99
- package/lib/components/Spin/style.less +26 -26
- package/lib/components/Steps/ControlButton/style.less +5 -5
- package/lib/components/Steps/style.less +48 -48
- package/lib/components/Table/ColumnTag/style.less +40 -40
- package/lib/components/Table/index.js +6 -3
- package/lib/components/Table/style.css +4 -4
- package/lib/components/Table/style.less +306 -306
- package/lib/components/Tabs/style.less +33 -33
- package/lib/components/TagList/Tag/style.less +72 -72
- package/lib/components/TagList/TagSwitch/style.less +28 -28
- package/lib/components/TagList/style.less +28 -28
- package/lib/components/Timeline/TimelineItem/style.less +49 -49
- package/lib/components/Timeline/style.less +23 -23
- package/lib/components/Transfer/List/style.less +19 -19
- package/lib/components/Transfer/ListBody/style.less +18 -18
- package/lib/components/Transfer/style.less +14 -14
- package/lib/components/TreeSelector/style.less +56 -56
- package/lib/hoc/popContainer.d.ts +5 -0
- package/lib/hoc/popContainer.js +47 -0
- package/lib/index.css +224 -224
- package/lib/index.less +49 -49
- package/lib/style/mixin.less +45 -45
- package/lib/style/theme.less +389 -381
- package/package.json +79 -79
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,43 @@
|
|
1
1
|
{
|
2
2
|
"name": "@qn-pandora/pandora-component",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "4.0.2",
|
6
|
+
"tag": "@qn-pandora/pandora-component_v4.0.2",
|
7
|
+
"date": "Tue, 29 Nov 2022 03:37:07 GMT",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"comment": "2022.11.29发布"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"dependency": [
|
15
|
+
{
|
16
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.4` to `^3.0.5`"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-tools\" from `^2.0.3` to `^2.0.4`"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"version": "4.0.1",
|
26
|
+
"tag": "@qn-pandora/pandora-component_v4.0.1",
|
27
|
+
"date": "Mon, 17 Oct 2022 06:49:55 GMT",
|
28
|
+
"comments": {
|
29
|
+
"patch": [
|
30
|
+
{
|
31
|
+
"comment": "22年10月16日发布"
|
32
|
+
}
|
33
|
+
],
|
34
|
+
"dependency": [
|
35
|
+
{
|
36
|
+
"comment": "Updating dependency \"@qn-pandora/pandora-component-icons\" from `^3.0.2` to `^3.0.3`"
|
37
|
+
}
|
38
|
+
]
|
39
|
+
}
|
40
|
+
},
|
4
41
|
{
|
5
42
|
"version": "4.0.0",
|
6
43
|
"tag": "@qn-pandora/pandora-component_v4.0.0",
|
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1
1
|
# Change Log - @qn-pandora/pandora-component
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 29 Nov 2022 03:37:07 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.0.2
|
6
|
+
|
7
|
+
Tue, 29 Nov 2022 03:37:07 GMT
|
8
|
+
|
9
|
+
### Patches
|
10
|
+
|
11
|
+
- 2022.11.29 发布
|
12
|
+
|
13
|
+
## 4.0.1
|
14
|
+
|
15
|
+
Mon, 17 Oct 2022 06:49:55 GMT
|
16
|
+
|
17
|
+
### Patches
|
18
|
+
|
19
|
+
- 22 年 10 月 16 日发布
|
4
20
|
|
5
21
|
## 4.0.0
|
6
22
|
|
package/README.md
CHANGED
@@ -1,36 +1,36 @@
|
|
1
|
-
# `@qn-pandora/pandora-component`
|
2
|
-
|
3
|
-
Pandora 基础组件库,详细文档请参考:[https://docs-pandora.qiniu.com/lib/pandora-component/index.html](https://docs-pandora.qiniu.com/lib/pandora-component/index.html)
|
4
|
-
|
5
|
-
## Install
|
6
|
-
|
7
|
-
```bash
|
8
|
-
# run in terminal
|
9
|
-
yarn add @qn-pandora/pandora-component
|
10
|
-
# or
|
11
|
-
npm install @qn-pandora/pandora-component
|
12
|
-
```
|
13
|
-
|
14
|
-
## Usage
|
15
|
-
|
16
|
-
```typescript
|
17
|
-
import { Button } from '@qn-pandora/pandora-component'
|
18
|
-
|
19
|
-
const App = () => (
|
20
|
-
<>
|
21
|
-
<Button type="primary">Hello Pandora</Button>
|
22
|
-
</>
|
23
|
-
)
|
24
|
-
```
|
25
|
-
|
26
|
-
And import style manually:
|
27
|
-
|
28
|
-
```typescript
|
29
|
-
import '@qn-pandora/pandora-component/lib/index.css'
|
30
|
-
// or
|
31
|
-
import '@qn-pandora/pandora-component/lib/index.less'
|
32
|
-
```
|
33
|
-
|
34
|
-
## Support Components & Docs
|
35
|
-
|
36
|
-
view the [documentation](https://docs-pandora.qiniu.com/lib/pandora-component)
|
1
|
+
# `@qn-pandora/pandora-component`
|
2
|
+
|
3
|
+
Pandora 基础组件库,详细文档请参考:[https://docs-pandora.qiniu.com/lib/pandora-component/index.html](https://docs-pandora.qiniu.com/lib/pandora-component/index.html)
|
4
|
+
|
5
|
+
## Install
|
6
|
+
|
7
|
+
```bash
|
8
|
+
# run in terminal
|
9
|
+
yarn add @qn-pandora/pandora-component
|
10
|
+
# or
|
11
|
+
npm install @qn-pandora/pandora-component
|
12
|
+
```
|
13
|
+
|
14
|
+
## Usage
|
15
|
+
|
16
|
+
```typescript
|
17
|
+
import { Button } from '@qn-pandora/pandora-component'
|
18
|
+
|
19
|
+
const App = () => (
|
20
|
+
<>
|
21
|
+
<Button type="primary">Hello Pandora</Button>
|
22
|
+
</>
|
23
|
+
)
|
24
|
+
```
|
25
|
+
|
26
|
+
And import style manually:
|
27
|
+
|
28
|
+
```typescript
|
29
|
+
import '@qn-pandora/pandora-component/lib/index.css'
|
30
|
+
// or
|
31
|
+
import '@qn-pandora/pandora-component/lib/index.less'
|
32
|
+
```
|
33
|
+
|
34
|
+
## Support Components & Docs
|
35
|
+
|
36
|
+
view the [documentation](https://docs-pandora.qiniu.com/lib/pandora-component)
|
@@ -1,8 +1,8 @@
|
|
1
|
-
@import 'antd/lib/auto-complete/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
@import '../Selector/style.less';
|
4
|
-
.@{sdk-prefix}-auto-complete {
|
5
|
-
.@{ant-prefix}-input {
|
6
|
-
border: 0px;
|
7
|
-
}
|
8
|
-
}
|
1
|
+
@import 'antd/lib/auto-complete/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
@import '../Selector/style.less';
|
4
|
+
.@{sdk-prefix}-auto-complete {
|
5
|
+
.@{ant-prefix}-input {
|
6
|
+
border: 0px;
|
7
|
+
}
|
8
|
+
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
@import 'antd/lib/breadcrumb/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-breadcrumb {
|
5
|
-
font-size: 14px;
|
6
|
-
a {
|
7
|
-
text-decoration: none;
|
8
|
-
}
|
9
|
-
}
|
1
|
+
@import 'antd/lib/breadcrumb/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-breadcrumb {
|
5
|
+
font-size: 14px;
|
6
|
+
a {
|
7
|
+
text-decoration: none;
|
8
|
+
}
|
9
|
+
}
|
@@ -1,51 +1,51 @@
|
|
1
|
-
@import 'antd/lib/button/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-button {
|
5
|
-
box-shadow: none;
|
6
|
-
|
7
|
-
&.@{sdk-prefix}-button-disabled {
|
8
|
-
background: @button-disabled-bg;
|
9
|
-
color: @button-disabled-color;
|
10
|
-
border-color: @button-disabled-border-color;
|
11
|
-
pointer-events: none;
|
12
|
-
text-shadow: none;
|
13
|
-
}
|
14
|
-
|
15
|
-
// type
|
16
|
-
&.@{sdk-prefix}-type-default {
|
17
|
-
background: @button-default-bg;
|
18
|
-
color: @button-default-color;
|
19
|
-
border: 1px solid @button-default-border-color;
|
20
|
-
&:hover,
|
21
|
-
&:focus {
|
22
|
-
background: @button-default-hover-bg;
|
23
|
-
border-color: @button-default-hover-border-color;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
// size
|
28
|
-
&.@{sdk-prefix}-size-large {
|
29
|
-
font-size: 16px;
|
30
|
-
padding: 0 20px;
|
31
|
-
height: 32px;
|
32
|
-
}
|
33
|
-
&.@{sdk-prefix}-size-default {
|
34
|
-
font-size: 14px;
|
35
|
-
padding: 0 16px;
|
36
|
-
height: 32px;
|
37
|
-
}
|
38
|
-
&.@{sdk-prefix}-size-small {
|
39
|
-
font-size: 12px;
|
40
|
-
padding: 4px 14px;
|
41
|
-
}
|
42
|
-
&.@{sdk-prefix}-size-mini {
|
43
|
-
font-size: 10px;
|
44
|
-
padding: 2px 6px;
|
45
|
-
}
|
46
|
-
|
47
|
-
.anticon {
|
48
|
-
color: inherit;
|
49
|
-
vertical-align: middle;
|
50
|
-
}
|
51
|
-
}
|
1
|
+
@import 'antd/lib/button/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-button {
|
5
|
+
box-shadow: none;
|
6
|
+
|
7
|
+
&.@{sdk-prefix}-button-disabled {
|
8
|
+
background: @button-disabled-bg;
|
9
|
+
color: @button-disabled-color;
|
10
|
+
border-color: @button-disabled-border-color;
|
11
|
+
pointer-events: none;
|
12
|
+
text-shadow: none;
|
13
|
+
}
|
14
|
+
|
15
|
+
// type
|
16
|
+
&.@{sdk-prefix}-type-default {
|
17
|
+
background: @button-default-bg;
|
18
|
+
color: @button-default-color;
|
19
|
+
border: 1px solid @button-default-border-color;
|
20
|
+
&:hover,
|
21
|
+
&:focus {
|
22
|
+
background: @button-default-hover-bg;
|
23
|
+
border-color: @button-default-hover-border-color;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
// size
|
28
|
+
&.@{sdk-prefix}-size-large {
|
29
|
+
font-size: 16px;
|
30
|
+
padding: 0 20px;
|
31
|
+
height: 32px;
|
32
|
+
}
|
33
|
+
&.@{sdk-prefix}-size-default {
|
34
|
+
font-size: 14px;
|
35
|
+
padding: 0 16px;
|
36
|
+
height: 32px;
|
37
|
+
}
|
38
|
+
&.@{sdk-prefix}-size-small {
|
39
|
+
font-size: 12px;
|
40
|
+
padding: 4px 14px;
|
41
|
+
}
|
42
|
+
&.@{sdk-prefix}-size-mini {
|
43
|
+
font-size: 10px;
|
44
|
+
padding: 2px 6px;
|
45
|
+
}
|
46
|
+
|
47
|
+
.anticon {
|
48
|
+
color: inherit;
|
49
|
+
vertical-align: middle;
|
50
|
+
}
|
51
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
@import 'antd/lib/grid/style/index.less';
|
2
|
-
@import '../../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-card-row-extra {
|
5
|
-
button {
|
6
|
-
min-width: 80px;
|
7
|
-
}
|
8
|
-
}
|
1
|
+
@import 'antd/lib/grid/style/index.less';
|
2
|
+
@import '../../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-card-row-extra {
|
5
|
+
button {
|
6
|
+
min-width: 80px;
|
7
|
+
}
|
8
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
|
-
@import '../../../style/theme.less';
|
2
|
-
|
3
|
-
.@{sdk-prefix}-card-search-input {
|
4
|
-
min-width: 200px;
|
5
|
-
i {
|
6
|
-
color: @input-placeholder-color;
|
7
|
-
}
|
8
|
-
}
|
1
|
+
@import '../../../style/theme.less';
|
2
|
+
|
3
|
+
.@{sdk-prefix}-card-search-input {
|
4
|
+
min-width: 200px;
|
5
|
+
i {
|
6
|
+
color: @input-placeholder-color;
|
7
|
+
}
|
8
|
+
}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
@import 'antd/lib/card/style/index.less';
|
2
|
-
@import 'antd/lib/tabs/style/index.less';
|
3
|
-
@import '../../style/theme.less';
|
4
|
-
|
5
|
-
.@{sdk-prefix}-card {
|
6
|
-
.@{ant-prefix}-card-head {
|
7
|
-
.@{ant-prefix}-card-extra {
|
8
|
-
padding: 0;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
}
|
1
|
+
@import 'antd/lib/card/style/index.less';
|
2
|
+
@import 'antd/lib/tabs/style/index.less';
|
3
|
+
@import '../../style/theme.less';
|
4
|
+
|
5
|
+
.@{sdk-prefix}-card {
|
6
|
+
.@{ant-prefix}-card-head {
|
7
|
+
.@{ant-prefix}-card-extra {
|
8
|
+
padding: 0;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
}
|
@@ -1,35 +1,35 @@
|
|
1
|
-
@import 'antd/lib/divider/style/index.less';
|
2
|
-
@import 'antd/lib/checkbox/style/index.less';
|
3
|
-
@import 'antd/lib/input/style/index.less';
|
4
|
-
@import '../NameLimiter/style.less';
|
5
|
-
@import '../../style/theme.less';
|
6
|
-
|
7
|
-
.@{sdk-prefix}-check-transform-list {
|
8
|
-
display: flex;
|
9
|
-
margin-top: 20px;
|
10
|
-
padding-left: 5px;
|
11
|
-
padding-right: 5px;
|
12
|
-
.@{sdk-prefix}-check-transform-divider {
|
13
|
-
height: auto;
|
14
|
-
margin-left: 40px;
|
15
|
-
margin-right: 40px;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
.@{sdk-prefix}-check-transform {
|
19
|
-
flex: 1;
|
20
|
-
.@{sdk-prefix}-check-transform-header {
|
21
|
-
margin-bottom: 10px;
|
22
|
-
}
|
23
|
-
.@{sdk-prefix}-check-transform-search {
|
24
|
-
width: 100%;
|
25
|
-
height: 40px;
|
26
|
-
margin-bottom: 10px;
|
27
|
-
}
|
28
|
-
.@{sdk-prefix}-check-transform-checkBox {
|
29
|
-
line-height: 40px;
|
30
|
-
|
31
|
-
.@{sdk-prefix}-check-transform-checkbox-group {
|
32
|
-
line-height: 40px;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
1
|
+
@import 'antd/lib/divider/style/index.less';
|
2
|
+
@import 'antd/lib/checkbox/style/index.less';
|
3
|
+
@import 'antd/lib/input/style/index.less';
|
4
|
+
@import '../NameLimiter/style.less';
|
5
|
+
@import '../../style/theme.less';
|
6
|
+
|
7
|
+
.@{sdk-prefix}-check-transform-list {
|
8
|
+
display: flex;
|
9
|
+
margin-top: 20px;
|
10
|
+
padding-left: 5px;
|
11
|
+
padding-right: 5px;
|
12
|
+
.@{sdk-prefix}-check-transform-divider {
|
13
|
+
height: auto;
|
14
|
+
margin-left: 40px;
|
15
|
+
margin-right: 40px;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
.@{sdk-prefix}-check-transform {
|
19
|
+
flex: 1;
|
20
|
+
.@{sdk-prefix}-check-transform-header {
|
21
|
+
margin-bottom: 10px;
|
22
|
+
}
|
23
|
+
.@{sdk-prefix}-check-transform-search {
|
24
|
+
width: 100%;
|
25
|
+
height: 40px;
|
26
|
+
margin-bottom: 10px;
|
27
|
+
}
|
28
|
+
.@{sdk-prefix}-check-transform-checkBox {
|
29
|
+
line-height: 40px;
|
30
|
+
|
31
|
+
.@{sdk-prefix}-check-transform-checkbox-group {
|
32
|
+
line-height: 40px;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
@import 'antd/lib/checkbox/style/index.less';
|
2
|
-
|
3
|
-
.@{ant-prefix}-checkbox-inner::after {
|
4
|
-
left: 20%;
|
5
|
-
}
|
1
|
+
@import 'antd/lib/checkbox/style/index.less';
|
2
|
+
|
3
|
+
.@{ant-prefix}-checkbox-inner::after {
|
4
|
+
left: 20%;
|
5
|
+
}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
@import 'antd/lib/checkbox/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-checkbox-item {
|
5
|
-
white-space: nowrap;
|
6
|
-
width: 100%;
|
7
|
-
&.@{ant-prefix}-checkbox-wrapper {
|
8
|
-
margin-left: 0;
|
9
|
-
line-height: 25px;
|
10
|
-
}
|
11
|
-
}
|
1
|
+
@import 'antd/lib/checkbox/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-checkbox-item {
|
5
|
+
white-space: nowrap;
|
6
|
+
width: 100%;
|
7
|
+
&.@{ant-prefix}-checkbox-wrapper {
|
8
|
+
margin-left: 0;
|
9
|
+
line-height: 25px;
|
10
|
+
}
|
11
|
+
}
|
@@ -1,57 +1,57 @@
|
|
1
|
-
@import 'antd/lib/collapse/style/index.less';
|
2
|
-
@import '../../style/theme.less';
|
3
|
-
|
4
|
-
.@{sdk-prefix}-collapse-simple {
|
5
|
-
border-width: 0px;
|
6
|
-
color: @heading-color;
|
7
|
-
}
|
8
|
-
|
9
|
-
.@{sdk-prefix}-collapse-simple > .@{ant-prefix}-collapse-item {
|
10
|
-
> .@{ant-prefix}-collapse-header {
|
11
|
-
background-color: @normal-color;
|
12
|
-
> .@{ant-prefix}-collapse-arrow {
|
13
|
-
color: @heading-color;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
> .@{ant-prefix}-collapse-content {
|
17
|
-
color: heading-color;
|
18
|
-
border-top-width: 0px;
|
19
|
-
}
|
20
|
-
}
|
21
|
-
|
22
|
-
.@{sdk-prefix}-collapse-primary,
|
23
|
-
.@{sdk-prefix}-collapse-dashed {
|
24
|
-
border: none;
|
25
|
-
}
|
26
|
-
|
27
|
-
.@{sdk-prefix}-collapse-primary > .@{ant-prefix}-collapse-item {
|
28
|
-
border: none;
|
29
|
-
> .@{ant-prefix}-collapse-header {
|
30
|
-
padding: 5px 16px;
|
31
|
-
border-bottom-width: 0px;
|
32
|
-
background-color: @table-thead-bg;
|
33
|
-
font-weight: 500;
|
34
|
-
.@{sdk-prefix}-header-line {
|
35
|
-
width: 2px;
|
36
|
-
height: 16px;
|
37
|
-
position: absolute;
|
38
|
-
top: 8px;
|
39
|
-
left: 0px;
|
40
|
-
background-color: @theme-color;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
> .@{ant-prefix}-collapse-content {
|
44
|
-
border: none;
|
45
|
-
}
|
46
|
-
}
|
47
|
-
|
48
|
-
.@{sdk-prefix}-collapse-dashed > .@{ant-prefix}-collapse-item {
|
49
|
-
border: 1px dashed @border-color-1;
|
50
|
-
margin-bottom: 12px;
|
51
|
-
> .@{ant-prefix}-collapse-header {
|
52
|
-
background-color: @normal-color;
|
53
|
-
}
|
54
|
-
> .@{ant-prefix}-collapse-content {
|
55
|
-
border: none;
|
56
|
-
}
|
57
|
-
}
|
1
|
+
@import 'antd/lib/collapse/style/index.less';
|
2
|
+
@import '../../style/theme.less';
|
3
|
+
|
4
|
+
.@{sdk-prefix}-collapse-simple {
|
5
|
+
border-width: 0px;
|
6
|
+
color: @heading-color;
|
7
|
+
}
|
8
|
+
|
9
|
+
.@{sdk-prefix}-collapse-simple > .@{ant-prefix}-collapse-item {
|
10
|
+
> .@{ant-prefix}-collapse-header {
|
11
|
+
background-color: @normal-color;
|
12
|
+
> .@{ant-prefix}-collapse-arrow {
|
13
|
+
color: @heading-color;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
> .@{ant-prefix}-collapse-content {
|
17
|
+
color: heading-color;
|
18
|
+
border-top-width: 0px;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
.@{sdk-prefix}-collapse-primary,
|
23
|
+
.@{sdk-prefix}-collapse-dashed {
|
24
|
+
border: none;
|
25
|
+
}
|
26
|
+
|
27
|
+
.@{sdk-prefix}-collapse-primary > .@{ant-prefix}-collapse-item {
|
28
|
+
border: none;
|
29
|
+
> .@{ant-prefix}-collapse-header {
|
30
|
+
padding: 5px 16px;
|
31
|
+
border-bottom-width: 0px;
|
32
|
+
background-color: @table-thead-bg;
|
33
|
+
font-weight: 500;
|
34
|
+
.@{sdk-prefix}-header-line {
|
35
|
+
width: 2px;
|
36
|
+
height: 16px;
|
37
|
+
position: absolute;
|
38
|
+
top: 8px;
|
39
|
+
left: 0px;
|
40
|
+
background-color: @theme-color;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
> .@{ant-prefix}-collapse-content {
|
44
|
+
border: none;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
.@{sdk-prefix}-collapse-dashed > .@{ant-prefix}-collapse-item {
|
49
|
+
border: 1px dashed @border-color-1;
|
50
|
+
margin-bottom: 12px;
|
51
|
+
> .@{ant-prefix}-collapse-header {
|
52
|
+
background-color: @normal-color;
|
53
|
+
}
|
54
|
+
> .@{ant-prefix}-collapse-content {
|
55
|
+
border: none;
|
56
|
+
}
|
57
|
+
}
|