@@ -661,6 +661,7 @@ $border-color: #ececec;
border-bottom: 1px solid $border-color;
.list-item-content {
flex: 1;
+ padding: 16px;
max-width: 100%;
}
@@ -340,7 +340,6 @@ const recommendMaskConfig = {
display: flex;
flex-direction: row;
justify-content: space-between;
- padding: 16px 0;
&:hover {
color: $color-main;
@@ -61,10 +61,4 @@ export default {
-
-::v-deep {
- .list-item-content {
- padding: 16px;
- }
-}
</style>