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
a7d87ff2
Commit
a7d87ff2
authored
Apr 12, 2021
by
zangsuyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:样式后话
parent
64da5d5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
src/modules/knowledge-base/components/KnowledgeBaseList.jsx
+2
-2
src/modules/knowledge-base/components/KnowledgeBaseList.less
+23
-1
No files found.
src/modules/knowledge-base/components/KnowledgeBaseList.jsx
View file @
a7d87ff2
...
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Date: 2021-03-12 14:49:40
* @LastEditors: zangsuyun
* @LastEditTime: 2021-04-1
0 16:07:58
* @LastEditTime: 2021-04-1
2 10:31:53
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -565,7 +565,7 @@ class KnowledgeBaseList extends React.Component {
pagination=
{
false
}
scroll=
{
{
x
:
900
}
}
bordered
className=
"
video
-list-table"
className=
"
knowledge
-list-table"
/>
<
div
className=
"box-footer"
>
...
...
src/modules/knowledge-base/components/KnowledgeBaseList.less
View file @
a7d87ff2
.knowledge-base-list {
margin-top: 12px;
.knowledge-list-table{
tbody {
tr{
&:nth-child(even){
background: transparent !important;
td{
background:#FFF !important;
}
}
&:nth-child(odd){
background: #FAFAFA !important;
td{
background: #FAFAFA !important;
}
}
&:hover{
td{
background:#F3f6fa !important;
}
}
}
}
}
.categoryName {
font-size: 14px;
color: #666666;
...
...
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