保存进度!
This commit is contained in:
parent
aa39cc4601
commit
1b368deb9c
@ -116,7 +116,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-menu {
|
:deep(.el-menu) {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
/* border-left: 5px solid #1d74b2; */
|
/* border-left: 5px solid #1d74b2; */
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="header-wrapper">
|
<div class="header-wrapper">
|
||||||
<span class="company-name">CPIC</span>
|
<span class="company-name">CPIC</span>
|
||||||
<div class="version-wrapper">
|
<div class="version-wrapper">
|
||||||
<span>测试版</span>
|
<span>桌面霸屏后台管理</span>
|
||||||
<span>Build-202303251257</span>
|
<span>Build-202303251257</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons-wrapper">
|
<div class="buttons-wrapper">
|
||||||
@ -93,6 +93,10 @@ export default {
|
|||||||
font: {
|
font: {
|
||||||
size: 0.5rem;
|
size: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> *+* {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-name {
|
.company-name {
|
||||||
|
@ -53,6 +53,7 @@
|
|||||||
<el-carousel
|
<el-carousel
|
||||||
arrow="never"
|
arrow="never"
|
||||||
indicator-position="none"
|
indicator-position="none"
|
||||||
|
:interval="4000"
|
||||||
>
|
>
|
||||||
<el-carousel-item
|
<el-carousel-item
|
||||||
:key="1"
|
:key="1"
|
||||||
@ -68,6 +69,7 @@
|
|||||||
<el-carousel
|
<el-carousel
|
||||||
arrow="never"
|
arrow="never"
|
||||||
indicator-position="none"
|
indicator-position="none"
|
||||||
|
:interval="4000"
|
||||||
>
|
>
|
||||||
<el-carousel-item :key="1">
|
<el-carousel-item :key="1">
|
||||||
<RankingListComponent :ranking-list="ui.attachingRankingList" />
|
<RankingListComponent :ranking-list="ui.attachingRankingList" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user