Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
cfbc35fb
Unverified
提交
cfbc35fb
authored
12月 02, 2021
作者:
王嘉豪
提交者:
GitHub
12月 02, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1376 from dataease/pr@dev@refactor_panel-open
refactor: 开启移动端设置
上级
56597ec0
601f9e4d
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
5 行删除
+21
-5
Toolbar.vue
frontend/src/components/canvas/components/Toolbar.vue
+3
-0
en.js
frontend/src/lang/en.js
+3
-1
tw.js
frontend/src/lang/tw.js
+3
-1
zh.js
frontend/src/lang/zh.js
+3
-1
ComponentWait.vue
frontend/src/views/panel/edit/ComponentWait.vue
+3
-1
index.vue
frontend/src/views/panel/edit/index.vue
+6
-1
没有找到文件。
frontend/src/components/canvas/components/Toolbar.vue
浏览文件 @
cfbc35fb
...
@@ -11,6 +11,9 @@
...
@@ -11,6 +11,9 @@
</span>
</span>
</div>
</div>
<div
v-else
class=
"toolbar"
>
<div
v-else
class=
"toolbar"
>
<el-tooltip
:content=
"$t('panel.mobile_layout')"
>
<el-button
class=
"icon iconfont-tb icon-yidongduan"
size=
"mini"
circle
@
click=
"openMobileLayout"
/>
</el-tooltip>
<el-tooltip
v-if=
"!canvasStyleData.auxiliaryMatrix"
:content=
"$t('panel.new_element_distribution')+':'+$t('panel.suspension')"
>
<el-tooltip
v-if=
"!canvasStyleData.auxiliaryMatrix"
:content=
"$t('panel.new_element_distribution')+':'+$t('panel.suspension')"
>
<el-button
class=
"icon iconfont-tb icon-xuanfuanniu"
size=
"mini"
circle
@
click=
"auxiliaryMatrixChange"
/>
<el-button
class=
"icon iconfont-tb icon-xuanfuanniu"
size=
"mini"
circle
@
click=
"auxiliaryMatrixChange"
/>
</el-tooltip>
</el-tooltip>
...
...
frontend/src/lang/en.js
浏览文件 @
cfbc35fb
...
@@ -1427,7 +1427,9 @@ export default {
...
@@ -1427,7 +1427,9 @@ export default {
video_add_tips
:
'Please Add Video Info...'
,
video_add_tips
:
'Please Add Video Info...'
,
panel_view_result_show
:
'View Result Show'
,
panel_view_result_show
:
'View Result Show'
,
panel_view_result_tips
:
'Chose "Panel" Will Overwrite View`s Result,Range 1~10000'
,
panel_view_result_tips
:
'Chose "Panel" Will Overwrite View`s Result,Range 1~10000'
,
timeout_refresh
:
'Timeout,Will Refresh...'
timeout_refresh
:
'Timeout,Will Refresh...'
,
mobile_layout
:
'Mobile Layout'
,
component_hidden
:
'Component Hidden'
},
},
plugin
:
{
plugin
:
{
local_install
:
'Local installation'
,
local_install
:
'Local installation'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
cfbc35fb
...
@@ -1430,7 +1430,9 @@ export default {
...
@@ -1430,7 +1430,9 @@ export default {
video_add_tips
:
'請點擊添加配置視頻信息...'
,
video_add_tips
:
'請點擊添加配置視頻信息...'
,
panel_view_result_show
:
'視圖結果展示'
,
panel_view_result_show
:
'視圖結果展示'
,
panel_view_result_tips
:
'選擇儀表板會覆蓋視圖的結果展示數量,取值範圍1~10000'
,
panel_view_result_tips
:
'選擇儀表板會覆蓋視圖的結果展示數量,取值範圍1~10000'
,
timeout_refresh
:
'请求超时,稍后刷新...'
timeout_refresh
:
'请求超时,稍后刷新...'
,
mobile_layout
:
'移动端布局'
,
component_hidden
:
'隐藏的组件'
},
},
plugin
:
{
plugin
:
{
local_install
:
'本地安裝'
,
local_install
:
'本地安裝'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
cfbc35fb
...
@@ -1438,7 +1438,9 @@ export default {
...
@@ -1438,7 +1438,9 @@ export default {
video_add_tips
:
'请点击添加配置视频信息...'
,
video_add_tips
:
'请点击添加配置视频信息...'
,
panel_view_result_show
:
'视图结果展示'
,
panel_view_result_show
:
'视图结果展示'
,
panel_view_result_tips
:
'选择仪表板会覆盖视图的结果展示数量,取值范围1~10000'
,
panel_view_result_tips
:
'选择仪表板会覆盖视图的结果展示数量,取值范围1~10000'
,
timeout_refresh
:
'请求超时,稍后刷新...'
timeout_refresh
:
'请求超时,稍后刷新...'
,
mobile_layout
:
'移动端布局'
,
component_hidden
:
'隐藏的组件'
},
},
plugin
:
{
plugin
:
{
local_install
:
'本地安装'
,
local_install
:
'本地安装'
,
...
...
frontend/src/views/panel/edit/ComponentWait.vue
浏览文件 @
cfbc35fb
<
template
>
<
template
>
<el-row
class=
"component-wait"
>
<el-row
class=
"component-wait"
>
<el-row
class=
"component-wait-title"
>
<el-row
class=
"component-wait-title"
>
隐藏的组件
{{
$t
(
'panel.component_hidden'
)
}}
</el-row>
</el-row>
<el-row
class=
"component-wait-main"
>
<el-row
class=
"component-wait-main"
>
<component-wait-item
<component-wait-item
...
@@ -73,6 +73,8 @@ export default {
...
@@ -73,6 +73,8 @@ export default {
.component-wait-title
{
.component-wait-title
{
width
:
100%
;
width
:
100%
;
height
:
30px
;
height
:
30px
;
color
:
#FFFFFF
;
vertical-align
:
center
;
background-color
:
#9ea6b2
;
background-color
:
#9ea6b2
;
border-bottom
:
1px
black
;
border-bottom
:
1px
black
;
}
}
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
cfbc35fb
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<el-col
:span=
"8"
class=
"this_mobile_canvas_cell"
>
<el-col
:span=
"8"
class=
"this_mobile_canvas_cell"
>
<div
<div
v-proportion=
"2.5"
v-proportion=
"2.5"
:style=
"customCanvasStyle"
:style=
"customCanvas
Mobile
Style"
class=
"this_mobile_canvas"
class=
"this_mobile_canvas"
@
drop=
"handleDrop"
@
drop=
"handleDrop"
@
dragover=
"handleDragOver"
@
dragover=
"handleDragOver"
...
@@ -331,6 +331,11 @@ export default {
...
@@ -331,6 +331,11 @@ export default {
return
false
return
false
}
}
},
},
customCanvasMobileStyle
()
{
return
{
padding
:
this
.
componentGap
+
'px'
}
},
customCanvasStyle
()
{
customCanvasStyle
()
{
let
style
=
{
let
style
=
{
padding
:
this
.
componentGap
+
'px'
padding
:
this
.
componentGap
+
'px'
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论