.box1-progress {
color: red !important;
height: 100px !important;
//width: 100% !important;
position: relative;
//border-radius: 0rem !important;
.ant-progress-text {
//display: none;
position: absolute;
left: 5px;
top: 10px;
font-size: 12px;
color: #fff;
}
.ant-progress-outer {
padding: .06rem .1rem;
border-radius: 0 !important;
width: 100% !important;
.ant-progress-bg {
border-radius: 0 !important;
height: 20px !important;
}
}
.ant-progress-inner {
background-color: #4E6A96;
border-radius: 0 !important;
}
}
自定义antd progress进度条组件样式
最新推荐文章于 2025-02-09 13:13:39 发布