|
@@ -26,21 +26,21 @@
|
|
|
display: inline-block;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
- background: url('~@/assets/images/plan/add.png') no-repeat;
|
|
|
+ //background: url('~@/assets/images/plan/add.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
.delete-icon {
|
|
|
display: inline-block;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
- background: url('~@/assets/images/plan/delete.png') no-repeat;
|
|
|
+ //background: url('~@/assets/images/plan/delete.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
.share-icon {
|
|
|
display: inline-block;
|
|
|
width: 18px;
|
|
|
height: 18px;
|
|
|
- background: url('~@/assets/images/plan/share.png') no-repeat;
|
|
|
+ //background: url('~@/assets/images/plan/share.png') no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|