|
|
@@ -194,7 +194,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div style="padding: 10px 16px; font-size: 16px; font-weight: bold">任务</div>
|
|
|
+ <div style="padding: 15px 16px; font-size: 16px; font-weight: bold; background: #f5f5f5">
|
|
|
+ 任务
|
|
|
+ </div>
|
|
|
<div class="card" v-if="list.visitSource != 2">
|
|
|
<div
|
|
|
class="info"
|
|
|
@@ -570,6 +572,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.perfectStore {
|
|
|
+ background: #fff;
|
|
|
.specialTask {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
@@ -601,6 +604,7 @@ export default {
|
|
|
img {
|
|
|
height: 80px;
|
|
|
width: 80px;
|
|
|
+ border-radius: 8px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -612,7 +616,7 @@ export default {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
.SKUBox {
|
|
|
- margin: 5px 10px;
|
|
|
+ margin: 20px 10px 30px 10px;
|
|
|
border-radius: 10px;
|
|
|
min-height: 90px;
|
|
|
padding: 10px 10px;
|