mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -838,6 +838,7 @@
|
||||
<div class="rankhead">
|
||||
<div class="inhead">
|
||||
<div class="left">进度排行 Top10</div>
|
||||
<div class="icon"></div>
|
||||
<div class="right">
|
||||
<a-select
|
||||
v-model:value="valuestu1"
|
||||
@@ -4161,6 +4162,9 @@ export default {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.ant-select-selector {
|
||||
color: #388be1 !important;
|
||||
}
|
||||
.inhead {
|
||||
width: 374px;
|
||||
// background-color: lightblue;
|
||||
@@ -4168,6 +4172,15 @@ export default {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
.icon {
|
||||
position: absolute;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
background-image: url(../../assets/images/leveladd/info.png);
|
||||
background-size: 100%;
|
||||
left: 120px;
|
||||
}
|
||||
.left {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user