修改签约患者

This commit is contained in:
shidongli 2024-06-19 15:44:40 +08:00
parent 4c8b03e91c
commit ddd597565a

View File

@ -340,9 +340,11 @@ export default {
.header {
background-color: #fff;
width: 98%;
margin: 0 auto;
border-radius: 8px;
width: 98%;
margin: 0 auto;
border-radius: 8px;
height: calc(100% - 5px);
overflow: auto;
}
.btns {