|
|
@@ -61,7 +61,7 @@
|
|
|
<div class="dataItem" v-for="(item, index) in dataList">
|
|
|
<div class="itemTop">
|
|
|
<div class="itemIndex">
|
|
|
- <p>
|
|
|
+ <p style="margin: 5px 0 10px 0">
|
|
|
{{ index + 1 }}、<span>{{ item.taskName }}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
@@ -248,7 +248,7 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style lang="scss" scoped>
|
|
|
+<style lang="scss">
|
|
|
.taskPhotoTaking {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
display: flex;
|
|
|
// border-radius: 6px;
|
|
|
flex-direction: row;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 5px;
|
|
|
// padding: 10px;
|
|
|
font-size: 16px;
|
|
|
margin-left: 20px;
|
|
|
@@ -352,6 +352,9 @@ export default {
|
|
|
.itemHtml {
|
|
|
overflow-x: auto;
|
|
|
margin-left: 20px;
|
|
|
+ p {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.itemBottom {
|