File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/fragments/forms/map-form/components/optimization Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5656 {{ $t('optimization.addFromMap') + $t('optimization.vehicle') }}
5757 </v-btn >
5858 </div >
59- <vehicle-list :vehicles =" vehicles" ></vehicle-list >
59+ <vehicle-list class = " content-list " :vehicles =" vehicles" ></vehicle-list >
6060 <v-layout row class =" form-actions-btns" >
6161 <v-tooltip bottom style =" float : right " >
6262 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 11<template >
22 <div class =" vehicle-inputs" >
3- <v-expansion-panel class =" content-list " :value =" vehicleExtended" :expand =" true" >
3+ <v-expansion-panel class =" no-shadow " :value =" vehicleExtended" :expand =" true" >
44 <v-expansion-panel-content style =" background : transparent ;" v-for =" (v, i) in vehicles" :key =" i" >
55 <div slot =" header" style =" padding-bottom : 0 ;" ><v-icon :color =" vehicleColors(v.id)" style =" padding : 0 5px 0 0 " >{{vehicleIcon(v.profile)}}</v-icon ><b >Vehicle {{v.id}} ({{v.profile}})</b ></div >
66 <v-card-text >
Original file line number Diff line number Diff line change 1- .content-list {
1+ .no-shadow {
22 box-shadow : none;
3- border-bottom : 2px solid # c62828 ;
4- margin : 0 0 5px 0 ;
53}
You can’t perform that action at this time.
0 commit comments