Commit 43a1be15 by sunchao

样式调整

parent 7ef8be57
......@@ -99,13 +99,13 @@
</div>
</div>
<div class="part2_item todo" routerLink="todo">
<div>
<div class="task_list">
<span>今日任务</span>
<img style="width: 50%;" src="assets/images/todo_icon.png">
<img style="width: 38px;height: 38px;" src="assets/images/todo_icon.png">
</div>
<div>
<div class="task_list">
<span>数量</span>
<div style="width: 100%;font-size: 24px;font-weight: bold;">{{taskLen?.length }}</div>
<div style="width: 100%;height: 38px;font-size: 24px;font-weight: bold;">{{taskLen?.length }}</div>
</div>
</div>
</div>
......
......@@ -247,6 +247,13 @@ ul,ol{
margin-bottom: 10px;
}
}
div.task_list{
width: 50%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
}
}
......
......@@ -31,7 +31,7 @@
</ul>
</div>
<div style="height: 35px;line-height: 35px;margin: 10px auto 0 auto;">数据分析:</div>
<div echarts [options]="chartOption" class="chart" style="height: 250px;"></div>
<div echarts [options]="chartOption" class="chart" style="height: 200px;"></div>
</div>
</div>
\ No newline at end of file
......@@ -58,12 +58,15 @@ export class ScoreDetailsComponent implements OnInit {
emphasis: {
label: {
show: true,
fontSize: '14',
fontSize: '12',
fontWeight: 'bold'
}
},
labelLine: {
show: true
show: true,
// normal:{
// length:12
// }
},
data: [
{value: this.salesScoreDetails.saleScore, name: '营销',itemStyle:{color:'#CF3153'}},
......
......@@ -6,8 +6,11 @@
<div id="add_calendar_wrapper" style="position: absolute;right: 0;">
<List className="calendar-list" style="backgroundColor: 'white'">
<ListItem (onClick)="clickCalendar()">
{{this.trackTime.substring(5,7)}}月
<img src="assets/images/calendar_icon.png" alt="日历">
<div style="display: flex;height: 100%;align-items: center;">
{{this.trackTime.substring(5,7)}}月
<img src="assets/images/calendar_icon.png" alt="日历">
</div>
</ListItem>
</List>
<Calendar [(ngModel)]="this.state.date"
......
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