兼容性提交
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user