style:评估管理

This commit is contained in:
wyx
2023-03-03 21:10:15 +08:00
parent fb11f951d9
commit bbfe70a895
4 changed files with 35 additions and 29 deletions

View File

@@ -485,7 +485,7 @@ export default {
.img2 {
width: 16px;
height: 18px;
background-image: url(../../assets/images/coursewareManage/export.png);
background-image: url(../../assets/images/coursewareManage/export1.png);
background-size: 100% 100%;
margin-right: 7px;
}
@@ -498,9 +498,13 @@ export default {
}
.btn2 {
background: #ffffff;
background: #4ea6ff;
color: #4ea6ff;
color: #fff;
border: 1px solid #4ea6ff;
}
.btn2:active {
background: #0982ff;
}
}</style>