Compare commits
No commits in common. "957fff1316354747733661fc2ac898fe3ce9964f" and "f71156aac922ac479aafec6a60f6d2d724812ab4" have entirely different histories.
957fff1316
...
f71156aac9
Binary file not shown.
|
Before Width: | Height: | Size: 424 B |
|
|
@ -9,7 +9,7 @@
|
||||||
<i class="el-icon-caret-right"></i>
|
<i class="el-icon-caret-right"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="manual" v-if="showViewFlag" @click="showView">
|
<div class="manual" v-if="showViewFlag" @click="showView">
|
||||||
<img src="~@/assets/img/view/game.png" alt="">
|
<i class="el-icon-plus"></i>
|
||||||
<span>自由导览</span>
|
<span>自由导览</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="close" v-if="showClose" @click="changeClose">
|
<div class="close" v-if="showClose" @click="changeClose">
|
||||||
|
|
@ -92,18 +92,7 @@ export default class TitleComponent extends Vue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.manual{
|
div.manual{
|
||||||
right: 0;
|
right: 22px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
img{
|
|
||||||
width: 14px;
|
|
||||||
height: 10px;
|
|
||||||
}
|
|
||||||
span{
|
|
||||||
left: -12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
.el-icon-caret-right{
|
.el-icon-caret-right{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue