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
1788c7d1
Commit
1788c7d1
authored
4 years ago
by
shaoan123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改新运维中角色管理左侧列表样式问题
parent
8af8dd51
Pipeline
#25771
skipped with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
RoleManage.jsx
src/pages/userCenter/roleManage/RoleManage.jsx
+1
-0
RoleManage.less
src/pages/userCenter/roleManage/RoleManage.less
+1
-1
No files found.
src/pages/userCenter/roleManage/RoleManage.jsx
View file @
1788c7d1
...
...
@@ -364,6 +364,7 @@ const SiteManage = () => {
</
div
>
{
treeData
&&
treeData
.
length
>
0
&&
(
<
Tree
style=
{
{
overflowY
:
'scroll'
,
height
:
'48rem'
}
}
// showLine=
{{
showLeafIcon
:
false
}}
showIcon
onSelect=
{
handleTreeSelect
}
...
...
This diff is collapsed.
Click to expand it.
src/pages/userCenter/roleManage/RoleManage.less
View file @
1788c7d1
...
...
@@ -3,7 +3,7 @@
max-height: calc(100vh - 74px);
overflow-y: scroll;
// overflow: auto;
overflow
-x
: hidden;
overflow: hidden;
width: 300px;
left: 0;
top: 0;
...
...
This diff is collapsed.
Click to expand it.
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