Commit a7d87ff2 by zangsuyun

style:样式后话

parent 64da5d5c
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: zangsuyun * @Author: zangsuyun
* @Date: 2021-03-12 14:49:40 * @Date: 2021-03-12 14:49:40
* @LastEditors: zangsuyun * @LastEditors: zangsuyun
* @LastEditTime: 2021-04-10 16:07:58 * @LastEditTime: 2021-04-12 10:31:53
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -565,7 +565,7 @@ class KnowledgeBaseList extends React.Component { ...@@ -565,7 +565,7 @@ class KnowledgeBaseList extends React.Component {
pagination={false} pagination={false}
scroll={{ x: 900 }} scroll={{ x: 900 }}
bordered bordered
className="video-list-table" className="knowledge-list-table"
/> />
<div className="box-footer"> <div className="box-footer">
......
.knowledge-base-list { .knowledge-base-list {
margin-top: 12px; 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 { .categoryName {
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment