代码提交
This commit is contained in:
@ -263,6 +263,7 @@ onLoad(async (option) => {
|
||||
lang="scss"
|
||||
scoped
|
||||
>
|
||||
@import "../../style/images";
|
||||
.select-row {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@ -329,7 +330,7 @@ onLoad(async (option) => {
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
background: url("https://b2c-pro-static-dev.zkthink.com/static/images/delete_icon.png") no-repeat center center;
|
||||
background: $addDelIcon no-repeat center center;
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
background-size: contain;
|
||||
|
Reference in New Issue
Block a user