fix:style

This commit is contained in:
wyx
2023-03-08 16:21:14 +08:00
parent a5e3842e89
commit d952369464
7 changed files with 75 additions and 72 deletions

View File

@@ -64,7 +64,7 @@
>
<img
class="editimg"
src="../../assets/images/projectadd/edit.png"
src="../../assets/images/projectadd/edit1.png"
/>
<span class="editext">编辑</span>
</router-link>
@@ -2248,10 +2248,11 @@ export default defineComponent({
position: absolute;
right: 38px;
top: 0;
color: #4ea6ff;
color: #fff;
width: 100px;
height: 40px;
border: 1px solid #4ea6ff;
background: #4ea6ff;
border-radius: 8px;
.editimg {
@@ -2267,15 +2268,15 @@ export default defineComponent({
}
}
.edit:hover {
color: #ffffff;
background-color: #4ea6ff;
cursor: pointer;
// .edit:hover {
// color: #ffffff;
// background-color: #4ea6ff;
// cursor: pointer;
.editimg {
background-image: url("../../assets/images/projectadd/edit1.png");
}
}
// .editimg {
// background-image: url("../../assets/images/projectadd/edit1.png");
// }
// }
}
.taskSyllabus {