Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
22
议题
22
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7
提交
8d306da1
提交
8d306da1
编写于
11月 02, 2022
作者:
Mosher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:更新
上级
933f3811
变更
6
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
35 行增加
和
72 行删除
+35
-72
CONTROL.less.ftl
@CONTROL/列表导航/CONTROL.less.ftl
+0
-4
CONTROL.less.ftl
@CONTROL/卡片视图导航/CONTROL.less.ftl
+0
-4
CONTROL-BASE.vue.ftl
@CONTROL/树视图导航栏/CONTROL-BASE.vue.ftl
+11
-9
CONTROL.less.ftl
@CONTROL/树视图导航栏/CONTROL.less.ftl
+17
-51
CONTROL.less.ftl
@CONTROL/表格导航/CONTROL.less.ftl
+0
-4
VIEW.less.ftl
@VIEW/实体表格视图/VIEW.less.ftl
+7
-0
未找到文件。
@CONTROL/列表导航/CONTROL.less.ftl
浏览文件 @
8d306da1
...
@@ -15,10 +15,6 @@
...
@@ -15,10 +15,6 @@
}
}
}
}
.exp-bar-action-container {
.exp-bar-action-container {
display: flex;
align-items: center;
}
.container-header{
display: flex;
display: flex;
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
...
...
@CONTROL/卡片视图导航/CONTROL.less.ftl
浏览文件 @
8d306da1
...
@@ -15,10 +15,6 @@
...
@@ -15,10 +15,6 @@
}
}
}
}
.exp-bar-action-container {
.exp-bar-action-container {
display: flex;
align-items: center;
}
.container-header{
display: flex;
display: flex;
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
...
...
@CONTROL/树视图导航栏/CONTROL-BASE.vue.ftl
浏览文件 @
8d306da1
...
@@ -8,18 +8,11 @@
...
@@ -8,18 +8,11 @@
<div class="tree-exp-bar-title">
<div class="tree-exp-bar-title">
<icon type='ios-home-outline'/><#if ctrl.getTitle() == ''>{{ $t('app.treeExpBar.title') }}<#else>${ctrl.getTitle()}</#if>
<icon type='ios-home-outline'/><#if ctrl.getTitle() == ''>{{ $t('app.treeExpBar.title') }}<#else>${ctrl.getTitle()}</#if>
</div>
</div>
<#if ctrl.getPSControls()??>
<#assign controls = ctrl.getPSControls()/>
<#list controls as singleControl>
<#if singleControl.getControlType() == "TOOLBAR">
${P.getCtrlCode(singleControl, 'CONTROL.html').code}
</#if>
</#list>
</#if>
</div>
</div>
</#if>
</#if>
<div class="exp-bar-action-container">
<#if ctrl.isEnableSearch()>
<#if ctrl.isEnableSearch()>
<div class='search-cont
ent
'>
<div class='search-cont
ainer
'>
<i-input
<i-input
v-model="srfnodefilter"
v-model="srfnodefilter"
:search="true"
:search="true"
...
@@ -27,7 +20,16 @@
...
@@ -27,7 +20,16 @@
@on-search="onSearch">
@on-search="onSearch">
</i-input>
</i-input>
</div>
</div>
<#if ctrl.getPSControls()??>
<#assign controls = ctrl.getPSControls()/>
<#list controls as singleControl>
<#if singleControl.getControlType() == "TOOLBAR">
${P.getCtrlCode(singleControl, 'CONTROL.html').code}
</#if>
</#list>
</#if>
</#if>
</#if>
</div>
<div class='tree-exp-content'>
<div class='tree-exp-content'>
<#if ctrl.getPSDETree()??><#t>
<#if ctrl.getPSDETree()??><#t>
<#assign tree = ctrl.getPSDETree()/>
<#assign tree = ctrl.getPSDETree()/>
...
...
@CONTROL/树视图导航栏/CONTROL.less.ftl
浏览文件 @
8d306da1
.app-tree-exp-bar {
.app-tree-exp-bar {
> .ivu-split-horizontal {
> .ivu-split-trigger-con {
height: 100%;
height: 100%;
width: 1px;
}
> .ivu-split-pane {
> div {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
.tree-exp-bar-header {
.tree-exp-bar-header {
line-height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ddd;
display: flex;
justify-content: space-between;
.tree-exp-bar-title {
.tree-exp-bar-title {
font-size: 18px;
font-size: 18px;
padding-left: 8px;
padding-left: 8px;
flex-shrink: 0;
i {
i {
font-size: 20px;
font-size: 20px;
margin-top: -2px;
margin-top: -2px;
}
}
}
}
.toolbar-container{
}
margin-left: auto;
.exp-bar-action-container {
margin-right: 10px;
display: flex;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
align-items: center;
.ivu-badge-count{
flex-wrap: wrap;
top: 2px;
.search-container {
}
width: 30%;
}
}
.search-content {
width: 100%;
height: 48px;
height: 48px;
padding: 10px 5px 10px 5px;
padding: 10px 10px 10px 0;
}
min-width: 200px;
.tree-exp-content {
max-width: 400px;
<#-- 计算高度 -->
<#if ctrl.isShowTitleBar() && ctrl.isEnableSearch()>
height: calc(100% - 88px);
<#elseif ctrl.isShowTitleBar() && !ctrl.isEnableSearch()>
height: calc(100% - 40px);
<#elseif !ctrl.isShowTitleBar() && ctrl.isEnableSearch()>
height: calc(100% - 38px);
<#else>
height: 100%;
</#if>
overflow: auto;
padding: 16px 0;
margin-bottom: 10px;
}
.tree-exp-content2 {
height: 100%;
overflow: auto;
flex-grow: 1;
}
}
.toolbar-container{
padding: 4px;
}
}
.quick-group-container {
padding-top: 8px;
padding-right: 20px;
}
}
> .right-pane.ivu-split-pane {
> div {
padding-left: 10px;
}
}
> .left-pane.ivu-split-pane {
padding-right: 10px;
}
}
.tree-exp-bar-content {
flex-grow: 1;
overflow: auto;
}
}
}
}
...
...
@CONTROL/表格导航/CONTROL.less.ftl
浏览文件 @
8d306da1
...
@@ -15,10 +15,6 @@
...
@@ -15,10 +15,6 @@
}
}
}
}
.exp-bar-action-container {
.exp-bar-action-container {
display: flex;
align-items: center;
}
.container-header{
display: flex;
display: flex;
justify-content: flex-start;
justify-content: flex-start;
align-items: center;
align-items: center;
...
...
@VIEW/实体表格视图/VIEW.less.ftl
浏览文件 @
8d306da1
<#if view.getPSViewLayoutPanel()?? && view.getPSViewLayoutPanel().isUseDefaultLayout()>
${P.getLayoutCode().code}
${P.getLayoutCode().code}
<#else>
.${srffilepath2(view.getCodeName())} {
display: block;
}
</#if>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录