Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
9850b4d2
Commit
9850b4d2
authored
Jul 08, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 'saas说明'
parent
af0705b6
Pipeline
#54898
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
siteConfigDrawer.js
...es/productCenter/webConfig/components/siteConfigDrawer.js
+16
-3
No files found.
src/pages/productCenter/webConfig/components/siteConfigDrawer.js
View file @
9850b4d2
...
...
@@ -342,13 +342,26 @@ export default props => {
/
>
<
/Form.Item
>
<
div
style
=
{{
display
:
showAdvanced
?
'block'
:
'none'
}}
>
<
Form
.
Item
label
=
"SaaS样式"
name
=
"CloudStyle"
>
<
Form
.
Item
label
=
{
<
div
className
=
{
styles
.
formData_label
}
>
<
Tooltip
title
=
{
<
span
>
用于云平台模式,默认云,选择租户会在
SaaS
访问情况下,展示租户样式
<
/span
>
}
overlayStyle
=
{{
maxWidth
:
350
}}
>
<
InfoCircleOutlined
style
=
{{
color
:
'#40a9ff'
,
padding
:
'2px 2px 0 0'
}}
/
>
<
/Tooltip
>
<
span
>
SaaS
样式
<
/span
>
<
/div
>
}
name
=
"CloudStyle"
>
<
Radio
.
Group
>
<
Radio
value
=
"是"
>
云
<
/Radio
>
<
Radio
value
=
"否"
>
租户
<
/Radio
>
<
/Radio.Group
>
{
/* <br />
<span>说明:用于云平台模式,默认云,选择租户会在SaaS访问情况下,展示租户样式。</span> */
}
<
/Form.Item
>
<
Form
.
Item
name
=
"topMenu"
label
=
"顶部功能"
>
<
Checkbox
...
...
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