Просмотр исходного кода

update 订单完成情况

pull/8/head
lb 1 год назад
Родитель
Сommit
800045d897
1 измененных файлов: 5 добавлений и 2 удалений
  1. +5
    -2
      src/views/3DOverview/components/LeftContentOrder.vue

+ 5
- 2
src/views/3DOverview/components/LeftContentOrder.vue Просмотреть файл

@@ -73,7 +73,7 @@ const ProcessCircle = {
methods: {},
render: function(h) {
return h('el-progress', {
'class': {
class: {
'lb-progress-bar': true
},
props: {
@@ -189,10 +189,13 @@ export default {
.left-content-order >>> .el-progress-circle {
position: relative;
left: calc(24px * var(--beilv));
width: calc(12px * var(--beilv)) !important;
height: calc(12px * var(--beilv)) !important;
}

.left-content-order >>> .el-progress__text {
font-size: inherit;
font-size: calc(12px * var(--beilv)) !important;
line-height: calc(14px * var(--beilv)) !important;
left: calc(-2px * var(--beilv));
color: #ffffff50 !important;
}


Загрузка…
Отмена
Сохранить