style:修改路径管理中各管理 考勤 作业详情 导入学员 修改学员管理中调整弹窗 修改项目中排行榜

This commit is contained in:
songwc
2022-10-25 15:31:03 +08:00
parent e483c8bfaf
commit 46fad31cc0
14 changed files with 605 additions and 515 deletions

View File

@@ -839,6 +839,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"
@@ -4160,6 +4161,9 @@ export default {
display: flex;
justify-content: center;
align-items: center;
.ant-select-selector {
color: #388be1 !important;
}
.inhead {
width: 374px;
// background-color: lightblue;
@@ -4167,6 +4171,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;