Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
project
jinfa-admin
Commits
60de6b59
Commit
60de6b59
authored
Apr 21, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 修改装修页面样式
parent
6a0f9523
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Search.tsx
src/components/NiceForm/components/Search.tsx
+1
-1
index.tsx
src/pages/pageCustomized/components/toolBar/index.tsx
+2
-2
No files found.
src/components/NiceForm/components/Search.tsx
View file @
60de6b59
...
@@ -48,7 +48,7 @@ const Search = props => {
...
@@ -48,7 +48,7 @@ const Search = props => {
/>
/>
</
Tooltip
>
</
Tooltip
>
{
advanced
&&
(
{
advanced
&&
(
<
Button
onClick=
{
changeFilterVisible
}
>
<
Button
style=
{
state
.
filterSearch
?
{
backgroundColor
:
"#6B778C"
,
borderColor
:
"#6B778C"
,
color
:
"#FFF"
}
:
{}
}
onClick=
{
changeFilterVisible
}
>
高级筛选
高级筛选
{
state
.
filterSearch
?
<
CaretUpOutlined
/>
:
<
CaretDownOutlined
/>
}
{
state
.
filterSearch
?
<
CaretUpOutlined
/>
:
<
CaretDownOutlined
/>
}
</
Button
>
</
Button
>
...
...
src/pages/pageCustomized/components/toolBar/index.tsx
View file @
60de6b59
import
React
,
{
useCallback
,
useState
}
from
'react'
import
React
,
{
useCallback
,
useState
}
from
'react'
import
{
Modal
,
Button
,
message
}
from
'antd'
import
{
Modal
,
Button
,
message
}
from
'antd'
import
{
ArrowLeftOutlined
}
from
'@ant-design/icons'
import
{
ArrowLeftOutlined
,
SaveOutlined
}
from
'@ant-design/icons'
import
{
PublicApi
}
from
'@/services/api'
import
{
PublicApi
}
from
'@/services/api'
import
{
useSelector
,
STATE_PROPS
,
ComponentConfigsType
,
PROPS_TYPES
}
from
'lingxi-editor-core'
import
{
useSelector
,
STATE_PROPS
,
ComponentConfigsType
,
PROPS_TYPES
}
from
'lingxi-editor-core'
import
{
history
}
from
'umi'
import
{
history
}
from
'umi'
...
@@ -117,7 +117,7 @@ const ToolBar: React.FC<ToolBarPropsType> = (props) => {
...
@@ -117,7 +117,7 @@ const ToolBar: React.FC<ToolBarPropsType> = (props) => {
{
{
showActions
&&
<
div
className=
{
styles
.
toolbar_actions
}
>
showActions
&&
<
div
className=
{
styles
.
toolbar_actions
}
>
<
Button
type=
"link"
onClick=
{
()
=>
handleGoBack
()
}
>
取消
</
Button
>
<
Button
type=
"link"
onClick=
{
()
=>
handleGoBack
()
}
>
取消
</
Button
>
<
Button
loading=
{
saveLoading
}
type=
"primary"
onClick=
{
()
=>
handleSave
()
}
>
保存
</
Button
>
<
Button
icon=
{
<
SaveOutlined
/>
}
loading=
{
saveLoading
}
type=
"primary"
onClick=
{
()
=>
handleSave
()
}
>
保存
</
Button
>
</
div
>
</
div
>
}
}
</
div
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment