Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
410ac96f
提交
410ac96f
authored
6月 22, 2021
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/main' into main
上级
aa8317b1
2e3cc292
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
2 行增加
和
14 行删除
+2
-14
.gitmodules
.gitmodules
+0
-6
README.md
README.md
+0
-0
dataease-plugin-xpack
dataease-plugin-xpack
+0
-1
dataease-plugins
dataease-plugins
+0
-1
index.vue
frontend/src/components/DeDrag/index.vue
+0
-1
Preview.vue
frontend/src/components/canvas/components/Editor/Preview.vue
+0
-1
VText.vue
frontend/src/components/canvas/custom-component/VText.vue
+0
-1
Group.vue
frontend/src/views/chart/group/Group.vue
+1
-1
Group.vue
frontend/src/views/dataset/group/Group.vue
+1
-1
index.vue
frontend/src/views/panel/edit/index.vue
+0
-1
filterDialog.vue
frontend/src/views/panel/filter/filterDialog.vue
+0
-0
没有找到文件。
.gitmodules
deleted
100644 → 0
浏览文件 @
aa8317b1
[submodule "dataease-plugins"]
path = dataease-plugins
url = git@github.com:dataease/dataease-plugins.git
[submodule "dataease-plugin-xpack"]
path = dataease-plugin-xpack
url = git@github.com:dataease/dataease-plugin-xpack.git
README.md
浏览文件 @
410ac96f
差异被折叠。
点击展开。
dataease-plugin-xpack
@
9879b705
Subproject commit 9879b705aa4a5105056109ecf5b9da70b783969d
dataease-plugins
@
2541de3d
Subproject commit 2541de3d2c82f37dcf9916fda70ada0ca3fc6132
frontend/src/components/DeDrag/index.vue
浏览文件 @
410ac96f
...
...
@@ -1083,7 +1083,6 @@ export default {
this
.
element
.
propValue
&&
this
.
element
.
propValue
.
viewId
&&
eventBus
.
$emit
(
'resizing'
,
this
.
element
.
propValue
.
viewId
)
},
changeWidth
(
val
)
{
debugger
// console.log('parentWidth', this.parentWidth)
// console.log('parentHeight', this.parentHeight)
const
[
newWidth
,
_
]
=
snapToGrid
(
this
.
grid
,
val
,
0
,
this
.
scale
)
...
...
frontend/src/components/canvas/components/Editor/Preview.vue
浏览文件 @
410ac96f
...
...
@@ -126,7 +126,6 @@ export default {
changeStyleWithScale
,
getStyle
,
restore
()
{
debugger
const
canvasHeight
=
document
.
getElementById
(
'canvasInfoTemp'
).
offsetHeight
const
canvasWidth
=
document
.
getElementById
(
'canvasInfoTemp'
).
offsetWidth
this
.
scaleWidth
=
canvasWidth
*
100
/
parseInt
(
this
.
canvasStyleData
.
width
)
// 获取宽度比
...
...
frontend/src/components/canvas/custom-component/VText.vue
浏览文件 @
410ac96f
...
...
@@ -57,7 +57,6 @@ export default {
watch
:
{
active
:
{
handler
(
newVal
,
oldVla
)
{
debugger
this
.
removeSelectText
()
},
deep
:
true
...
...
frontend/src/views/chart/group/Group.vue
浏览文件 @
410ac96f
...
...
@@ -807,7 +807,7 @@ export default {
}
}
}
else
{
resolve
(
node
.
data
.
children
)
node
.
data
.
children
&&
resolve
(
node
.
data
.
children
)
}
},
...
...
frontend/src/views/dataset/group/Group.vue
浏览文件 @
410ac96f
...
...
@@ -828,7 +828,7 @@ export default {
}
}
}
else
{
resolve
(
node
.
data
.
children
)
node
.
data
.
children
&&
resolve
(
node
.
data
.
children
)
}
},
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
410ac96f
...
...
@@ -447,7 +447,6 @@ export default {
this
.
$store
.
commit
(
'recordSnapshot'
)
this
.
clearCurrentInfo
()
debugger
// 文字组件
if
(
component
.
type
===
'v-text'
||
component
.
type
===
'rect-shape'
)
{
this
.
$store
.
commit
(
'setCurComponent'
,
{
component
:
component
,
index
:
this
.
componentData
.
length
})
...
...
frontend/src/views/panel/filter/filterDialog.vue
浏览文件 @
410ac96f
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论