feat:导览页面数据模拟

wuyanfu
guangyin 2023-05-18 10:35:05 +08:00
parent c7be35f12b
commit 4132bfa038
2 changed files with 13 additions and 2 deletions

Binary file not shown.

After

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