Kaynağa Gözat

feature_20260313_生动化陈列任务序号后面加任务名称

zhujindu 3 hafta önce
ebeveyn
işleme
85c48c42ad
1 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 6 3
      src/views/deviceWithin/taskPhotoTaking.vue

+ 6 - 3
src/views/deviceWithin/taskPhotoTaking.vue

@@ -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 {