| | |
| | | header-class-name="mini-header" |
| | | > |
| | | <div class="progress-box"> |
| | | <div class="item-num"> |
| | | <div class="item-num item-num-2"> |
| | | {{ pageData.currentDehydrationVolume }}/{{ |
| | | pageData.prescriptionDehydrationVolume |
| | | }}({{ pageData.currentUltrafiltrationRate }}) |
| | |
| | | backgroundColor="#D6DEF1" |
| | | borderRadius="50%" |
| | | /> |
| | | <div class="cftsl-text">处方脱水量:<span class="cftsl-num">{{ pageData.处方脱水量 }}L</span></div> |
| | | </div> |
| | | </Card> |
| | | </div> |
| | |
| | | color: #333333; |
| | | text-align: left; |
| | | font-style: normal; |
| | | &.item-num-2 { |
| | | margin-bottom: 2px; |
| | | } |
| | | } |
| | | .cftsl-text { |
| | | font-family: PingFangSC, PingFang SC; |
| | | font-weight: 600; |
| | | font-size: 5px; |
| | | color: #333333; |
| | | text-align: left; |
| | | font-style: normal; |
| | | .cftsl-num { |
| | | color: #a91a1a; |
| | | } |
| | | } |
| | | } |
| | | |