修改充电订单样式

This commit is contained in:
admin-lmm
2023-07-25 16:08:28 +08:00
parent edc81b113b
commit ce2e1503ba

View File

@@ -421,7 +421,6 @@ export default {
let arr = this.dict.type.start_mode.find(
(item) => item.value == mode
);
console.log(arr,'arr');
if (arr == null) {
return "一";
} else {
@@ -697,9 +696,7 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep
.el-descriptions--medium:not(.is-bordered)
.el-descriptions-item__cell {
::v-deep .el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
padding-bottom: 4px;
}