抽屉高度修改
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user