|
@@ -28,7 +28,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
|
|
|
<div class="inpatient_board-call" v-show="listData.length > 0">
|
|
|
<div class="inpatient_board-main">
|
|
|
<div class="inpatient_board-item">
|
|
|
- <div>普通呼叫</div>
|
|
|
+ <div>床位呼叫</div>
|
|
|
<div v-for="value in store.callStore.call.values()">
|
|
|
{{ removeLeadingZerosKeepTrailing(value.bedNo) }} 床
|
|
|
</div>
|
|
@@ -47,7 +47,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
|
|
|
.inpatient_board-call {
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- z-index: 9;
|
|
|
+ z-index: 999;
|
|
|
position: fixed;
|
|
|
height: 100vh;
|
|
|
width: 100vw;
|
|
@@ -61,6 +61,7 @@ function removeLeadingZerosKeepTrailing(str: string) {
|
|
|
background: white;
|
|
|
|
|
|
.inpatient_board-item {
|
|
|
+ color: black;
|
|
|
margin: 5px;
|
|
|
font-size: 50px;
|
|
|
}
|