mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-22 00:36:52 +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>
|
||||
<v-card
|
||||
class="stick-bottom card-height"
|
||||
class="stick-bottom card-height destination-card"
|
||||
width="100%"
|
||||
:height="cardHeight"
|
||||
style="padding-top: 15px;"
|
||||
|
@ -362,14 +362,14 @@ export default {
|
|||
background-color: rgba(230, 230, 230, 1);
|
||||
}
|
||||
|
||||
.v-input__control
|
||||
.destination-card .v-input__control
|
||||
{
|
||||
|
||||
max-height: 6vh;
|
||||
max-width: 50vw;
|
||||
}
|
||||
|
||||
.v-field__input
|
||||
.destination-card .v-field__input
|
||||
{
|
||||
/* font-size: 14px; */
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue