|
|
|
@ -142,8 +142,8 @@
|
|
|
|
|
" |
|
|
|
|
@input="handleInput(offsetValuerControlObj.curValue)" |
|
|
|
|
@blur="handleBlur()" |
|
|
|
|
></el-input |
|
|
|
|
>℃</span |
|
|
|
|
> <template #suffix>℃</template></el-input |
|
|
|
|
></span |
|
|
|
|
> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -1347,6 +1347,9 @@ export default {
|
|
|
|
|
<style scoped> |
|
|
|
|
.goodData >>> .el-input--mini { |
|
|
|
|
font-size: 0.16rem !important; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: row; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.goodData >>> .el-input { |
|
|
|
|
width: 0.5rem !important; |
|
|
|
@ -1363,4 +1366,11 @@ export default {
|
|
|
|
|
font-weight: bold; |
|
|
|
|
box-shadow: none !important; |
|
|
|
|
} |
|
|
|
|
.goodData >>> .el-input__suffix { |
|
|
|
|
color: #3df574 !important; |
|
|
|
|
font-weight: bold; |
|
|
|
|
right: -0.02rem !important; |
|
|
|
|
height: 100% !important; |
|
|
|
|
top: -0.01rem !important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|