Changed all static inline style to CSS classes
This commit is contained in:
parent
128b19ef8f
commit
d9aac824ef
27 changed files with 179 additions and 112 deletions
|
|
@ -4,14 +4,7 @@
|
|||
<div
|
||||
v-show="!closed"
|
||||
@click.stop="backgroundClick"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
"
|
||||
class="transition-bg"
|
||||
/>
|
||||
</v-fade-transition>
|
||||
<SwipeableBottomSheet
|
||||
|
|
@ -86,6 +79,14 @@ export default {
|
|||
}
|
||||
|
||||
.message-operations-bottom-sheet {
|
||||
.transition-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.pan-area {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue