Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
675ce2bd
Commit
675ce2bd
authored
Nov 15, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
78509b44
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
generalViewData.ts
src/views/dataStandards/generalView/generalViewData.ts
+3
-3
index.vue
src/views/dataStandards/generalView/index.vue
+2
-2
index.vue
src/views/kinship/kinshipParse/index.vue
+1
-1
kinshipParseData.ts
src/views/kinship/kinshipParse/kinshipParseData.ts
+2
-2
No files found.
src/views/dataStandards/generalView/generalViewData.ts
View file @
675ce2bd
...
@@ -36,9 +36,9 @@ export const new3Data = [
...
@@ -36,9 +36,9 @@ export const new3Data = [
{
date
:
'06-20'
,
value
:
11
},
{
date
:
'06-20'
,
value
:
11
},
];
];
export
const
fieldChangeData
=
[
export
const
fieldChangeData
=
[
{
name
:
'失败'
,
value
:
24
},
{
name
:
'失败'
,
value
:
24
,
color
:
'#ea8d8d'
},
{
name
:
'成功'
,
value
:
77
},
{
name
:
'成功'
,
value
:
77
,
color
:
'#8ce788'
},
{
name
:
'进行中'
,
value
:
12
},
{
name
:
'进行中'
,
value
:
12
,
color
:
'#81c9f5'
},
];
];
export
const
partitionData
:
any
[]
=
[
export
const
partitionData
:
any
[]
=
[
{
{
...
...
src/views/dataStandards/generalView/index.vue
View file @
675ce2bd
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
margin-left: 20px;
margin-left: 20px;
"
"
>
标准概览
>
标准概览
<div
style=
"margin-left: 30px;width: 200px"
>
<div
style=
"margin-left: 30px;
width: 200px"
>
<BasicForm
@
register=
"registerForm"
/>
<BasicForm
@
register=
"registerForm"
/>
</div>
</div>
</div>
</div>
...
@@ -190,9 +190,9 @@
...
@@ -190,9 +190,9 @@
orient
:
'vertical'
,
orient
:
'vertical'
,
left
:
'right'
,
left
:
'right'
,
},
},
color
:
fieldChangeData
.
map
((
item
)
=>
item
.
color
),
series
:
[
series
:
[
{
{
name
:
'字段变更'
,
type
:
'pie'
,
type
:
'pie'
,
radius
:
'55%'
,
// 饼图的半径,默认情况下,内圆半径为0,外圆半径为55%
radius
:
'55%'
,
// 饼图的半径,默认情况下,内圆半径为0,外圆半径为55%
center
:
[
'50%'
,
'50%'
],
// 饼图的中心(圆心)坐标,数组的第一项是横坐标,第二项是纵坐标
center
:
[
'50%'
,
'50%'
],
// 饼图的中心(圆心)坐标,数组的第一项是横坐标,第二项是纵坐标
...
...
src/views/kinship/kinshipParse/index.vue
View file @
675ce2bd
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
import
{
editData
,
historyData
}
from
'@/views/kinship/kinshipEdit/kinshipEditData'
;
import
{
editData
,
historyData
}
from
'@/views/kinship/kinshipEdit/kinshipEditData'
;
import
{
cardData
}
from
'@/views/kinship/kinshipParse/kinshipParseData'
;
import
{
cardData
}
from
'@/views/kinship/kinshipParse/kinshipParseData'
;
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
{
router
}
from
"@/router"
;
import
{
router
}
from
'@/router'
;
defineOptions
({
name
:
'AccountDetail'
});
defineOptions
({
name
:
'AccountDetail'
});
...
...
src/views/kinship/kinshipParse/kinshipParseData.ts
View file @
675ce2bd
...
@@ -48,13 +48,13 @@ export const cardData: any[] = [
...
@@ -48,13 +48,13 @@ export const cardData: any[] = [
version
:
'kettle-1.0'
,
version
:
'kettle-1.0'
,
remark
:
'kettle'
,
remark
:
'kettle'
,
color
:
'blue'
,
color
:
'blue'
,
icon
:
'
ant-design:file-text-outlin
ed'
,
icon
:
'
material-symbols:border-color-outline-round
ed'
,
},
},
{
{
title
:
'ORACLE_SQL脚本解析'
,
title
:
'ORACLE_SQL脚本解析'
,
version
:
'oracle_sql_1.0'
,
version
:
'oracle_sql_1.0'
,
remark
:
'oracle_sql'
,
remark
:
'oracle_sql'
,
color
:
'blue'
,
color
:
'blue'
,
icon
:
'
ant-design:file-text-outlin
ed'
,
icon
:
'
material-symbols:border-color-outline-round
ed'
,
},
},
];
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment