提交 1a6b62e5 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 03a83a2f
......@@ -3,6 +3,9 @@
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizbookpickuptreeview"></app-studioaction>
<card class='view-card view-no-caption view-no-toolbar' :dis-hover="true" :bordered="false">
<div class='content-container'>
<div class="search-contant">
<i-input search @on-change="($event) => { this.srfnodefilter = $event.target.value; }" @on-search="onSearch" placeholder="图书名称" class='pull-left'/>
</div>
<div class="tree-contant">
<view_tree
:viewState="viewState"
......
......@@ -11,7 +11,7 @@
}
}
.tree-contant {
height: 100%;
height: calc(100% - 40px);
margin: 0px 0px 16px 0;
overflow: auto;
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册