|
@@ -17,6 +17,7 @@
|
|
.hospital-new-component .subscribe-record-item .item-content .header-left {
|
|
.hospital-new-component .subscribe-record-item .item-content .header-left {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ width: 80%;
|
|
}
|
|
}
|
|
.hospital-new-component .subscribe-record-item .item-content .num-type {
|
|
.hospital-new-component .subscribe-record-item .item-content .num-type {
|
|
color: #666;
|
|
color: #666;
|
|
@@ -28,8 +29,12 @@
|
|
.hospital-new-component .subscribe-record-item .item-content .record-name {
|
|
.hospital-new-component .subscribe-record-item .item-content .record-name {
|
|
color: #333;
|
|
color: #333;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- font-size: 34rpx;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
margin-right: 16rpx;
|
|
margin-right: 16rpx;
|
|
|
|
+ flex: 1;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
.hospital-new-component .subscribe-record-item .item-content .status {
|
|
.hospital-new-component .subscribe-record-item .item-content .status {
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|