79dca67c by lxs

分级分类任务更新

1 parent a4576de4
......@@ -617,7 +617,7 @@ onBeforeMount(() => {
@click="selectIndex = i; changTable();" v-preReClick>{{ item.dataPermissionName }}</div>
</div>
</div>
<div class="main_wrap" :class="{full: step == 1}">
<div class="main_wrap" :class="{ full: step == 1 }">
<div class="content_main" v-show="step == 0">
<div class="template_panel">
<div class="panel_title">
......@@ -808,15 +808,16 @@ onBeforeMount(() => {
width: 100%;
.el-breadcrumb {
padding: 8px;
padding: 0 12px;
line-height: 40px;
}
}
}
.table_panel_wrap {
width: 100%;
height: calc(100% - 30px);
padding: 8px 8px 0;
height: calc(100% - 40px);
padding: 0 12px;
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!