Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a9d179f

Browse files
committed
chore: Merge branch 'dev'
2 parents f7489b1 + b34bfe6 commit a9d179f

File tree

22 files changed

+53
-1424
lines changed

22 files changed

+53
-1424
lines changed

components/ArticleActionsPanel/styles/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import Img from '@Img'
55

66
export const Wrapper = styled.div`
77
${cs.flexColumn()};
8-
padding: 10px;
9-
padding-left: 15px;
8+
padding: 5px;
9+
padding-left: 10px;
1010
padding-bottom: 0;
1111
`
1212
export const Option = styled.div`

components/ArticleEditToolbar/styles/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import styled from 'styled-components'
22

33
import { Input } from 'antd'
4+
import 'antd/lib/input/style/index.css'
5+
46
// import Img from '@Img'
57
import { cs, theme } from '@utils'
68

components/ContentFilter/styles/setting_menu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export const Wrapper = styled.div`
77
${cs.flexColumn('align-start')};
88
99
width: 110px;
10-
padding: 15px;
10+
padding: 10px;
1111
padding-right: 5px;
12-
margin: 0 10px;
1312
`
1413
export const Title = styled.div`
1514
font-size: 0.9rem;

components/FormItem/styles/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from 'styled-components'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
// import Img from '@Img'
56
import { theme, cs } from '@utils'

components/Popover/styles/index.js

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ import { theme } from '@utils'
33

44
// margin: -20px;
55
export const ContentContainer = styled.div`
6-
margin-top: -8px;
7-
margin-left: -6px;
8-
border-radius: 2px;
9-
background: ${theme('popover.bg')};
10-
border: 1px solid;
11-
border-top: 2px solid;
12-
border-color: ${theme('popover.borderColor')};
13-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
14-
position: relative;
6+
// background: ${theme('popover.bg')};
7+
// border: 1px solid;
8+
// border-top: 2px solid;
9+
// border-color: ${theme('popover.borderColor')};
10+
// box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
11+
// position: relative;
1512
`
1613

1714
export const holder = 1

containers/AccountEditor/SocialInputer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
import { ICON_CMD } from '@config'
56
import { buildLog, nilOrEmpty, SOCIAL_LISTS } from '@utils'

containers/CommunitySetter/Message.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { Alert } from 'antd'
3+
import 'antd/lib/alert/style/index.css'
34

45
const Message = () => (
56
<Alert

containers/CommunitySetter/styles/search_bar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from 'styled-components'
22
import { Input } from 'antd'
3+
import 'antd/lib/input/style/index.css'
34

45
import Img from '@components/Img'
56
import { cs, theme } from '@utils'

containers/FavoritesCats/Creator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react'
22
import { Button, Input, Radio } from 'antd'
3+
import 'antd/lib/radio/style/index.css'
4+
import 'antd/lib/input/style/index.css'
35

46
import { Space } from '@components/BaseStyled'
57
import SectionLabel from '@components/SectionLabel'

containers/FavoritesCats/Updater.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import React from 'react'
22
import { Button, Input, Radio } from 'antd'
3+
import 'antd/lib/radio/style/index.css'
4+
import 'antd/lib/input/style/index.css'
35

46
import Popconfirm from '@components/Popconfirm'
57
import { Space } from '@components/BaseStyled'

0 commit comments

Comments
 (0)