|
@@ -189,6 +189,9 @@ export default {
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
background: url('~@/assets/images/icon/icon-set.png') no-repeat center center;
|
|
background: url('~@/assets/images/icon/icon-set.png') no-repeat center center;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
|
+ ::before{
|
|
|
|
+ content: ''
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.common-lists{
|
|
.common-lists{
|
|
@@ -228,6 +231,9 @@ export default {
|
|
height: 44px;
|
|
height: 44px;
|
|
background: url('~@/assets/images/icon/icon-add.png') no-repeat center center;
|
|
background: url('~@/assets/images/icon/icon-add.png') no-repeat center center;
|
|
background-size: contain;
|
|
background-size: contain;
|
|
|
|
+ ::before{
|
|
|
|
+ content: ''
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.add-text{
|
|
.add-text{
|
|
color: #686868;
|
|
color: #686868;
|