Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
22
议题
22
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7
提交
6a0f2294
提交
6a0f2294
编写于
6月 03, 2020
作者:
tony001
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调整整体样式
上级
f27e07bf
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
52 行增加
和
43 行删除
+52
-43
CONTROL.less.ftl
@CONTROL/应用菜单/CONTROL.less.ftl
+13
-9
CONTROL.less.ftl
@CONTROL/树视图导航栏/CONTROL.less.ftl
+2
-1
VIEW.less.ftl
@CONTROL/视图布局面板/应用首页视图/VIEW.less.ftl
+13
-4
VIEW.vue.ftl
@CONTROL/视图布局面板/应用首页视图/VIEW.vue.ftl
+24
-29
未找到文件。
@CONTROL/应用菜单/CONTROL.less.ftl
浏览文件 @
6a0f2294
...
@@ -21,28 +21,32 @@
...
@@ -21,28 +21,32 @@
}
}
}
}
.el-submenu__title i, .el-menu-item i {
.el-submenu__title i, .el-menu-item i {
font-size: 16px;
font-size: 12px;
width: 16px;
width: 18px;
}
.el-submenu__title .app-menu-icon,.el-submenu__title .app-menu-icon{
width:20px;
font-size: 14px;
}
}
.el-submenu__title .text {
.el-submenu__title .text {
font-size: 16px;
font-size: 16px;
}
}
.el-menu-item, .el-submenu__title {
.el-menu-item, .el-submenu__title {
height:
36
px;
height:
50
px;
font-size: 1
6
px;
font-size: 1
4
px;
line-height:
32
px;
line-height:
50
px;
}
}
.el-menu-item, .el-submenu, .el-menu {
.el-menu-item, .el-submenu, .el-menu {
border-top: 1px solid #fff;
border-top: 1px solid #fff;
}
}
> .el-menu-item, > .el-submenu > .el-submenu__title {
> .el-menu-item, > .el-submenu > .el-submenu__title {
height: 40px;
height: 56px;
line-height: 36px;
line-height: 56px;
border-left: 4px solid transparent;
padding-left: 16px !important;
padding-left: 16px !important;
}
}
.app-menu-icon {
.app-menu-icon {
margin-right: 4px;
margin: 4px;
text-align: center;
}
}
> .el-submenu {
> .el-submenu {
> .el-menu {
> .el-menu {
...
...
@CONTROL/树视图导航栏/CONTROL.less.ftl
浏览文件 @
6a0f2294
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
> .ivu-split-pane {
> .ivu-split-pane {
> div {
> div {
height: 100%;
height: 100%;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
.tree-exp-bar-header {
.tree-exp-bar-header {
...
...
@CONTROL/视图布局面板/应用首页视图/VIEW.less.ftl
浏览文件 @
6a0f2294
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
padding: 0;
padding: 0;
margin: 0;
margin: 0;
.index_header{
.index_header{
height:
50
px;
height:
65
px;
padding:0 20px;
padding:0 20px;
display: flex;
display: flex;
align-items: center;
align-items: center;
...
@@ -18,6 +18,12 @@
...
@@ -18,6 +18,12 @@
align-items: center;
align-items: center;
}
}
.header-left{
.header-left{
.ivu-icon{
font-size: 20px;
padding: 4px;
margin-top: -2px;
cursor: pointer;
}
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
...
@@ -33,7 +39,7 @@
...
@@ -33,7 +39,7 @@
}
}
}
}
.index_content{
.index_content{
background-color:#
fff
;
background-color:#
F0F2F5
;
height:calc(100vh - 50px);
height:calc(100vh - 50px);
overflow-x: hidden;
overflow-x: hidden;
overflow-y: hidden;
overflow-y: hidden;
...
@@ -45,15 +51,18 @@
...
@@ -45,15 +51,18 @@
}
}
.ivu-layout .ivu-layout-sider .ivu-layout-sider-children .sider-top{
.ivu-layout .ivu-layout-sider .ivu-layout-sider-children .sider-top{
line-height: 58px;
line-height: 58px;
text-align:
right
;
text-align:
center
;
padding-right: 18px;
padding-right: 18px;
}
}
.ivu-layout .ivu-layout-sider .ivu-layout-sider-children .sider-top
.ivu-icon
{
.ivu-layout .ivu-layout-sider .ivu-layout-sider-children .sider-top{
font-size: 20px;
font-size: 20px;
padding: 4px;
padding: 4px;
margin-top: -2px;
margin-top: -2px;
cursor: pointer;
cursor: pointer;
}
}
.sider-top{
height:65px;
}
}
}
/*** BRGIN:滚动条样式 ***/
/*** BRGIN:滚动条样式 ***/
...
...
@CONTROL/视图布局面板/应用首页视图/VIEW.vue.ftl
浏览文件 @
6a0f2294
...
@@ -9,15 +9,27 @@
...
@@ -9,15 +9,27 @@
<div class="index_view ${srffilepath2(view.getCodeName())}<#if view.getPSSysCss?? && view.getPSSysCss()??> ${view.getPSSysCss().getCssName()}</#if>">
<div class="index_view ${srffilepath2(view.getCodeName())}<#if view.getPSSysCss?? && view.getPSSysCss()??> ${view.getPSSysCss().getCssName()}</#if>">
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="${view.getCodeName()?lower_case}"></app-studioaction>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="${view.getCodeName()?lower_case}"></app-studioaction>
<layout :class="themeClasses" :style="themeStyle">
<layout :class="themeClasses" :style="themeStyle">
<layout>
<sider :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange">
<div class="sider-top">
<div class="page-logo">
<#if view.getAppIconPath() != "">
<img v-show="collapseChange" src="${view.getAppIconPath()}" height="16">
<#else>
<img v-show="collapseChange" src="../../../assets/img/logo.png" height="16" />
</#if>
<span v-show="!collapseChange" style="display: inline-block;margin-left: 10px;font-size: 22px;">{{$t(model.srfCaption)}}</span>
</div>
</div>
${P.getCtrlCode('appmenu', 'CONTROL.html').code}
</sider>
</layout>
<header class="index_header">
<header class="index_header">
<div class="header-left" >
<div class="header-left" >
<div class="page-logo">
<div class="page-logo">
<#if view.getAppIconPath() != "">
<i v-show="!collapseChange" class="ivu-icon el-icon-s-fold" @click="handleClick"></i>
<img src="${view.getAppIconPath()}" height="32">
<i v-show="collapseChange" class="ivu-icon el-icon-s-unfold" @click="handleClick"></i>
<#else>
<app-breadcrumb></app-breadcrumb>
<img src="../../../assets/img/logo.png" height="32" />
</#if>
<span style="display: inline-block;margin-left: 10px;font-size: 22px;">{{$t(model.srfCaption)}}</span>
</div>
</div>
</div>
</div>
<div class="header-right" style="display: flex;align-items: center;justify-content: space-between;">
<div class="header-right" style="display: flex;align-items: center;justify-content: space-between;">
...
@@ -28,29 +40,12 @@
...
@@ -28,29 +40,12 @@
<app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
<app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
</div>
</div>
</header>
</header>
<layout>
<content class="index_content" :style="{'width':this.collapseChange ? 'calc(100vw - 64px)' : 'calc(100vw - 240px)' }">
<#if view.hasPSControl('appmenu')>
<tab-page-exp></tab-page-exp>
<sider :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange">
<app-keep-alive :routerList="getRouterList">
<div class="sider-top">
<router-view :key="getRouterViewKey"></router-view>
<i class="ivu-icon ivu-icon-md-menu" @click="handleClick"></i>
</app-keep-alive>
</div>
</content>
${P.getCtrlCode('appmenu', 'CONTROL.html').code}
</sider>
<content class="index_content" :style="{'width':this.collapseChange ? 'calc(100vw - 64px)' : 'calc(100vw - 200px)' }">
<tab-page-exp></tab-page-exp>
<app-keep-alive :routerList="getRouterList">
<router-view :key="getRouterViewKey"></router-view>
</app-keep-alive>
</content>
<#else>
<content style="width: 100vw;height: calc(100vh - 50px);">
<tab-page-exp></tab-page-exp>
<app-keep-alive :routerList="getRouterList">
<router-view :key="getRouterViewKey"></router-view>
</app-keep-alive>
</content>
</#if>
</layout>
</layout>
</layout>
</div>
</div>
<#else>
<#else>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录