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
90f61651
Commit
90f61651
authored
Nov 11, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '修复TextArea边框消失问题'
parent
7ae644f2
Pipeline
#63680
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
global.less
src/global.less
+4
-0
SiteManage.jsx
src/pages/userCenter/siteManage/SiteManage.jsx
+5
-2
No files found.
src/global.less
View file @
90f61651
...
...
@@ -174,4 +174,7 @@ iframe {
.ant-spin-container {
height: 100%;
}
textarea.ant-input {
border:1px solid #d9d9d9 ;
}
}
\ No newline at end of file
src/pages/userCenter/siteManage/SiteManage.jsx
View file @
90f61651
...
...
@@ -244,8 +244,10 @@ const SiteManageV2 = () => {
PageIndex
:
1
,
PageSize
:
10
,
};
setCheckLoading
(
true
);
if
(
value
)
params
=
{
...
params
,
key
:
value
};
getGroupUserTree
(
params
).
then
(
res
=>
{
setCheckLoading
(
false
);
if
(
res
.
code
===
0
&&
res
.
data
)
{
setShowSearchStyle
(
true
);
let
list
=
res
.
data
.
data
;
...
...
@@ -321,6 +323,7 @@ const SiteManageV2 = () => {
const
handleChange
=
e
=>
{
setName
(
e
.
target
.
value
);
handleSearch
(
e
.
target
.
value
);
};
// 获取当前站点所有已经勾选的用户新接口
...
...
@@ -787,8 +790,8 @@ const SiteManageV2 = () => {
allowClear
placeholder=
{
placeholder
}
onSearch=
{
handleSearch
}
value=
{
name
}
onChange=
{
e
=>
handleChange
(
e
)
}
//
value={name}
//
onChange={e => handleChange(e)}
enterButton
/>
...
...
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