mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:查看头片显示
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
<button class="edit">
|
||||
<img
|
||||
class="editimg"
|
||||
src="../../assets/images/projectadd/edit.png"
|
||||
src="../../assets/images/projectadd/edit1.png"
|
||||
/>
|
||||
<span class="editext">编辑</span>
|
||||
</button>
|
||||
@@ -5966,12 +5966,13 @@ export default {
|
||||
position: absolute;
|
||||
right: 38px;
|
||||
top: 0;
|
||||
color: #4ea6ff;
|
||||
background: #ffffff;
|
||||
color: #fff;
|
||||
background: #4ea6ff;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
border: 1px solid #4ea6ff;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
|
||||
.editimg {
|
||||
width: 15px;
|
||||
@@ -5985,15 +5986,15 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.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");
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
.second {
|
||||
|
||||
Reference in New Issue
Block a user