马宇豪
2023-07-12 e378faea25d7d71b6244ee70133877ea5ba7ec91
src/views/Admin/msgRecord.vue
@@ -33,7 +33,7 @@
          </p>
          <template #actions>
            <div>
              接收号码:<span>{{item.recipients.map(i=>i.name + '(' + i.phone + ')').join('、')}}</span>
              接收号码:<span>{{item.recipients.map(i=>i.realName + '(' + i.phone + ')').join('、')}}</span>
            </div>
            <div>
              <a-button type="primary" @click="viewDetails(item)">查看详情</a-button>
@@ -167,6 +167,7 @@
      align-items: center !important;
      .tit{
        width: 50%;
        color: @base
      }
    }
    /deep/ .ant-card-actions{