mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
style:修改路径管理中各管理 考勤 作业详情 导入学员 修改学员管理中调整弹窗 修改项目中排行榜
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user