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