mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
修改充电订单样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user