Lint fixes
parent
4c9dbbd2fb
commit
ba800b7e12
|
@ -451,15 +451,15 @@ export default {
|
|||
<style>
|
||||
.p-colorpicker {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.p-colorpicker-dragging {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.p-colorpicker-overlay {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.p-colorpicker-panel {
|
||||
position: relative;
|
||||
|
@ -528,7 +528,7 @@ export default {
|
|||
opacity: .85;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.p-colorpicker-panel.p-disabled .p-colorpicker-hue-handle,
|
||||
.p-colorpicker-panel.p-disabled .p-colorpicker-color-handle {
|
||||
opacity: .5;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<div class="content-section implementation">
|
||||
<div class="p-card">
|
||||
<div class="p-card-body" style="padding:0">
|
||||
<DataTable :value="cars" class="p-datatable-responsive p-datatable-cars" :selection.sync="selectedCar" selectionMode="single"
|
||||
<DataTable :value="cars" class="p-datatable-responsive p-datatable-cars" :selection.sync="selectedCar" selectionMode="single"
|
||||
dataKey="vin" :paginator="true" :rows="10" :filters="filters">
|
||||
<template #header>
|
||||
List of Cars
|
||||
|
|
|
@ -2251,7 +2251,7 @@ export default {
|
|||
<template v-pre>
|
||||
<div class="p-card">
|
||||
<div class="p-card-body" style="padding:0">
|
||||
<DataTable :value="cars" class="p-datatable-responsive p-datatable-cars" :selection.sync="selectedCar" selectionMode="single"
|
||||
<DataTable :value="cars" class="p-datatable-responsive p-datatable-cars" :selection.sync="selectedCar" selectionMode="single"
|
||||
dataKey="vin" :paginator="true" :rows="10" :filters="filters">
|
||||
<template #header>
|
||||
List of Cars
|
||||
|
|
Loading…
Reference in New Issue