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