王恒
2025-08-13 bdb3123664234ec9bfe7f43be21fac7250f9479f
pages/message/details.vue
@@ -10,7 +10,7 @@
         <view class="wbox">
            <view class="item">
               <view class="k">
                  执法类型
            检查方式
               </view>
               <view class="v">
                  {{type}}
@@ -87,9 +87,15 @@
</template>
<script>
   import { order } from '@/api/index.js'
   import { getDicts } from '@/api/data.js'
   import { config } from '@/common/config'
  import {
    order
  } from '@/api/index.js'
  import {
    getDicts
  } from '@/api/data.js'
  import {
    config
  } from '@/common/config'
   
   export default {
      data() {
@@ -132,43 +138,49 @@
   page{
      background: #F4F4F4;
   }
</style>
<style lang="scss" scoped>
   .page-main{
      position: relative;
      top: -380rpx;
   }
   .donw-box{
      width: 100%;
      height: 380rpx;
      flex-shrink: 0;
      background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%);
   }
   .wbox{
      background: #fff;
      border-radius: 5px;
      padding: 24rpx;
      box-sizing: border-box;
      margin: 0 32rpx;
      .item{
         display: flex;
         margin-bottom: 20rpx;
         font-size: 30rpx;
         .k{
            color: #7E8596;
            width: 30%;
            
         }
         .v{
            color: #202D44;
            width: 70%;
            
         }
      }
      .item:last-child{
         margin-bottom: 0;
      }
      .imgbox{
         // display: flex;
         // flex-wrap: wrap;
@@ -177,6 +189,7 @@
         grid-template-columns: 1fr 1fr 1fr;
         grid-gap: 10rpx;
         border-radius: 10rpx;
         img{
            width: 198rpx;
            height: 198rpx;