mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
fix:style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user