forked from github/dataease
style: 跳转系统管理边距等
This commit is contained in:
parent
d5d91b0d73
commit
75a373c222
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<de-container>
|
<de-container class="content-container">
|
||||||
<de-aside-container isTemplate>
|
<de-aside-container class="template-aside-container" is-template>
|
||||||
<el-tabs v-model="currentTemplateType" @tab-click="handleClick">
|
<el-tabs v-model="currentTemplateType" @tab-click="handleClick">
|
||||||
<el-tab-pane name="self">
|
<el-tab-pane name="self">
|
||||||
<span slot="label"><i class="el-icon-star-off tablepanel-i" />{{ $t('panel.user_template') }}</span>
|
<span slot="label"><i class="el-icon-star-off tablepanel-i" />{{ $t('panel.user_template') }}</span>
|
||||||
@ -211,4 +211,13 @@ export default {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-container{
|
||||||
|
padding: 20px!important;
|
||||||
|
overflow: hidden;
|
||||||
|
height: calc(100vh - 56px)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.template-aside-container{
|
||||||
|
height: calc(100vh - 96px)!important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user