提交 fc04d2d1 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--列表高度样式调整

上级 2bb98dfa
<template> <template>
<div :class="['app-list', this.items.length > 0 ? '' : 'app-list-empty' ]"> <div :class="['app-list', this.items.length > 0 ? '' : 'app-list-empty' ]">
<div v-if="items.length > 0"> <div v-if="items.length > 0" style="height:100%;">
<#if ctrl.render??> <#if ctrl.render??>
${ctrl.render.code} ${ctrl.render.code}
<#else> <#else>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
</#ibizinclude> </#ibizinclude>
.app-list { .app-list {
height:100%;
flex-grow: 1; flex-grow: 1;
overflow-y: auto; overflow-y: auto;
.app-list-item { .app-list-item {
...@@ -16,6 +17,7 @@ ...@@ -16,6 +17,7 @@
} }
} }
.app-list-empty { .app-list-empty {
height:100%;
color: #909399; color: #909399;
display: flex; display: flex;
justify-content: center; justify-content: center;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册