Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
7c37cccf
提交
7c37cccf
authored
12月 24, 2021
作者:
fit2cloud-chenyw
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style: 仪表板组件样式
上级
181435cc
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
23 行增加
和
25 行删除
+23
-25
Preview.vue
frontend/src/components/canvas/components/Editor/Preview.vue
+1
-1
index.vue
frontend/src/views/panel/AssistComponent/index.vue
+2
-1
index.vue
frontend/src/views/panel/edit/index.vue
+18
-22
index.vue
frontend/src/views/panel/filter/index.vue
+2
-1
没有找到文件。
frontend/src/components/canvas/components/Editor/Preview.vue
浏览文件 @
7c37cccf
...
...
@@ -311,7 +311,7 @@ export default {
}
},
handleMouseDown
()
{
this
.
$store
.
commit
(
'setClickComponentStatus'
,
fals
)
this
.
$store
.
commit
(
'setClickComponentStatus'
,
fals
e
)
},
initMobileCanvas
()
{
this
.
$store
.
commit
(
'openMobileLayout'
)
...
...
frontend/src/views/panel/AssistComponent/index.vue
浏览文件 @
7c37cccf
...
...
@@ -339,7 +339,8 @@ export default {
white-space
:
pre
;
text-overflow
:
ellipsis
;
position
:
absolute
;
inset
:
0px
0px
0px
40px
;
/* inset: 0px 0px 0px 40px; */
margin-left
:
40px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow-x
:
hidden
;
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
7c37cccf
...
...
@@ -37,35 +37,31 @@
</div>
<!-- 视图图表 end -->
<!-- 过滤组件 start -->
<div
tabindex=
"-1"
style=
"position: relative; margin: 16px auto"
>
<div
style=
"height: 60px; position: relative"
>
<div
class=
"button-div-class"
style=
" text-align: center;line-height: 1;position: absolute;inset: 0px 0px 45px; "
>
<el-button
circle
:class=
"show&&showIndex===1? 'button-show':'button-closed'"
class=
"el-icon-s-tools"
size=
"mini"
@
click=
"showPanel(1)"
/>
</div>
<div
class=
"button-text"
style=
" position: absolute;left: 0px;right: 0px;bottom: 10px; height: 16px;"
>
<div
style=
" max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.module'
)
}}
</div>
</div>
<div
class=
"button-div-class"
style=
" width: 24px;height: 24px;text-align: center;line-height: 1;position: relative;margin: 16px auto 0px; "
>
<el-button
circle
:class=
"show&&showIndex===1? 'button-show':'button-closed'"
class=
"el-icon-s-tools"
size=
"mini"
@
click=
"showPanel(1)"
/>
</div>
<div
class=
"button-text"
style=
" position: relative; margin: 18px auto 16px;"
>
<div
style=
" max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.module'
)
}}
</div>
</div>
<div
style=
"height: 1px; position: relative; margin: 0px auto;background-color:#E6E6E6;"
>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
</div>
<!-- 过滤组件 end -->
<!-- 其他组件 start -->
<div
tabindex=
"-1"
style=
"position: relative; margin: 16px auto"
>
<div
style=
"height: 60px; position: relative"
>
<div
class=
"button-div-class"
style=
" text-align: center;line-height: 1;position: absolute;inset: 0px 0px 45px; "
>
<el-button
circle
:class=
"show&&showIndex===3? 'button-show':'button-closed'"
class=
"el-icon-brush"
size=
"mini"
@
click=
"showPanel(3)"
/>
</div>
<div
class=
"button-text"
style=
" position: absolute;left: 0px;right: 0px;bottom: 10px; height: 16px;"
>
<div
style=
" max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.other_module'
)
}}
</div>
</div>
<div
class=
"button-div-class"
style=
" width: 24px;height: 24px;text-align: center;line-height: 1;position: relative;margin: 16px auto 0px; "
>
<el-button
circle
:class=
"show&&showIndex===3? 'button-show':'button-closed'"
class=
"el-icon-brush"
size=
"mini"
@
click=
"showPanel(3)"
/>
</div>
<div
class=
"button-text"
style=
" position: relative; margin: 18px auto 16px;"
>
<div
style=
" max-width: 100%;text-align: center;white-space: nowrap;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
>
{{
$t
(
'panel.other_module'
)
}}
</div>
</div>
<div
style=
"height: 1px; position: relative; margin: 0px auto;background-color:#E6E6E6;"
>
<div
style=
"width: 60px;height: 1px;line-height: 1px;text-align: center;white-space: pre;text-overflow: ellipsis;position: relative;flex-shrink: 0;"
/>
</div>
...
...
@@ -220,8 +216,8 @@ import ViewSelect from '../ViewSelect'
import
SubjectSetting
from
'../SubjectSetting'
import
bus
from
'@/utils/bus'
import
Editor
from
'@/components/canvas/components/Editor/index'
import
{
deepCopy
,
panelInit
}
from
'@/components/canvas/utils/utils'
import
componentList
,
{
BASE_MOBILE_STYLE
,
HYPERLINKS
}
from
'@/components/canvas/custom-component/component-list'
// 左侧列表数据
import
{
deepCopy
,
panelInit
}
from
'@/components/canvas/utils/utils'
import
componentList
,
{
BASE_MOBILE_STYLE
,
HYPERLINKS
}
from
'@/components/canvas/custom-component/component-list'
// 左侧列表数据
import
{
mapState
}
from
'vuex'
import
{
uuid
}
from
'vue-uuid'
import
Toolbar
from
'@/components/canvas/components/Toolbar'
...
...
frontend/src/views/panel/filter/index.vue
浏览文件 @
7c37cccf
...
...
@@ -272,7 +272,8 @@ export default {
white-space
:
pre
;
text-overflow
:
ellipsis
;
position
:
absolute
;
inset
:
0px
0px
0px
40px
;
/* inset: 0px 0px 0px 40px; */
margin-left
:
40px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
overflow-x
:
hidden
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论