fixed bugs and colors

This commit is contained in:
supertiger1234 2020-02-15 12:31:29 +00:00
parent 5b7a5135b6
commit e82dd4a84f
2 changed files with 3 additions and 3 deletions

View file

@ -545,7 +545,7 @@ export default {
height: 0; height: 0;
border-left: 10px solid transparent; border-left: 10px solid transparent;
border-right: 10px solid transparent; border-right: 10px solid transparent;
border-top: 15px solid #000000ad; border-top: 15px solid #00203a;
align-self: flex-end; align-self: flex-end;
margin-right: 46px; margin-right: 46px;
@ -557,7 +557,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
background: rgba(0, 110, 255, 0.8); background: rgba(0, 56, 100, 0.4);
flex-shrink: 0; flex-shrink: 0;
} }
.tab { .tab {

View file

@ -1,7 +1,7 @@
<template> <template>
<div <div
class="container" class="container"
:class="{ mentioned }" :class="{ 'mentioned-container': mentioned }"
@mouseover="mouseOverEvent" @mouseover="mouseOverEvent"
@mouseleave="hover = false" @mouseleave="hover = false"
> >