Compare commits

..

No commits in common. "fedff36ff0a4a2e4ee2e35b410759937a69dc660" and "40268268699defa09094f64ff7277246176c0b38" have entirely different histories.

2 changed files with 6 additions and 30 deletions

View File

@ -1,19 +1,19 @@
<template>
<div class="state-box">
<span v-if="this.injectData.status === 1">
<svg-icon icon-class="yellow_dot" class="tip"/>
<svg-icon icon-class="yellow_dot" style="font-size: 14px; position: relative; top: .08em" />
在途
</span>
<span v-if="this.injectData.status === 2">
<svg-icon icon-class="blue_dot" class="tip"/>
<svg-icon icon-class="blue_dot" style="font-size: 14px; position: relative; top: .08em" />
已下发
</span>
<span v-if="this.injectData.status === 3">
<svg-icon icon-class="green_dot" class="tip" />
<svg-icon icon-class="green_dot" style="font-size: 14px; position: relative; top: .08em" />
已完成
</span>
<span v-if="this.injectData.status === 4">
<svg-icon icon-class="orange_dot" class="tip" />
<svg-icon icon-class="orange_dot" style="font-size: 14px; position: relative; top: .08em" />
待下发
</span>
</div>
@ -44,11 +44,8 @@ export default {
}
}
</script>
<style lang="scss" scoped>
<style scoped>
.state-box {
.tip {
font-size: calc(14px * var(--beilv));
vertical-align: middle;
}
height: calc(15px * var(--beilv))
}
</style>

View File

@ -63,7 +63,6 @@ export default {
justify-content: space-between;
.box {
width: 49.5%;
height: 49.5%;
margin-bottom: 8px;
background-image: url('../../../../assets/img/cockpit/module-back.png');
background-repeat: no-repeat;
@ -93,26 +92,6 @@ export default {
background: #366F5D;
}
}
::-webkit-scrollbar {
width: calc(8px * var(--beilv));
}
::-webkit-scrollbar-track {
background-color: #14243f;
border-radius: 0;
}
::-webkit-scrollbar-button {
width: calc(8px * var(--beilv));
height: calc(8px * var(--beilv));
background: #5bc4bf9f;
position: relative;
}
::-webkit-scrollbar-thumb {
border-radius: calc(8px * var(--beilv));
background: #5bc4bf9f;
}
}
.progress-box {
border-radius: 5px;