mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 07:36:53 +00:00
fix some bug (css)
This commit is contained in:
parent
2141a26dbd
commit
725a999e9a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<v-card
|
<v-card
|
||||||
class="stick-bottom card-height"
|
class="stick-bottom card-height destination-card"
|
||||||
width="100%"
|
width="100%"
|
||||||
:height="cardHeight"
|
:height="cardHeight"
|
||||||
style="padding-top: 15px;"
|
style="padding-top: 15px;"
|
||||||
|
@ -362,14 +362,14 @@ export default {
|
||||||
background-color: rgba(230, 230, 230, 1);
|
background-color: rgba(230, 230, 230, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-input__control
|
.destination-card .v-input__control
|
||||||
{
|
{
|
||||||
|
|
||||||
max-height: 6vh;
|
max-height: 6vh;
|
||||||
max-width: 50vw;
|
max-width: 50vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-field__input
|
.destination-card .v-field__input
|
||||||
{
|
{
|
||||||
/* font-size: 14px; */
|
/* font-size: 14px; */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue