PCqiandao
杨树林 5 years ago
parent ec9ce0b2a1
commit 22c0b3dc95

@ -93,6 +93,14 @@
height: 30%;
}
.yslmaxheigthk{
}
.mysligtes{
font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(144,147,153,1);
padding-left: 34px;
}
.yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar {
border-bottom: 1px solid #ffffff !important;
@ -100,10 +108,14 @@
background-color: #ffffff !important;
margin: 0 !important;
}
yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-nav-container {
.yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-nav-container {
padding-left: 25px;
}
.yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-ink-bar{
width: 68px !important;
left: 16px;
}
.yslmaxheigthk .ws100s .ant-tabs .ant-tabs-bar .ant-tabs-tab{
padding: 25px 16px !important;

@ -37,7 +37,7 @@ class Students_signin extends Component{
<div className="ws100s">
<Tabs defaultActiveKey="1" onChange={this.callback}>
<TabPane tab="正在签到" key="1">
<p className="mt30">共3个签到正在进行</p>
<p className="mt20 mysligtes">共3个签到正在进行</p>
</TabPane>
<TabPane tab="历史签到" key="2">
Content of Tab Pane 2

Loading…
Cancel
Save