Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
d16cd853
提交
d16cd853
authored
3月 08, 2021
作者:
fit2cloud-chenyw
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:eslint格式 scss样式
上级
8b71b94b
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
20 行增加
和
15 行删除
+20
-15
index.vue
frontend/src/components/business/complex-table/index.vue
+4
-0
doc.svg
frontend/src/icons/svg/doc.svg
+2
-2
Topbar.vue
frontend/src/layout/components/Topbar.vue
+1
-1
topbar.scss
frontend/src/styles/topbar.scss
+3
-2
variables.scss
frontend/src/styles/variables.scss
+1
-1
AddSQL.vue
frontend/src/views/dataset/add/AddSQL.vue
+2
-2
UpdateInfo.vue
frontend/src/views/dataset/data/UpdateInfo.vue
+5
-5
index.vue
frontend/src/views/dataset/index.vue
+2
-2
没有找到文件。
frontend/src/components/business/complex-table/index.vue
浏览文件 @
d16cd853
...
@@ -41,9 +41,13 @@ export default {
...
@@ -41,9 +41,13 @@ export default {
type
:
Array
,
type
:
Array
,
default
:
()
=>
[]
default
:
()
=>
[]
},
},
// eslint-disable-next-line vue/require-default-prop
localKey
:
String
,
// 如果需要记住选择的列,则这里添加一个唯一的Key
localKey
:
String
,
// 如果需要记住选择的列,则这里添加一个唯一的Key
// eslint-disable-next-line vue/require-default-prop
header
:
String
,
header
:
String
,
// eslint-disable-next-line vue/require-default-prop
searchConfig
:
Object
,
searchConfig
:
Object
,
// eslint-disable-next-line vue/require-default-prop
paginationConfig
:
Object
paginationConfig
:
Object
},
},
data
()
{
data
()
{
...
...
frontend/src/icons/svg/doc.svg
浏览文件 @
d16cd853
<?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=
"1583752001956"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"9290"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"200"
height=
"200"
><defs><style
type=
"text/css"
></style></defs><path
d=
"M891.8 320H608V39.2L891.8 320zM704 384v260c0 133.6-73 200.2-226.6 200.2H288V169.6h189.4c24 0 46.2 1.6 66.2 5v-168C521.8 2.2 498.8 0 474.4 0H96v1024h378.4C755.4 1024 896 894.8 896 636.2V384h-192z"
fill=
"#707070"
p-id=
"9291"
></path></svg>
<?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=
"1583752001956"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"9290"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"200"
height=
"200"
><defs><style
type=
"text/css"
></style></defs><path
d=
"M891.8 320H608V39.2L891.8 320zM704 384v260c0 133.6-73 200.2-226.6 200.2H288V169.6h189.4c24 0 46.2 1.6 66.2 5v-168C521.8 2.2 498.8 0 474.4 0H96v1024h378.4C755.4 1024 896 894.8 896 636.2V384h-192z"
p-id=
"9291"
></path></svg>
\ No newline at end of file
\ No newline at end of file
frontend/src/layout/components/Topbar.vue
浏览文件 @
d16cd853
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<div
class=
"right-menu"
>
<div
class=
"right-menu"
>
<template>
<template>
<el-tooltip
content=
"项目文档"
effect=
"dark"
placement=
"bottom"
>
<el-tooltip
content=
"项目文档"
effect=
"dark"
placement=
"bottom"
>
<
D
oc
class=
"right-menu-item hover-effect"
/>
<
d
oc
class=
"right-menu-item hover-effect"
/>
</el-tooltip>
</el-tooltip>
<el-tooltip
content=
"全屏缩放"
effect=
"dark"
placement=
"bottom"
>
<el-tooltip
content=
"全屏缩放"
effect=
"dark"
placement=
"bottom"
>
...
...
frontend/src/styles/topbar.scss
浏览文件 @
d16cd853
...
@@ -59,7 +59,8 @@
...
@@ -59,7 +59,8 @@
padding
:
10px
8px
;
padding
:
10px
8px
;
height
:
100%
;
height
:
100%
;
font-size
:
18px
;
font-size
:
18px
;
color
:
#5a5e66
;
// color: #5a5e66;
color
:
$menuText
;
vertical-align
:
text-bottom
;
vertical-align
:
text-bottom
;
&
.hover-effect
{
&
.hover-effect
{
...
@@ -67,7 +68,7 @@
...
@@ -67,7 +68,7 @@
transition
:
background
.3s
;
transition
:
background
.3s
;
&
:hover
{
&
:hover
{
background
:
rgba
(
0
,
0
,
0
,
.025
)
background
-color
:
rgba
(
0
,
0
,
0
,
.025
)
}
}
}
}
}
}
...
...
frontend/src/styles/variables.scss
浏览文件 @
d16cd853
...
@@ -26,7 +26,7 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
...
@@ -26,7 +26,7 @@ $--font-path: "~element-ui/lib/theme-chalk/fonts";
@import
"~fit2cloud-ui/src/styles/common/variables"
;
@import
"~fit2cloud-ui/src/styles/common/variables"
;
// sidebar
// sidebar
$menuText
:
#bfcbd9
;
$menuText
:
rgba
(
255
,
255
,
255
,
0
.87
)
;
$menuActiveText
:
#409EFF
;
$menuActiveText
:
#409EFF
;
$topMenuActiveText
:
#f4f4f5
;
$topMenuActiveText
:
#f4f4f5
;
$subMenuActiveText
:
#f4f4f5
;
//https://github.com/ElemeFE/element/issues/12951
$subMenuActiveText
:
#f4f4f5
;
//https://github.com/ElemeFE/element/issues/12951
...
...
frontend/src/views/dataset/add/AddSQL.vue
浏览文件 @
d16cd853
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</el-button>
</el-button>
</el-row>
</el-row>
</el-row>
</el-row>
<el-divider/>
<el-divider
/>
<el-row>
<el-row>
<el-form
:inline=
"true"
>
<el-form
:inline=
"true"
>
<el-form-item
class=
"form-item"
>
<el-form-item
class=
"form-item"
>
...
@@ -47,10 +47,10 @@ export default {
...
@@ -47,10 +47,10 @@ export default {
options
:
[]
options
:
[]
}
}
},
},
watch
:
{},
mounted
()
{
mounted
()
{
this
.
initDataSource
()
this
.
initDataSource
()
},
},
watch
:
{},
methods
:
{
methods
:
{
initDataSource
()
{
initDataSource
()
{
listDatasource
().
then
(
response
=>
{
listDatasource
().
then
(
response
=>
{
...
...
frontend/src/views/dataset/data/UpdateInfo.vue
浏览文件 @
d16cd853
...
@@ -31,14 +31,14 @@
...
@@ -31,14 +31,14 @@
</el-table>
</el-table>
<el-row
style=
"margin-top: 10px;text-align: right;"
>
<el-row
style=
"margin-top: 10px;text-align: right;"
>
<el-pagination
<el-pagination
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"currentPage"
:current-page=
"currentPage"
:page-sizes=
"[100, 200, 300, 400]"
:page-sizes=
"[100, 200, 300, 400]"
:page-size=
"100"
:page-size=
"100"
layout=
"total, sizes, prev, pager, next, jumper"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"1000"
>
:total=
"1000"
</el-pagination>
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
/>
</el-row>
</el-row>
</el-row>
</el-row>
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"taskForm.rate === '1'"
label=
""
>
<el-form-item
v-if=
"taskForm.rate === '1'"
label=
""
>
<el-input
v-model=
"taskForm.cron"
size=
"mini"
style=
"width: 50%"
/>
<el-input
v-model=
"taskForm.cron"
size=
"mini"
style=
"width: 50%"
/>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('dataset.end_time')"
prop=
"end"
>
<el-form-item
:label=
"$t('dataset.end_time')"
prop=
"end"
>
<el-select
v-model=
"taskForm.end"
size=
"mini"
:disabled=
"taskForm.rate === '0'"
>
<el-select
v-model=
"taskForm.end"
size=
"mini"
:disabled=
"taskForm.rate === '0'"
>
...
...
frontend/src/views/dataset/index.vue
浏览文件 @
d16cd853
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
<ms-container
v-loading=
"$store.getters.loadingMap[$store.getters.currentPath]"
>
<ms-container
v-loading=
"$store.getters.loadingMap[$store.getters.currentPath]"
>
<ms-aside-container>
<ms-aside-container>
<group
@
switchComponent=
"switchComponent"
/>
<group
@
switchComponent=
"switchComponent"
/>
</ms-aside-container>
</ms-aside-container>
<ms-main-container>
<ms-main-container>
<!--
<router-view/>
-->
<!--
<router-view/>
-->
<component
:is=
"component"
:param=
"param"
@
switchComponent=
"switchComponent"
/>
<component
:is=
"component"
:param=
"param"
@
switchComponent=
"switchComponent"
/>
</ms-main-container>
</ms-main-container>
</ms-container>
</ms-container>
</
template
>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论