web-usercenter更新
This commit is contained in:
@@ -226,22 +226,21 @@ watch(
|
||||
background: white;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
||||
padding: 24px;
|
||||
// padding: 24px;
|
||||
overflow-y: auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.content-wrapper-full {
|
||||
flex: 1;
|
||||
margin: 16px;
|
||||
// margin: 16px;
|
||||
}
|
||||
|
||||
.main-content-full {
|
||||
background: white;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
|
||||
padding: 24px;
|
||||
min-height: calc(100vh - 64px - 48px);
|
||||
height: calc(100vh - 76px);
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user