兼容性提交

This commit is contained in:
wong
2025-09-25 10:50:43 +08:00
parent ebc24432ff
commit 31dad88078
8 changed files with 38 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
<template>
<view class="customer-management-wrapper" >
<view v-if="show" class="customer-management-container">
<view v-if="show" class="customer-management-container">
<!-- 头部 -->
<view class="header">
<view class="back-icon" @tap="closePage">
@@ -362,7 +361,7 @@
</view>
</u-popup>
</view>
</view>
</template>
<script>
@@ -1526,11 +1525,11 @@
}
.customer-card {
width: calc(50% - 15px);
}
.customer-detail-modal, .message-modal {
max-width: 500px;
// max-width: 500px;
margin: 0 auto;
}