抽屉高度修改

This commit is contained in:
zhujiyan
2024-05-07 11:48:16 +08:00
parent ab42f3dcba
commit 58e0ccb1ba

View File

@@ -74,10 +74,19 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.drawers ::v-deep(.el-drawer__body){
position:fixed;
top:40px;
left:50%;
width:50%;
}
.drawer_footer{ .drawer_footer{
display: flex; display: flex;
width: 20%; width: 100px;
justify-content: space-between; justify-content: space-between;
float: right; float: right;
position:absolute;
bottom: 20px;
right:50px;
} }
</style> </style>