app-progress.less 289 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .app-progress { min-height: 36px; display: flex; align-items: center; .el-progress--line { width: 100%; .el-progress-bar { padding-right: 0; margin-top: -4px; } .el-progress__text { position: absolute; right: 0; top: 16px; } } }