Compare commits

..

No commits in common. "957fff1316354747733661fc2ac898fe3ce9964f" and "f71156aac922ac479aafec6a60f6d2d724812ab4" have entirely different histories.

2 changed files with 2 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

View File

@ -9,7 +9,7 @@
<i class="el-icon-caret-right"></i>
</div>
<div class="manual" v-if="showViewFlag" @click="showView">
<img src="~@/assets/img/view/game.png" alt="">
<i class="el-icon-plus"></i>
<span>自由导览</span>
</div>
<div class="close" v-if="showClose" @click="changeClose">
@ -92,18 +92,7 @@ export default class TitleComponent extends Vue {
}
}
div.manual{
right: 0;
display: flex;
align-items: center;
justify-content: center;
img{
width: 14px;
height: 10px;
}
span{
left: -12px;
}
right: 22px;
}
.el-icon-caret-right{
color: #FFFFFF;