样式微调

This commit is contained in:
aixianling
2024-03-26 09:25:00 +08:00
parent 78d2c0ee21
commit c557433324

View File

@@ -62,7 +62,13 @@ export default {
.processPie {
.progress {
position: relative;
height: initial;
margin-right: 60px;
flex-shrink: 0;
:deep(.el-progress) {
display: block;
}
.label {
position: absolute;
@@ -73,10 +79,10 @@ export default {
font-size: 12px;
color: #FFFFFF;
white-space: nowrap;
width: 84px;
height: 84px;
width: 82px;
height: 82px;
border-radius: 50%;
border: 1px solid #66798a66;
border: 2px solid #66798a66;
display: flex;
flex-direction: column;
align-items: center;