抽屉高度修改
This commit is contained in:
@@ -74,10 +74,19 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.drawers ::v-deep(.el-drawer__body){
|
||||
position:fixed;
|
||||
top:40px;
|
||||
left:50%;
|
||||
width:50%;
|
||||
}
|
||||
.drawer_footer{
|
||||
display: flex;
|
||||
width: 20%;
|
||||
width: 100px;
|
||||
justify-content: space-between;
|
||||
float: right;
|
||||
position:absolute;
|
||||
bottom: 20px;
|
||||
right:50px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user