去掉默认数据

Adjustreact
杨树明 5 years ago
parent f9fc7f3eef
commit 3aeca621cb

@ -247,7 +247,7 @@ const App = (props) => {
<section className="static_section_header"> <section className="static_section_header">
<div className="header_title"> <div className="header_title">
<span className="title-p">学习统计</span> <span className="title-p">学习统计</span>
<span className="title-sub">Android综合实训之物联网移动应用</span> <span className="title-sub"></span>
</div> </div>
<div className="header-number header-flex"> <div className="header-number header-flex">
<StaticNumberAndTxt <StaticNumberAndTxt

@ -30,13 +30,13 @@
font-weight: bold; font-weight: bold;
&::before{ &::before{
position: absolute; //position: absolute;
content: ''; //content: '';
border-left: 1px solid rgba(192,196,204,1); //border-left: 1px solid rgba(192,196,204,1);
right: -10px; //right: -10px;
top: 2px; //top: 2px;
bottom: 0px; //bottom: 0px;
margin-left: 10px; //margin-left: 10px;
} }
} }
.title-sub{ .title-sub{

Loading…
Cancel
Save