Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
岳佳鑫
2022-10-25 15:57:03 +08:00
18 changed files with 1191 additions and 888 deletions

View File

@@ -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;