This commit is contained in:
2023-10-27 16:47:12 +08:00
parent a8237afa00
commit f95a8d1d6f

View File

@ -38,7 +38,6 @@
<u-empty mode="order" icon-size='220' text="暂无数据"></u-empty>
</view>
<!-- 家医模块 评价 -->
<u-popup v-model="evaluateshow" mode="bottom" length="45%" border-radius="30" :closeable='true'>
<view class="evaluateserver">
立即评价
@ -470,7 +469,8 @@
height: 74rpx;
overflow: auto;
span:nth-child(1) {
span:nth-child(1) {
font-size: 28rpx;
overflow: hidden;
text-overflow: ellipsis;