mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-13 12:26:07 +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 {
|
.drawer {
|
||||||
::v-deep {
|
::v-deep {
|
||||||
min-width: 565px;
|
min-width: 565px;
|
||||||
|
Loading…
Reference in New Issue
Block a user