Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
16af0617
Commit
16af0617
authored
Aug 12, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:放开搜索
parent
20415cc3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
+10
-8
src/modules/college-manage/components/LeftStructureTree.jsx
+2
-2
src/modules/college-manage/components/MemberTree.jsx
+0
-1
src/modules/college-manage/components/MemberTree.less
+5
-1
src/modules/college-manage/components/SearchUser.jsx
+2
-3
src/modules/college-manage/modal/NewChooseMembersModal.less
+1
-1
No files found.
src/modules/college-manage/components/LeftStructureTree.jsx
View file @
16af0617
...
@@ -523,7 +523,7 @@ function LeftStructureTree(props) {
...
@@ -523,7 +523,7 @@ function LeftStructureTree(props) {
<
div
className=
"organization"
>
<
div
className=
"organization"
>
<
div
className=
"search-con"
>
<
div
className=
"search-con"
>
{
/* <Complete/> */
}
{
/* <Complete/> */
}
{
/*
<AutoComplete
<
AutoComplete
dropdownClassName=
"certain-category-search-dropdown"
dropdownClassName=
"certain-category-search-dropdown"
dropdownMatchSelectWidth=
{
250
}
dropdownMatchSelectWidth=
{
250
}
allowClear
allowClear
...
@@ -545,7 +545,7 @@ function LeftStructureTree(props) {
...
@@ -545,7 +545,7 @@ function LeftStructureTree(props) {
style=
{
{
width
:
250
}
}
style=
{
{
width
:
250
}
}
enterButton=
{
<
span
className=
'icon iconfont'
>

</
span
>
}
enterButton=
{
<
span
className=
'icon iconfont'
>

</
span
>
}
/>
/>
</AutoComplete>
*/
}
</
AutoComplete
>
</
div
>
</
div
>
{
(
props
.
treeType
===
'postGrouptab'
||
props
.
treeType
===
'customGroupTab'
)
&&
(
{
(
props
.
treeType
===
'postGrouptab'
||
props
.
treeType
===
'customGroupTab'
)
&&
(
<
div
className=
"operate"
>
<
div
className=
"operate"
>
...
...
src/modules/college-manage/components/MemberTree.jsx
View file @
16af0617
...
@@ -64,7 +64,6 @@ function MemberTree(props) {
...
@@ -64,7 +64,6 @@ function MemberTree(props) {
_selectNodes
.
push
(
item
);
_selectNodes
.
push
(
item
);
}
}
})
})
console
.
log
(
'_selectNodes'
,
_selectNodes
);
props
.
onSelect
(
_selectNodes
);
props
.
onSelect
(
_selectNodes
);
}
}
return
(
return
(
...
...
src/modules/college-manage/components/MemberTree.less
View file @
16af0617
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
}
}
}
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before{
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before, .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before{
background: none;
background:transparent;
}
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher{
color:#000;
}
}
}
}
\ No newline at end of file
src/modules/college-manage/components/SearchUser.jsx
View file @
16af0617
...
@@ -58,14 +58,13 @@ function SearchUser(props) {
...
@@ -58,14 +58,13 @@ function SearchUser(props) {
};
};
return
(
return
(
<
div
className=
"search-user"
style=
{
{
width
:
'300px'
}
}
id=
"search-user"
>
<
div
className=
"search-user"
style=
{
{
width
:
'300px'
}
}
id=
"search-user"
>
{
/*
<Search
<
Search
placeholder=
'搜索成员'
placeholder=
'搜索成员'
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
enterButton=
{
<
span
className=
"icon iconfont"
>

</
span
>
}
onFocus=
{
(
e
)
=>
{
onFocus
(
e
)}
}
onFocus=
{
(
e
)
=>
{
onFocus
(
e
)}
}
onChange=
{
(
e
)
=>
{
onChange
(
e
)}
}
onChange=
{
(
e
)
=>
{
onChange
(
e
)}
}
className=
"search-input-item"
className=
"search-input-item"
// onBlur={()=>{onBlur()}}
/>
/> */
}
{
dropDownVisible
&&
{
dropDownVisible
&&
<
div
className=
"drop-down"
>
<
div
className=
"drop-down"
>
<
div
className=
"drop-down__list"
>
<
div
className=
"drop-down__list"
>
...
...
src/modules/college-manage/modal/NewChooseMembersModal.less
View file @
16af0617
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
}
}
.container-left-body-table{
.container-left-body-table{
width: 300px;
width: 300px;
height: 33
0px;
max-height: 38
0px;
overflow: scroll;
overflow: scroll;
.ant-table {
.ant-table {
border: none;
border: none;
...
...
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