mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
Fixed: Drawer Form
This commit is contained in:
parent
446cb0b85e
commit
5e12e7ea84
@ -103,6 +103,16 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.drawer ::v-deep {
|
||||
.el-form-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.drawer {
|
||||
::v-deep {
|
||||
min-width: 565px;
|
||||
|
Loading…
Reference in New Issue
Block a user