mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-15 21:45:12 +00:00
style: Optimized style
This commit is contained in:
parent
d6de85ffdd
commit
a65023c8f7
@ -8,6 +8,7 @@
|
|||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
:visible.sync="dialog"
|
:visible.sync="dialog"
|
||||||
:wrapper-closable="true"
|
:wrapper-closable="true"
|
||||||
|
:append-to-body="true"
|
||||||
>
|
>
|
||||||
<div class="drawer__content">
|
<div class="drawer__content">
|
||||||
<slot name="default" />
|
<slot name="default" />
|
||||||
|
@ -114,24 +114,4 @@ export default {
|
|||||||
.asset-user-table {
|
.asset-user-table {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .page.tab-page {
|
|
||||||
.page-heading .el-row--flex {
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
.page-heading-left .el-button {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//.page-content {
|
|
||||||
// height: 100% !important;
|
|
||||||
// overflow-x: unset;
|
|
||||||
//
|
|
||||||
// .tab-page-content {
|
|
||||||
// height: calc(100% - 120px);
|
|
||||||
// }
|
|
||||||
//}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user