Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
a1c4c61d
提交
a1c4c61d
authored
5月 19, 2021
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: 样式修改
上级
f615e9fd
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
24 行增加
和
9 行删除
+24
-9
Preview.vue
frontend/src/components/canvas/components/Editor/Preview.vue
+12
-0
en.js
frontend/src/lang/en.js
+2
-1
tw.js
frontend/src/lang/tw.js
+2
-1
zh.js
frontend/src/lang/zh.js
+2
-1
PanelList.vue
frontend/src/views/panel/list/PanelList.vue
+4
-4
panel.js
frontend/src/views/panel/panel.js
+2
-2
没有找到文件。
frontend/src/components/canvas/components/Editor/Preview.vue
浏览文件 @
a1c4c61d
<
template
>
<div
id=
"canvasInfo"
:style=
"customStyle"
class=
"bg"
>
<el-row
v-if=
"componentDataShow.length===0"
style=
"height: 100%;"
class=
"custom-position"
>
{{
$t
(
'panel.panel_null'
)
}}
</el-row>
<ComponentWrapper
v-for=
"(item, index) in componentDataInfo"
:key=
"index"
...
...
@@ -148,4 +151,13 @@ export default {
}
}
}
.custom-position
{
flex
:
1
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
font-size
:
14px
;
flex-flow
:
row
nowrap
;
color
:
#9ea6b2
;
}
</
style
>
frontend/src/lang/en.js
浏览文件 @
a1c4c61d
...
...
@@ -872,7 +872,8 @@ export default {
clean_canvas
:
'Clean Canvas'
,
insert_picture
:
'Insert Picture'
,
redo
:
'Redo'
,
undo
:
'UToolbar.vuendo'
undo
:
'UToolbar.vuendo'
,
panel_null
:
'This is a Empty Panel,You Can Edit and Enrich It'
},
plugin
:
{
local_install
:
'Local installation'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
a1c4c61d
...
...
@@ -872,7 +872,8 @@ export default {
clean_canvas
:
'清空畫布'
,
insert_picture
:
'插入圖片'
,
redo
:
'重做'
,
undo
:
'撤銷'
undo
:
'撤銷'
,
panel_null
:
'这是个空的儀表盤,可以通过编辑来丰富内容'
},
plugin
:
{
local_install
:
'本地安裝'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
a1c4c61d
...
...
@@ -874,7 +874,8 @@ export default {
clean_canvas
:
'清空画布'
,
insert_picture
:
'插入图片'
,
redo
:
'重做'
,
undo
:
'撤销'
undo
:
'撤销'
,
panel_null
:
'这是个空的仪表板,可以通过编辑来丰富内容'
},
plugin
:
{
local_install
:
'本地安装'
,
...
...
frontend/src/views/panel/list/PanelList.vue
浏览文件 @
a1c4c61d
...
...
@@ -184,8 +184,8 @@ export default {
nodeType
:
null
,
panelType
:
null
,
panelStyle
:
JSON
.
stringify
({
width
:
1
6
80
,
height
:
105
0
,
width
:
1
2
80
,
height
:
72
0
,
scale
:
100
,
openCommonStyle
:
true
,
panel
:
DEFAULT_PANEL_STYLE
,
...
...
@@ -225,8 +225,8 @@ export default {
nodeType
:
null
,
panelType
:
null
,
panelStyle
:
JSON
.
stringify
({
width
:
1
6
80
,
height
:
105
0
,
width
:
1
2
80
,
height
:
72
0
,
scale
:
100
,
openCommonStyle
:
true
,
panel
:
DEFAULT_PANEL_STYLE
,
...
...
frontend/src/views/panel/panel.js
浏览文件 @
a1c4c61d
...
...
@@ -19,8 +19,8 @@ export const DEFAULT_PANEL_STYLE = {
}
export
const
DEFAULT_COMMON_CANVAS_STYLE
=
{
width
:
1
6
80
,
height
:
105
0
,
width
:
1
2
80
,
height
:
72
0
,
scale
:
100
,
openCommonStyle
:
true
,
panel
:
DEFAULT_PANEL_STYLE
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论