style: Optimized style

This commit is contained in:
zhaojisen 2024-12-06 11:33:38 +08:00 committed by ZhaoJiSen
parent d6de85ffdd
commit a65023c8f7
2 changed files with 1 additions and 20 deletions

View File

@ -8,6 +8,7 @@
:before-close="handleClose"
:visible.sync="dialog"
:wrapper-closable="true"
:append-to-body="true"
>
<div class="drawer__content">
<slot name="default" />

View File

@ -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>