Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
40c76c7f
提交
40c76c7f
authored
6月 21, 2021
作者:
junjie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(fix):tree图标替换
上级
959879f4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
9 行增加
和
1 行删除
+9
-1
datasource.svg
frontend/src/icons/svg/datasource.svg
+2
-0
Group.vue
frontend/src/views/chart/group/Group.vue
+3
-0
Group.vue
frontend/src/views/dataset/group/Group.vue
+3
-0
DsTree.vue
frontend/src/views/system/datasource/DsTree.vue
+1
-1
没有找到文件。
frontend/src/icons/svg/datasource.svg
0 → 100644
浏览文件 @
40c76c7f
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1624249976156"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"2309"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"200"
height=
"200"
><defs><style
type=
"text/css"
></style></defs><path
d=
"M279.04 483.584l193.706667 114.218667v227.242666L279.04 938.666667 85.333333 825.045333v-227.242666l193.706667-114.218667z m465.92 0L938.666667 597.802667v227.242666L744.96 938.666667l-193.706667-113.621334v-227.242666l193.706667-114.218667zM279.04 567.381333L156.586667 639.573333v143.573334l122.453333 71.765333 122.453333-71.765333V639.573333l-122.453333-72.192z m465.92 0l-122.453333 72.192v143.573334l122.453333 71.765333 122.368-71.765333V639.573333l-122.410667-72.149333zM512 85.333333l193.706667 113.621334v227.242666L512 540.416 318.293333 426.197333V198.954667L512 85.333333z m0 83.669334L389.546667 240.853333v143.530667L512 456.533333l122.410667-72.192V240.853333l-122.453334-71.850666z"
p-id=
"2310"
fill=
"#707070"
></path></svg>
\ No newline at end of file
frontend/src/views/chart/group/Group.vue
浏览文件 @
40c76c7f
...
...
@@ -61,6 +61,9 @@
<!-- <!– />–>-->
<!--
<svg-icon
icon-class=
"scene"
class=
"ds-icon-scene"
/>
-->
<!--
</span>
-->
<span>
<i
class=
"el-icon-folder"
/>
</span>
<span
style=
"margin-left: 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"
:title=
"data.name"
>
{{
data
.
name
}}
</span>
</span>
<span
v-if=
"hasDataPermission('manage',data.privileges)"
class=
"child"
>
...
...
frontend/src/views/dataset/group/Group.vue
浏览文件 @
40c76c7f
...
...
@@ -61,6 +61,9 @@
<!-- <!– />–>-->
<!--
<svg-icon
icon-class=
"scene"
class=
"ds-icon-scene"
/>
-->
<!--
</span>
-->
<span>
<i
class=
"el-icon-folder"
/>
</span>
<span
style=
"margin-left: 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;"
:title=
"data.name"
>
{{
data
.
name
}}
</span>
</span>
<span
v-if=
"hasDataPermission('manage',data.privileges)"
class=
"child"
>
...
...
frontend/src/views/system/datasource/DsTree.vue
浏览文件 @
40c76c7f
...
...
@@ -32,7 +32,7 @@
<span
slot-scope=
"
{ node, data }" class="custom-tree-node-list father">
<span
style=
"display: flex; flex: 1 1 0%; width: 0px;"
>
<span
v-if=
"data.type !== 'folder'"
>
<svg-icon
icon-class=
"
panel
"
class=
"ds-icon-scene"
/>
<svg-icon
icon-class=
"
datasource
"
class=
"ds-icon-scene"
/>
</span>
<span
v-if=
"data.type === 'folder'"
>
<i
class=
"el-icon-folder"
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论