mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
课程榜单
This commit is contained in:
@@ -56,7 +56,7 @@ body {margin: 0px;padding: 0px;}
|
||||
.ranking-data{
|
||||
min-height: 246px;
|
||||
margin: 0px;
|
||||
overflow-y: auto;
|
||||
// overflow-y: auto;
|
||||
}
|
||||
}
|
||||
//排行块的背景
|
||||
|
||||
@@ -861,7 +861,8 @@ export default {
|
||||
|
||||
.list-active{
|
||||
display: none;
|
||||
width: 458px;
|
||||
// width: 458px;
|
||||
width:135%;
|
||||
height: 165px;
|
||||
padding: 20px;
|
||||
background: #FFFFFF;
|
||||
@@ -871,7 +872,7 @@ export default {
|
||||
border: 1px solid #EDEFF0;
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: -16%;
|
||||
left: -17.5%;
|
||||
z-index: 999;
|
||||
.list-content{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user