dev_jupyter
杨树林 5 years ago
parent 6b6f559e6a
commit 5ddf20f85d

@ -71,7 +71,7 @@ class Contentpart extends Component {
const contents = ( const contents = (
<div className="questiontypes" style={{ <div className="questiontypes" style={{
width:'93px', width:'93px',
height:'161px', height:'120px',
}}> }}>
<p className="questiontype " onClick={()=>this.props.setoj_status(null)}>全部</p> <p className="questiontype " onClick={()=>this.props.setoj_status(null)}>全部</p>
<p className="questiontypeheng"></p> <p className="questiontypeheng"></p>
@ -173,18 +173,6 @@ class Contentpart extends Component {
} }
{/*<Popover getPopupContainer={trigger => trigger.parentNode} placement="bottom" trigger="hover" content={content} onVisibleChange={()=>this.props.handleVisibleChanges(true)}>*/}
{/*<div className="sortinxdirection mr40">*/}
{/*<div className="subjecttit">*/}
{/* 题型*/}
{/*</div>*/}
{/* <i className="iconfont icon-sanjiaoxing-down font-12 lg ml7 icondowncolor"></i>*/}
{/*</div>*/}
{/*</Popover>*/}
{ {
defaultActiveKey===0||defaultActiveKey==="0"? defaultActiveKey===0||defaultActiveKey==="0"?
<Search <Search

@ -103,7 +103,12 @@ class SiderBars extends Component {
{ {
mypath&&mypath==="/question"? mypath&&mypath==="/question"?
<Tooltip placement="left" title={"试题库"}> <Tooltip placement="left" title={"试题库"}>
<div className="feedback feedbackdivcolor xiaoshou shitikus" onClick={()=>this.props.showDrawer()} > <div className="feedback feedbackdivcolor xiaoshou shitikus" onClick={()=>this.props.showDrawer()} >
<div className="shitikussmys">
132
</div>
<a target="_blank" className="color_white xiaoshou" > <a target="_blank" className="color_white xiaoshou" >
<i className="iconfont icon-shitilan color-white xiaoshou"></i> <i className="iconfont icon-shitilan color-white xiaoshou"></i>
</a> </a>

@ -882,3 +882,13 @@
border-radius: 4px; border-radius: 4px;
top: -50%; top: -50%;
} }
.shitikussmys{
width:29px;
height:20px;
background:#FF6601;
border-radius:10px;
position: absolute;
font-size:11px;
color:#ffffff;
line-height:14px;
}

Loading…
Cancel
Save