Commit 675ce2bd authored by 罗林杰's avatar 罗林杰

修改样式

parent 78509b44
......@@ -36,9 +36,9 @@ export const new3Data = [
{ date: '06-20', value: 11 },
];
export const fieldChangeData = [
{ name: '失败', value: 24 },
{ name: '成功', value: 77 },
{ name: '进行中', value: 12 },
{ name: '失败', value: 24, color: '#ea8d8d' },
{ name: '成功', value: 77, color: '#8ce788' },
{ name: '进行中', value: 12, color: '#81c9f5' },
];
export const partitionData: any[] = [
{
......
......@@ -12,7 +12,7 @@
margin-left: 20px;
"
>标准概览
<div style="margin-left: 30px;width: 200px">
<div style="margin-left: 30px; width: 200px">
<BasicForm @register="registerForm" />
</div>
</div>
......@@ -190,9 +190,9 @@
orient: 'vertical',
left: 'right',
},
color: fieldChangeData.map((item) => item.color),
series: [
{
name: '字段变更',
type: 'pie',
radius: '55%', // 饼图的半径,默认情况下,内圆半径为0,外圆半径为55%
center: ['50%', '50%'], // 饼图的中心(圆心)坐标,数组的第一项是横坐标,第二项是纵坐标
......
......@@ -80,7 +80,7 @@
import { editData, historyData } from '@/views/kinship/kinshipEdit/kinshipEditData';
import { cardData } from '@/views/kinship/kinshipParse/kinshipParseData';
import Icon from '@/components/Icon/Icon.vue';
import {router} from "@/router";
import { router } from '@/router';
defineOptions({ name: 'AccountDetail' });
......
......@@ -48,13 +48,13 @@ export const cardData: any[] = [
version: 'kettle-1.0',
remark: 'kettle',
color: 'blue',
icon: 'ant-design:file-text-outlined',
icon: 'material-symbols:border-color-outline-rounded',
},
{
title: 'ORACLE_SQL脚本解析',
version: 'oracle_sql_1.0',
remark: 'oracle_sql',
color: 'blue',
icon: 'ant-design:file-text-outlined',
icon: 'material-symbols:border-color-outline-rounded',
},
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment