去掉默认数据

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

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

@ -30,13 +30,13 @@
font-weight: bold;
&::before{
position: absolute;
content: '';
border-left: 1px solid rgba(192,196,204,1);
right: -10px;
top: 2px;
bottom: 0px;
margin-left: 10px;
//position: absolute;
//content: '';
//border-left: 1px solid rgba(192,196,204,1);
//right: -10px;
//top: 2px;
//bottom: 0px;
//margin-left: 10px;
}
}
.title-sub{
@ -105,7 +105,7 @@
.ant-table-thead{
th{
background: rgba(241,248,255,1);
}
.ant-table-column-title{
color: #303133;
@ -152,5 +152,5 @@
}
.tool-clazz{
max-width: 200px !important;
max-width: 200px !important;
}

Loading…
Cancel
Save