课程榜单

This commit is contained in:
lmj
2022-10-08 11:02:09 +08:00
parent 5c5e9fa564
commit 72e5fce0ce
2 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ body {margin: 0px;padding: 0px;}
.ranking-data{ .ranking-data{
min-height: 246px; min-height: 246px;
margin: 0px; margin: 0px;
overflow-y: auto; // overflow-y: auto;
} }
} }
//排行块的背景 //排行块的背景

View File

@@ -861,7 +861,8 @@ export default {
.list-active{ .list-active{
display: none; display: none;
width: 458px; // width: 458px;
width:135%;
height: 165px; height: 165px;
padding: 20px; padding: 20px;
background: #FFFFFF; background: #FFFFFF;
@@ -871,7 +872,7 @@ export default {
border: 1px solid #EDEFF0; border: 1px solid #EDEFF0;
position: absolute; position: absolute;
top: 30px; top: 30px;
left: -16%; left: -17.5%;
z-index: 999; z-index: 999;
.list-content{ .list-content{
display: flex; display: flex;