antd-自定义进度条的颜色以及背景的颜色;antd-table表格内容向上对齐

 

进度条的颜色设置:strokeColor="red"

 

进度条的未完成的背景颜色设置:

.ant-progress-circle-trail{
stroke:#CFE5E9 !important;
}
 
antd-表格里的内容向上对齐:

td.ant-table-row-cell-break-word{
vertical-align: top;
padding:5px !important;
}

 

posted @ 2024-08-09 16:14  comeoncode  阅读(18)  评论(0编辑  收藏  举报