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
2eabc69c
Commit
2eabc69c
authored
Jul 13, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor:placeholder优化
parent
806f97d6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
12 deletions
+5
-12
src/modules/college-manage/CollegeInfoPage.jsx
+0
-1
src/modules/knowledge-base/components/Classification.jsx
+1
-1
src/modules/root/Menu.less
+0
-6
src/modules/teach-tool/components/CourseCategoryManage.jsx
+3
-3
src/modules/teach-tool/components/CourseCategorySiderTree.jsx
+1
-1
No files found.
src/modules/college-manage/CollegeInfoPage.jsx
View file @
2eabc69c
...
@@ -113,7 +113,6 @@ class CollegeInfoPage extends React.Component {
...
@@ -113,7 +113,6 @@ class CollegeInfoPage extends React.Component {
<
div
className=
"page college-info-page"
>
<
div
className=
"page college-info-page"
>
<
div
className=
"content-header"
>
学院基本信息
</
div
>
<
div
className=
"content-header"
>
学院基本信息
</
div
>
<
div
className=
"box"
>
<
div
className=
"box"
>
<
div
className=
"college-info-header"
>
学院基本信息
</
div
>
<
div
className=
"college-info-page-form"
>
<
div
className=
"college-info-page-form"
>
<
Form
ref=
{
this
.
formRef
}
>
<
Form
ref=
{
this
.
formRef
}
>
...
...
src/modules/knowledge-base/components/Classification.jsx
View file @
2eabc69c
...
@@ -188,7 +188,7 @@ class Classification extends Component {
...
@@ -188,7 +188,7 @@ class Classification extends Component {
<
div
className=
'sider-title'
>
知识分类
</
div
>
<
div
className=
'sider-title'
>
知识分类
</
div
>
<
Search
<
Search
className=
'sider-search'
className=
'sider-search'
placeholder=
'搜索
名称分类
'
placeholder=
'搜索
分类名称
'
onSearch=
{
(
value
)
=>
{
onSearch=
{
(
value
)
=>
{
this
.
queryCategoryTree
(
value
);
this
.
queryCategoryTree
(
value
);
}
}
}
}
...
...
src/modules/root/Menu.less
View file @
2eabc69c
...
@@ -266,12 +266,6 @@
...
@@ -266,12 +266,6 @@
.shink-footer {
.shink-footer {
left: 74px;
left: 74px;
}
}
// &:hover{
// .menu-type-icon{
// display:inline-block;
// }
// }
}
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
...
...
src/modules/teach-tool/components/CourseCategoryManage.jsx
View file @
2eabc69c
...
@@ -539,13 +539,13 @@ class CourseCategoryManage extends Component {
...
@@ -539,13 +539,13 @@ class CourseCategoryManage extends Component {
return
(
return
(
<
div
className=
'page course-category-manage'
>
<
div
className=
'page course-category-manage'
>
{
[
'aid'
,
'knowledge'
].
includes
(
getParameterByName
(
'from'
))
?
(
{
[
'aid'
,
'knowledge'
].
includes
(
getParameterByName
(
'from'
))
?
(
<
Breadcrumbs
navList=
'
课程分类
'
goBack=
{
()
=>
window
.
RCHistory
.
goBack
()
}
/>
<
Breadcrumbs
navList=
'
分类管理
'
goBack=
{
()
=>
window
.
RCHistory
.
goBack
()
}
/>
)
:
(
)
:
(
<
div
className=
'content-header'
>
课程分类
</
div
>
<
div
className=
'content-header'
>
分类管理
</
div
>
)
}
)
}
<
div
className=
'box'
>
<
div
className=
'box'
>
<
div
className=
'search-condition'
>
<
div
className=
'search-condition'
>
<
span
className=
'search-label'
>
搜索名称:
</
span
>
<
span
className=
'search-label'
>
搜索
分类
名称:
</
span
>
<
Search
<
Search
placeholder=
'请输入名称'
placeholder=
'请输入名称'
style=
{
{
width
:
'300px'
}
}
style=
{
{
width
:
'300px'
}
}
...
...
src/modules/teach-tool/components/CourseCategorySiderTree.jsx
View file @
2eabc69c
...
@@ -189,7 +189,7 @@ class CourseCategorySiderTree extends Component {
...
@@ -189,7 +189,7 @@ class CourseCategorySiderTree extends Component {
)
}
)
}
<
Search
<
Search
className=
'sider-search'
className=
'sider-search'
placeholder=
'搜索
名称分类
'
placeholder=
'搜索
分类名称
'
onSearch=
{
(
value
)
=>
{
onSearch=
{
(
value
)
=>
{
this
.
queryCategoryTree
(
'init'
,
value
);
this
.
queryCategoryTree
(
'init'
,
value
);
}
}
}
}
...
...
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