Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
0ea67851
提交
0ea67851
编写于
1月 28, 2022
作者:
LUCIFER-ZHU
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:样式调整
上级
abe9092e
变更
8
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
24 行增加
和
19 行删除
+24
-19
dashboard.hbs
...7/@macro/front-end/widgets/dashboard-detail/dashboard.hbs
+1
-1
form-group-panel.hbs
...@macro/front-end/widgets/form-detail/form-group-panel.hbs
+2
-2
form-page.hbs
...mpl/r7/@macro/front-end/widgets/form-detail/form-page.hbs
+1
-1
form-tabpage.hbs
.../r7/@macro/front-end/widgets/form-detail/form-tabpage.hbs
+1
-1
index.scss
...resources/templ/r7/app_{{apps}}/src/style/base/index.scss
+3
-12
app-popover.scss
...app_{{apps}}/src/style/components/common/app-popover.scss
+13
-0
index.scss
...pl/r7/app_{{apps}}/src/style/components/common/index.scss
+2
-1
app-view-base-layout.scss
...s}}/src/style/components/layout/app-view-base-layout.scss
+1
-1
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/dashboard-detail/dashboard.hbs
浏览文件 @
0ea67851
{{#
eq
ctrl
.
psLayout
.
layout
"FLEX"
}}
<div
class=
"app-dashboard-layout-flex"
style=
"
{{#if
ctrl
.
psLayout
.
dir
}}
flex-direction:
{{
ctrl
.
psLayout
.
dir
}}
;
{{/if}}{{#if
ctrl
.
psLayout
.
align
}}
justify-content:
{{
ctrl
.
psLayout
.
align
}}
;
{{/if}}{{#if
ctrl
.
psLayout
.
vAlign
}}
align-items:
{{
ctrl
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
<div
class=
"app-dashboard-layout-flex"
style=
"
display: flex;
{{#if
ctrl
.
psLayout
.
dir
}}
flex-direction:
{{
ctrl
.
psLayout
.
dir
}}
;
{{/if}}{{#if
ctrl
.
psLayout
.
align
}}
justify-content:
{{
ctrl
.
psLayout
.
align
}}
;
{{/if}}{{#if
ctrl
.
psLayout
.
vAlign
}}
align-items:
{{
ctrl
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
{{#
each
ctrl
.
psControls
as
|
portlet
|
}}
<div
style=
"flex-grow:
{{#if
portlet
.
psLayoutPos
.
grow
}}{{
portlet
.
psLayoutPos
.
grow
}}{{else}}
0
{{/if}}
;"
>
{{>
(
lookup
'CONTAINER'
)
portlet
=
portlet
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/form-detail/form-group-panel.hbs
浏览文件 @
0ea67851
...
...
@@ -20,7 +20,7 @@
:uIActionGroup=
"state.detailsModel.
{{
item
.
codeName
}}
.uIActionGroup"
@
componentEvent=
"onComponentEvent"
>
{{#
eq
item
.
psLayout
.
layout
"FLEX"
}}
<div
class=
"app-form-layout-flex"
style=
"
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
<div
class=
"app-form-layout-flex"
style=
"
display: flex;
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
{{#
each
item
.
psDEFormDetails
as
|
formDetail
|
}}
{{>
(
lookup
.
'formDetail.detailType'
)
item
=
formDetail
}}
{{/
each
}}
...
...
@@ -57,7 +57,7 @@
:uIActionGroup=
"state.detailsModel.
{{
item
.
codeName
}}
.uIActionGroup"
@
componentEvent=
"onComponentEvent"
>
{{#
eq
item
.
psLayout
.
layout
"FLEX"
}}
<div
class=
"app-form-layout-flex"
style=
"
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
<div
class=
"app-form-layout-flex"
style=
"
display: flex;
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
{{#
each
item
.
psDEFormDetails
as
|
formDetail
|
}}
{{>
(
lookup
.
'formDetail.detailType'
)
item
=
formDetail
}}
{{/
each
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/form-detail/form-page.hbs
浏览文件 @
0ea67851
...
...
@@ -3,7 +3,7 @@
<AppIconText
{{#if
item
.
labelPSSysCss
}}
class=
"
{{
item
.
labelPSSysCss
.
cssName
}}
"
{{/if}}{{#if
item
.
psSysImage
}}{{#if
item
.
psSysImage
.
cssClass
}}
iconClass=
"
{{
item
.
psSysImage
.
cssClass
}}
"
{{/if}}{{#if
item
.
psSysImage
.
imagePath
}}
imgPath=
"
{{
item
.
psSysImage
.
imagePath
}}
"
{{/if}}{{/if}}
text=
"
{{
item
.
caption
}}
"
/>
</template>
{{#
eq
item
.
psLayout
.
layout
"FLEX"
}}
<div
class=
"app-form-layout-flex"
style=
"
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
<div
class=
"app-form-layout-flex"
style=
"
display: flex;
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
{{#
each
item
.
psDEFormDetails
as
|
formDetail
|
}}
{{>
(
lookup
.
'formDetail.detailType'
)
item
=
formDetail
}}
{{/
each
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/form-detail/form-tabpage.hbs
浏览文件 @
0ea67851
<a-tab-pane
v-show=
"state.detailsModel.
{{
item
.
codeName
}}
.visible"
{{#if
item
.
psSysCss
}}
class=
"
{{
item
.
psSysCss
.
cssName
}}
"
{{/if}}
key=
"
{{
item
.
codeName
}}
"
tab=
"
{{
item
.
caption
}}
"
>
{{#
eq
item
.
psLayout
.
layout
"FLEX"
}}
<div
class=
"app-form-layout-flex"
style=
"
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
<div
class=
"app-form-layout-flex"
style=
"
display: flex;
{{#if
item
.
psLayout
.
dir
}}
flex-direction:
{{
item
.
psLayout
.
dir
}}
;
{{/if}}{{#if
item
.
psLayout
.
align
}}
justify-content:
{{
item
.
psLayout
.
align
}}
;
{{/if}}{{#if
item
.
psLayout
.
vAlign
}}
align-items:
{{
item
.
psLayout
.
vAlign
}}
;
{{/if}}
"
>
{{#
each
item
.
psDEFormDetails
as
|
formDetail
|
}}
{{>
(
lookup
.
'formDetail.detailType'
)
item
=
formDetail
}}
{{/
each
}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/base/index.scss
浏览文件 @
0ea67851
...
...
@@ -27,16 +27,7 @@ body{
border
:
0
;
}
// 飘窗样式
.app-popover-wrapper
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
.app-popover
{
border-radius
:
5px
;
overflow
:
auto
;
background
:
#e8e8e8
;
}
// 去除antd 卡片自带样式
.ant-card-body
{
padding
:
0
;
}
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/components/common/app-popover.scss
0 → 100644
浏览文件 @
0ea67851
// 飘窗样式
.app-popover-wrapper
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
.app-popover
{
border-radius
:
5px
;
overflow
:
auto
;
background
:
#e8e8e8
;
}
}
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/components/common/index.scss
浏览文件 @
0ea67851
...
...
@@ -6,3 +6,4 @@
@use
'./app-user.scss'
;
@use
'./lock.scss'
;
@use
'./app-form-item.scss'
;
@use
'./app-popover.scss'
;
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/app_{{apps}}/src/style/components/layout/app-view-base-layout.scss
浏览文件 @
0ea67851
...
...
@@ -29,7 +29,7 @@
display
:
flex
;
flex
:
auto
;
height
:
100%
;
padding
:
0
10px
;
padding
:
10px
;
flex-direction
:
column
;
overflow
:
auto
;
background-color
:
var
(
--
app-view-layout-body-bg-color
);
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录