mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
style: Optimized style
This commit is contained in:
parent
d6de85ffdd
commit
a65023c8f7
@ -8,6 +8,7 @@
|
||||
:before-close="handleClose"
|
||||
:visible.sync="dialog"
|
||||
:wrapper-closable="true"
|
||||
:append-to-body="true"
|
||||
>
|
||||
<div class="drawer__content">
|
||||
<slot name="default" />
|
||||
|
@ -114,24 +114,4 @@ export default {
|
||||
.asset-user-table {
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user