@@ -31,9 +31,9 @@
bottom: 0;
left: 0;
right: 0;
- padding: 40rpx;
text-align: center;
- margin-bottom: 50rpx;
+ color: #1677FF;
+ padding: 40rpx 0 70rpx 0;
}
.choose-hospital-popup .choose-hospital-content .content .no-data {
display: flex;
@@ -44,10 +44,9 @@
</block>
</view>
- <view class="add-patient-btn">
- <button onTap="onAddPatient">
- 添加就诊人
- </button>
+ <view class="add-patient-btn" onTap="onAddPatient">
+ <am-icon type="add" size="16" />
+ {{ ' ' }}添加就诊人
</popup>