@zgfe/modules-settings 2.0.0-zhongyuan.9 → 2.1.0-zhongyuan-set.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -33
- package/es/components/card/index.less +87 -87
- package/es/components/importMetaDialog/index.d.ts +13 -0
- package/es/components/importMetaDialog/index.js +217 -0
- package/es/components/importMetaDialog/styles/index.less +115 -0
- package/es/components/pageLoading/index.less +7 -7
- package/es/components/picCircleSelect/bak/index copy 2.tsx.bak +92 -92
- package/es/components/picCircleSelect/bak/index copy 3.tsx.bak +58 -58
- package/es/components/picCircleSelect/bak/index copy 4.tsx.bak +66 -66
- package/es/components/picCircleSelect/bak/index copy 5.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy 6.tsx.bak +116 -116
- package/es/components/picCircleSelect/bak/index copy.tsx.bak +41 -41
- package/es/components/picCircleSelect/bak/index.tsx.bak +48 -48
- package/es/components/picCircleSelect/bak/index1.tsx.bak +46 -46
- package/es/components/picCircleSelect/bak/index2.tsx.bak +104 -104
- package/es/components/picCircleSelect/index.less +37 -37
- package/es/components/processCanvas/styles/customNode.less +149 -149
- package/es/components/processCanvas/styles/index.less +34 -34
- package/es/components/settingTabs/index.less +51 -51
- package/es/constants/api.d.ts +30 -0
- package/es/constants/api.js +43 -1
- package/es/constants/icons/demo.css +539 -539
- package/es/constants/icons/demo_index.html +9871 -9871
- package/es/constants/icons/iconfont.css +1699 -1699
- package/es/constants/icons/iconfont.json +2956 -2956
- package/es/global.d.ts +4 -4
- package/es/modules/appSettings/dataAccessFilter/index.js +2 -1
- package/es/modules/appSettings/dataAccessFilter/index.less +5 -5
- package/es/modules/appSettings/virtualSource/styles/index.less +28 -28
- package/es/modules/appSettings/virtualSource/styles/table.less +51 -51
- package/es/modules/companySetting/appList/index.less +126 -126
- package/es/modules/companySetting/application/applicationForm.d.ts +1 -0
- package/es/modules/companySetting/application/applicationForm.js +34 -4
- package/es/modules/companySetting/application/index.d.ts +13 -0
- package/es/modules/companySetting/application/index.js +276 -104
- package/es/modules/companySetting/application/index.less +144 -126
- package/es/modules/companySetting/business/index.less +92 -92
- package/es/modules/companySetting/cost/index.less +38 -38
- package/es/modules/companySetting/department/index.less +157 -157
- package/es/modules/companySetting/edit/styles/authConfig.less +3 -3
- package/es/modules/companySetting/edit/styles/authGroup.less +10 -10
- package/es/modules/companySetting/edit/styles/authModule.less +82 -82
- package/es/modules/companySetting/edit/styles/user.less +54 -54
- package/es/modules/companySetting/edit/styles/userGroup.less +44 -44
- package/es/modules/companySetting/index.js +37 -33
- package/es/modules/companySetting/index.less +90 -90
- package/es/modules/companySetting/info/index.less +42 -42
- package/es/modules/companySetting/mainPart/images/img2.svg +12 -12
- package/es/modules/companySetting/mainPart/index.less +239 -239
- package/es/modules/companySetting/operationLog/index.js +22 -5
- package/es/modules/companySetting/operationLog/index.less +33 -33
- package/es/modules/companySetting/role/index.less +296 -296
- package/es/modules/companySetting/role/setDataRangeDialog/index.less +37 -37
- package/es/modules/companySetting/style/common.less +79 -79
- package/es/modules/companySetting/style/reset.less +117 -117
- package/es/modules/companySetting/user/index.js +29 -24
- package/es/modules/companySetting/user/index.less +363 -363
- package/es/modules/companySetting/user/invite.js +30 -102
- package/es/modules/companySetting/virtualApp/styles/config.less +37 -37
- package/es/modules/companySetting/virtualApp/styles/index.less +21 -21
- package/es/modules/companySetting/virtualApp/styles/list.less +28 -28
- package/es/modules/companySetting/virtualApp/styles/sourceItem.less +33 -33
- package/es/modules/companySetting/virtualApp/styles/table.less +44 -44
- package/es/modules/companySetting/wechatBinding/index.less +58 -58
- package/es/modules/createDemand/constants.d.ts +15 -2
- package/es/modules/createDemand/constants.js +57 -4
- package/es/modules/createDemand/demo/selectPoint.js +1 -2
- package/es/modules/createDemand/index.d.ts +0 -1
- package/es/modules/createDemand/index.js +793 -179
- package/es/modules/createDemand/styles/index.less +403 -277
- package/es/modules/createDemand_bf/demo/index.js +0 -1
- package/es/modules/createDemand_bf/index.js +0 -1
- package/es/modules/createDemand_bf/styles/index.less +222 -222
- package/es/modules/createProcess/components/index.less +52 -52
- package/es/modules/createProcess/index.less +114 -114
- package/es/modules/createProcess/title/index.less +53 -53
- package/es/modules/dealDemand/demo/index.js +0 -1
- package/es/modules/dealDemand/demo/selectPoint.js +1 -1
- package/es/modules/dealDemand/index.js +0 -2
- package/es/modules/dealDemand/styles/index.less +265 -265
- package/es/modules/demandManage/index.js +174 -178
- package/es/modules/demandManage/styles/index.less +8 -68
- package/es/modules/getPassword/index.less +122 -122
- package/es/modules/messageList/index.d.ts +1 -1
- package/es/modules/messageList/index.js +6 -6
- package/es/modules/messageList/index.less +81 -81
- package/es/modules/personalSetting/demo/index.d.ts +3 -0
- package/es/modules/personalSetting/demo/index.js +12 -0
- package/es/modules/personalSetting/index.js +11 -1
- package/es/modules/personalSetting/info/index.js +23 -5
- package/es/modules/personalSetting/securityLog/index.less +11 -11
- package/es/modules/personalSetting/styles/unbinding.less +73 -73
- package/es/modules/pointMap/ImportModal/styles/index.less +91 -91
- package/es/modules/pointMap/createMetaDrawer.d.ts +5 -0
- package/es/modules/pointMap/createMetaDrawer.js +825 -0
- package/es/modules/pointMap/editTxt/index.less +55 -55
- package/es/modules/pointMap/pageInfo.js +401 -179
- package/es/modules/pointMap/record.d.ts +7 -0
- package/es/modules/pointMap/record.js +521 -0
- package/es/modules/pointMap/styles/index.less +165 -38
- package/es/modules/pointMap/styles/pageInfo.less +439 -244
- package/es/modules/pointMap/styles/tree.css +164 -145
- package/es/modules/pointMap/styles/tree.less +174 -149
- package/es/modules/pointMap/tree.js +232 -88
- package/es/modules/pointMap/types.d.ts +88 -0
- package/es/modules/pointMap/types.js +1 -0
- package/es/modules/systemSetting/Dictionary.d.ts +5 -2
- package/es/modules/systemSetting/Dictionary.js +54 -370
- package/es/modules/systemSetting/approvalmanage/approvalStrategy/index.less +14 -14
- package/es/modules/systemSetting/approvalmanage/index.less +5 -5
- package/es/modules/systemSetting/approvalmanage/processManage/index.less +39 -39
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/create.js +245 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/css/index.less +48 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.d.ts +4 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/index.js +207 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/dictionaryManagement/type/index.js +1 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.d.ts +10 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/create.js +124 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/css/index.less +32 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.d.ts +7 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/index.js +264 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.d.ts +9 -0
- package/es/modules/systemSetting/dictionaryItem/eventTagManagement/type/index.js +1 -0
- package/es/modules/systemSetting/document-setting/index.js +7 -6
- package/es/modules/systemSetting/index.css +161 -161
- package/es/modules/systemSetting/index.js +16 -16
- package/es/modules/systemSetting/index.less +169 -169
- package/es/modules/systemSetting/notice/configItem/index.less +21 -21
- package/es/modules/systemSetting/notice/edit/index.less +26 -26
- package/es/types/personal.d.ts +1 -0
- package/package.json +74 -74
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
import { Spin } from 'antd';
|
|
2
|
-
import React, { useEffect, useState } from 'react';
|
|
3
|
-
import './index.less';
|
|
4
|
-
// import CanvasSelect from 'canvas-select';
|
|
5
|
-
import CanvasSelect from './canvas-select.min';
|
|
6
|
-
export const classPrefix = 'setting-pic-circle-select';
|
|
7
|
-
const tools = [
|
|
8
|
-
{
|
|
9
|
-
name: 'arrow',
|
|
10
|
-
text: '添加箭头',
|
|
11
|
-
icon: 'icon-tianjiajiantou1'
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
name: 'text',
|
|
15
|
-
text: '添加文字',
|
|
16
|
-
icon: 'icon-tianjiawenzi1'
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
const PageLoading: React.FC = () => {
|
|
20
|
-
// const [size, setSize] = useState({width: 500, height: 500})
|
|
21
|
-
// const [currentTool, setSize] = useState({width: 500, height: 500})
|
|
22
|
-
useEffect(() => {
|
|
23
|
-
setTimeout(init, 300)
|
|
24
|
-
})
|
|
25
|
-
|
|
26
|
-
const init = () => {
|
|
27
|
-
// 创建实例(重要:一定要等到挂载节点就绪)
|
|
28
|
-
// 第一个参数为挂载节点 可以是css选择器或者HTMLCanvasElement
|
|
29
|
-
// 第二个参数为图片链接
|
|
30
|
-
// const instance = new CanvasSelect(".img-container", "./images/zg_regist_top.png");
|
|
31
|
-
// or
|
|
32
|
-
const instance = new CanvasSelect('.container');
|
|
33
|
-
instance.setImage('/one.jpg');
|
|
34
|
-
|
|
35
|
-
let option = [
|
|
36
|
-
{
|
|
37
|
-
label: "rectangle",
|
|
38
|
-
labelFillStyle: "#f00",
|
|
39
|
-
textFillStyle: "#fff",
|
|
40
|
-
coor: [
|
|
41
|
-
[184, 183],
|
|
42
|
-
[275, 238],
|
|
43
|
-
], // required
|
|
44
|
-
type: 1, // required
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
label: "polygon",
|
|
48
|
-
coor: [
|
|
49
|
-
[135, 291],
|
|
50
|
-
[129, 319],
|
|
51
|
-
[146, 346],
|
|
52
|
-
[174, 365],
|
|
53
|
-
[214, 362],
|
|
54
|
-
[196, 337],
|
|
55
|
-
[161, 288],
|
|
56
|
-
], // required
|
|
57
|
-
type: 2, // required
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
label: "dot",
|
|
61
|
-
coor: [345, 406], // required
|
|
62
|
-
type: 3, // required
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
label: "line",
|
|
66
|
-
coor: [
|
|
67
|
-
[470, 155],
|
|
68
|
-
[490, 230],
|
|
69
|
-
[493, 298],
|
|
70
|
-
], // required
|
|
71
|
-
type: 4, // required
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
label: "circle",
|
|
75
|
-
coor: [369, 197], // required
|
|
76
|
-
radius: 38, // required
|
|
77
|
-
type: 5, // required
|
|
78
|
-
},
|
|
79
|
-
];
|
|
80
|
-
// 加载数据
|
|
81
|
-
instance.setData(option);
|
|
82
|
-
// 0 不创建(默认),1创建矩形,2创建多边形,3点标注,4折线标注,5圆形标注
|
|
83
|
-
instance.createType = 1;
|
|
84
|
-
instance.on("select", (info) => {
|
|
85
|
-
console.log("select", info);
|
|
86
|
-
// 可对选中对参数info进行修改
|
|
87
|
-
// 修改标签:info.label="hello"
|
|
88
|
-
// 单个形状修改填充颜色:info.fillStyle="#0f0"
|
|
89
|
-
// 然后调用instance.update()更新视图
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// const selectTool = (tool) => {
|
|
94
|
-
// this.currentTool = tool
|
|
95
|
-
// }
|
|
96
|
-
return (
|
|
97
|
-
<div>
|
|
98
|
-
<div className="img-container">
|
|
99
|
-
</div>
|
|
100
|
-
</div>
|
|
101
|
-
);
|
|
102
|
-
};
|
|
103
|
-
|
|
104
|
-
export default PageLoading;
|
|
1
|
+
import { Spin } from 'antd';
|
|
2
|
+
import React, { useEffect, useState } from 'react';
|
|
3
|
+
import './index.less';
|
|
4
|
+
// import CanvasSelect from 'canvas-select';
|
|
5
|
+
import CanvasSelect from './canvas-select.min';
|
|
6
|
+
export const classPrefix = 'setting-pic-circle-select';
|
|
7
|
+
const tools = [
|
|
8
|
+
{
|
|
9
|
+
name: 'arrow',
|
|
10
|
+
text: '添加箭头',
|
|
11
|
+
icon: 'icon-tianjiajiantou1'
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
name: 'text',
|
|
15
|
+
text: '添加文字',
|
|
16
|
+
icon: 'icon-tianjiawenzi1'
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
const PageLoading: React.FC = () => {
|
|
20
|
+
// const [size, setSize] = useState({width: 500, height: 500})
|
|
21
|
+
// const [currentTool, setSize] = useState({width: 500, height: 500})
|
|
22
|
+
useEffect(() => {
|
|
23
|
+
setTimeout(init, 300)
|
|
24
|
+
})
|
|
25
|
+
|
|
26
|
+
const init = () => {
|
|
27
|
+
// 创建实例(重要:一定要等到挂载节点就绪)
|
|
28
|
+
// 第一个参数为挂载节点 可以是css选择器或者HTMLCanvasElement
|
|
29
|
+
// 第二个参数为图片链接
|
|
30
|
+
// const instance = new CanvasSelect(".img-container", "./images/zg_regist_top.png");
|
|
31
|
+
// or
|
|
32
|
+
const instance = new CanvasSelect('.container');
|
|
33
|
+
instance.setImage('/one.jpg');
|
|
34
|
+
|
|
35
|
+
let option = [
|
|
36
|
+
{
|
|
37
|
+
label: "rectangle",
|
|
38
|
+
labelFillStyle: "#f00",
|
|
39
|
+
textFillStyle: "#fff",
|
|
40
|
+
coor: [
|
|
41
|
+
[184, 183],
|
|
42
|
+
[275, 238],
|
|
43
|
+
], // required
|
|
44
|
+
type: 1, // required
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
label: "polygon",
|
|
48
|
+
coor: [
|
|
49
|
+
[135, 291],
|
|
50
|
+
[129, 319],
|
|
51
|
+
[146, 346],
|
|
52
|
+
[174, 365],
|
|
53
|
+
[214, 362],
|
|
54
|
+
[196, 337],
|
|
55
|
+
[161, 288],
|
|
56
|
+
], // required
|
|
57
|
+
type: 2, // required
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
label: "dot",
|
|
61
|
+
coor: [345, 406], // required
|
|
62
|
+
type: 3, // required
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
label: "line",
|
|
66
|
+
coor: [
|
|
67
|
+
[470, 155],
|
|
68
|
+
[490, 230],
|
|
69
|
+
[493, 298],
|
|
70
|
+
], // required
|
|
71
|
+
type: 4, // required
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
label: "circle",
|
|
75
|
+
coor: [369, 197], // required
|
|
76
|
+
radius: 38, // required
|
|
77
|
+
type: 5, // required
|
|
78
|
+
},
|
|
79
|
+
];
|
|
80
|
+
// 加载数据
|
|
81
|
+
instance.setData(option);
|
|
82
|
+
// 0 不创建(默认),1创建矩形,2创建多边形,3点标注,4折线标注,5圆形标注
|
|
83
|
+
instance.createType = 1;
|
|
84
|
+
instance.on("select", (info) => {
|
|
85
|
+
console.log("select", info);
|
|
86
|
+
// 可对选中对参数info进行修改
|
|
87
|
+
// 修改标签:info.label="hello"
|
|
88
|
+
// 单个形状修改填充颜色:info.fillStyle="#0f0"
|
|
89
|
+
// 然后调用instance.update()更新视图
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// const selectTool = (tool) => {
|
|
94
|
+
// this.currentTool = tool
|
|
95
|
+
// }
|
|
96
|
+
return (
|
|
97
|
+
<div>
|
|
98
|
+
<div className="img-container">
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
);
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export default PageLoading;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
.setting-pic-circle-select {
|
|
2
|
-
margin-top: -16px;
|
|
3
|
-
&-btn {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: row;
|
|
6
|
-
gap: 16px;
|
|
7
|
-
align-items: center;
|
|
8
|
-
margin-bottom: 16px;
|
|
9
|
-
color: var(--io-N8-, #354354);
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
.ant-btn {
|
|
12
|
-
padding: 0 15px;
|
|
13
|
-
}
|
|
14
|
-
.select {
|
|
15
|
-
color: #1454e5;
|
|
16
|
-
border: 1px solid #1454e5;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
&-content {
|
|
20
|
-
position: relative;
|
|
21
|
-
width: 672px;
|
|
22
|
-
height: 350px;
|
|
23
|
-
overflow-x: auto;
|
|
24
|
-
overflow-y: auto;
|
|
25
|
-
background: var(--io-n-02, #fafafb);
|
|
26
|
-
border: 1px solid var(--io-N1-, #e6e7ea);
|
|
27
|
-
border-radius: 4px;
|
|
28
|
-
}
|
|
29
|
-
&-read-bg {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 0;
|
|
32
|
-
right: 0;
|
|
33
|
-
bottom: 0;
|
|
34
|
-
left: 0;
|
|
35
|
-
background: transparent;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
.setting-pic-circle-select {
|
|
2
|
+
margin-top: -16px;
|
|
3
|
+
&-btn {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
gap: 16px;
|
|
7
|
+
align-items: center;
|
|
8
|
+
margin-bottom: 16px;
|
|
9
|
+
color: var(--io-N8-, #354354);
|
|
10
|
+
font-size: 14px;
|
|
11
|
+
.ant-btn {
|
|
12
|
+
padding: 0 15px;
|
|
13
|
+
}
|
|
14
|
+
.select {
|
|
15
|
+
color: #1454e5;
|
|
16
|
+
border: 1px solid #1454e5;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&-content {
|
|
20
|
+
position: relative;
|
|
21
|
+
width: 672px;
|
|
22
|
+
height: 350px;
|
|
23
|
+
overflow-x: auto;
|
|
24
|
+
overflow-y: auto;
|
|
25
|
+
background: var(--io-n-02, #fafafb);
|
|
26
|
+
border: 1px solid var(--io-N1-, #e6e7ea);
|
|
27
|
+
border-radius: 4px;
|
|
28
|
+
}
|
|
29
|
+
&-read-bg {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 0;
|
|
32
|
+
right: 0;
|
|
33
|
+
bottom: 0;
|
|
34
|
+
left: 0;
|
|
35
|
+
background: transparent;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,149 +1,149 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.base-node {
|
|
3
|
-
padding-bottom: 8px;
|
|
4
|
-
background: #fff;
|
|
5
|
-
border: 2px solid transparent;
|
|
6
|
-
border-radius: 8px;
|
|
7
|
-
/* 投影/一级下拉菜单 */
|
|
8
|
-
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
.base-node-top {
|
|
11
|
-
display: flex;
|
|
12
|
-
gap: 8px;
|
|
13
|
-
align-items: center;
|
|
14
|
-
height: 40px;
|
|
15
|
-
padding: 0 8px;
|
|
16
|
-
&-txt {
|
|
17
|
-
flex: 1;
|
|
18
|
-
overflow: hidden;
|
|
19
|
-
color: var(--io-N-, #021429);
|
|
20
|
-
font-weight: 400;
|
|
21
|
-
font-size: 16px;
|
|
22
|
-
line-height: 24px; /* 150% */
|
|
23
|
-
white-space: nowrap;
|
|
24
|
-
text-overflow: ellipsis;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.base-node-top:hover {
|
|
28
|
-
.zhongmingming {
|
|
29
|
-
color: #457dff;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
.base-node-content {
|
|
33
|
-
display: flex;
|
|
34
|
-
gap: 10px;
|
|
35
|
-
align-items: center;
|
|
36
|
-
align-self: stretch;
|
|
37
|
-
height: 24px;
|
|
38
|
-
margin: 0 8px;
|
|
39
|
-
padding: 0px 4px;
|
|
40
|
-
color: var(--io-N6-, #67727f);
|
|
41
|
-
font-weight: 400;
|
|
42
|
-
font-size: 14px;
|
|
43
|
-
font-family: 'PingFang SC';
|
|
44
|
-
font-style: normal;
|
|
45
|
-
line-height: normal;
|
|
46
|
-
background: #f4f6f8;
|
|
47
|
-
border-radius: 4px;
|
|
48
|
-
}
|
|
49
|
-
&:hover {
|
|
50
|
-
.close-btn {
|
|
51
|
-
color: #fff;
|
|
52
|
-
background: #ccd0d4;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
.close-btn-bg {
|
|
56
|
-
position: absolute;
|
|
57
|
-
top: -24px;
|
|
58
|
-
right: -36px;
|
|
59
|
-
padding: 12px;
|
|
60
|
-
}
|
|
61
|
-
.base-node-approve-time {
|
|
62
|
-
position: absolute;
|
|
63
|
-
bottom: -24px;
|
|
64
|
-
left: 0;
|
|
65
|
-
color: var(--io-N4-, #9aa1a9);
|
|
66
|
-
font-size: 12px;
|
|
67
|
-
line-height: 20px; /* 166.667% */
|
|
68
|
-
}
|
|
69
|
-
.base-node-approve-detail {
|
|
70
|
-
position: absolute;
|
|
71
|
-
bottom: -44px;
|
|
72
|
-
left: 0;
|
|
73
|
-
font-size: 12px;
|
|
74
|
-
line-height: 20px; /* 166.667% */
|
|
75
|
-
}
|
|
76
|
-
.close-btn:hover {
|
|
77
|
-
color: #fff;
|
|
78
|
-
background: #ccd0d4;
|
|
79
|
-
}
|
|
80
|
-
.close-btn {
|
|
81
|
-
width: 24px;
|
|
82
|
-
height: 24px;
|
|
83
|
-
padding-left: 4px;
|
|
84
|
-
color: transparent;
|
|
85
|
-
font-size: 16px;
|
|
86
|
-
background: transparent;
|
|
87
|
-
border-radius: 12px;
|
|
88
|
-
}
|
|
89
|
-
.close-btn:hover {
|
|
90
|
-
color: #fff;
|
|
91
|
-
background: #fb5547;
|
|
92
|
-
}
|
|
93
|
-
.shenpi {
|
|
94
|
-
color: #457dff;
|
|
95
|
-
font-size: 18px !important;
|
|
96
|
-
}
|
|
97
|
-
.check_filled {
|
|
98
|
-
color: #29bd52;
|
|
99
|
-
font-size: 18px !important;
|
|
100
|
-
}
|
|
101
|
-
.tishi1 {
|
|
102
|
-
color: #fb5547;
|
|
103
|
-
font-size: 18px !important;
|
|
104
|
-
}
|
|
105
|
-
.zhongmingming {
|
|
106
|
-
color: #ccd0d4;
|
|
107
|
-
font-size: 20px !important;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
.base-btn-add {
|
|
111
|
-
display: flex;
|
|
112
|
-
align-items: center;
|
|
113
|
-
justify-content: center;
|
|
114
|
-
width: 32px;
|
|
115
|
-
height: 32px;
|
|
116
|
-
padding: 8px;
|
|
117
|
-
color: #457dff;
|
|
118
|
-
font-size: 16px;
|
|
119
|
-
background: #fff;
|
|
120
|
-
border-radius: 16px;
|
|
121
|
-
/* 投影/一级下拉菜单 */
|
|
122
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
123
|
-
cursor: pointer;
|
|
124
|
-
}
|
|
125
|
-
.base-btn-add:hover {
|
|
126
|
-
color: #fff;
|
|
127
|
-
background: #457dff;
|
|
128
|
-
}
|
|
129
|
-
.node-end {
|
|
130
|
-
display: flex;
|
|
131
|
-
gap: 8px;
|
|
132
|
-
align-items: center;
|
|
133
|
-
width: 224px;
|
|
134
|
-
height: 40px;
|
|
135
|
-
padding: 0px 8px;
|
|
136
|
-
overflow: hidden;
|
|
137
|
-
color: var(--io-N-, #021429);
|
|
138
|
-
font-weight: 400;
|
|
139
|
-
font-size: 16px;
|
|
140
|
-
font-family: 'PingFang SC';
|
|
141
|
-
font-style: normal;
|
|
142
|
-
line-height: 22px; /* 137.5% */
|
|
143
|
-
text-overflow: ellipsis;
|
|
144
|
-
background: #fff;
|
|
145
|
-
border-radius: 20px;
|
|
146
|
-
|
|
147
|
-
/* 投影/一级下拉菜单 */
|
|
148
|
-
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
149
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.base-node {
|
|
3
|
+
padding-bottom: 8px;
|
|
4
|
+
background: #fff;
|
|
5
|
+
border: 2px solid transparent;
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
/* 投影/一级下拉菜单 */
|
|
8
|
+
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
.base-node-top {
|
|
11
|
+
display: flex;
|
|
12
|
+
gap: 8px;
|
|
13
|
+
align-items: center;
|
|
14
|
+
height: 40px;
|
|
15
|
+
padding: 0 8px;
|
|
16
|
+
&-txt {
|
|
17
|
+
flex: 1;
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
color: var(--io-N-, #021429);
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
line-height: 24px; /* 150% */
|
|
23
|
+
white-space: nowrap;
|
|
24
|
+
text-overflow: ellipsis;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.base-node-top:hover {
|
|
28
|
+
.zhongmingming {
|
|
29
|
+
color: #457dff;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.base-node-content {
|
|
33
|
+
display: flex;
|
|
34
|
+
gap: 10px;
|
|
35
|
+
align-items: center;
|
|
36
|
+
align-self: stretch;
|
|
37
|
+
height: 24px;
|
|
38
|
+
margin: 0 8px;
|
|
39
|
+
padding: 0px 4px;
|
|
40
|
+
color: var(--io-N6-, #67727f);
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
font-family: 'PingFang SC';
|
|
44
|
+
font-style: normal;
|
|
45
|
+
line-height: normal;
|
|
46
|
+
background: #f4f6f8;
|
|
47
|
+
border-radius: 4px;
|
|
48
|
+
}
|
|
49
|
+
&:hover {
|
|
50
|
+
.close-btn {
|
|
51
|
+
color: #fff;
|
|
52
|
+
background: #ccd0d4;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.close-btn-bg {
|
|
56
|
+
position: absolute;
|
|
57
|
+
top: -24px;
|
|
58
|
+
right: -36px;
|
|
59
|
+
padding: 12px;
|
|
60
|
+
}
|
|
61
|
+
.base-node-approve-time {
|
|
62
|
+
position: absolute;
|
|
63
|
+
bottom: -24px;
|
|
64
|
+
left: 0;
|
|
65
|
+
color: var(--io-N4-, #9aa1a9);
|
|
66
|
+
font-size: 12px;
|
|
67
|
+
line-height: 20px; /* 166.667% */
|
|
68
|
+
}
|
|
69
|
+
.base-node-approve-detail {
|
|
70
|
+
position: absolute;
|
|
71
|
+
bottom: -44px;
|
|
72
|
+
left: 0;
|
|
73
|
+
font-size: 12px;
|
|
74
|
+
line-height: 20px; /* 166.667% */
|
|
75
|
+
}
|
|
76
|
+
.close-btn:hover {
|
|
77
|
+
color: #fff;
|
|
78
|
+
background: #ccd0d4;
|
|
79
|
+
}
|
|
80
|
+
.close-btn {
|
|
81
|
+
width: 24px;
|
|
82
|
+
height: 24px;
|
|
83
|
+
padding-left: 4px;
|
|
84
|
+
color: transparent;
|
|
85
|
+
font-size: 16px;
|
|
86
|
+
background: transparent;
|
|
87
|
+
border-radius: 12px;
|
|
88
|
+
}
|
|
89
|
+
.close-btn:hover {
|
|
90
|
+
color: #fff;
|
|
91
|
+
background: #fb5547;
|
|
92
|
+
}
|
|
93
|
+
.shenpi {
|
|
94
|
+
color: #457dff;
|
|
95
|
+
font-size: 18px !important;
|
|
96
|
+
}
|
|
97
|
+
.check_filled {
|
|
98
|
+
color: #29bd52;
|
|
99
|
+
font-size: 18px !important;
|
|
100
|
+
}
|
|
101
|
+
.tishi1 {
|
|
102
|
+
color: #fb5547;
|
|
103
|
+
font-size: 18px !important;
|
|
104
|
+
}
|
|
105
|
+
.zhongmingming {
|
|
106
|
+
color: #ccd0d4;
|
|
107
|
+
font-size: 20px !important;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
.base-btn-add {
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
width: 32px;
|
|
115
|
+
height: 32px;
|
|
116
|
+
padding: 8px;
|
|
117
|
+
color: #457dff;
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
background: #fff;
|
|
120
|
+
border-radius: 16px;
|
|
121
|
+
/* 投影/一级下拉菜单 */
|
|
122
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
123
|
+
cursor: pointer;
|
|
124
|
+
}
|
|
125
|
+
.base-btn-add:hover {
|
|
126
|
+
color: #fff;
|
|
127
|
+
background: #457dff;
|
|
128
|
+
}
|
|
129
|
+
.node-end {
|
|
130
|
+
display: flex;
|
|
131
|
+
gap: 8px;
|
|
132
|
+
align-items: center;
|
|
133
|
+
width: 224px;
|
|
134
|
+
height: 40px;
|
|
135
|
+
padding: 0px 8px;
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
color: var(--io-N-, #021429);
|
|
138
|
+
font-weight: 400;
|
|
139
|
+
font-size: 16px;
|
|
140
|
+
font-family: 'PingFang SC';
|
|
141
|
+
font-style: normal;
|
|
142
|
+
line-height: 22px; /* 137.5% */
|
|
143
|
+
text-overflow: ellipsis;
|
|
144
|
+
background: #fff;
|
|
145
|
+
border-radius: 20px;
|
|
146
|
+
|
|
147
|
+
/* 投影/一级下拉菜单 */
|
|
148
|
+
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
|
|
149
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
-
.setting-graph-panel {
|
|
3
|
-
position: absolute;
|
|
4
|
-
// background: #fff;
|
|
5
|
-
top: 12px;
|
|
6
|
-
left: 50%;
|
|
7
|
-
z-index: 1;
|
|
8
|
-
height: 32px;
|
|
9
|
-
padding: 7px 12px;
|
|
10
|
-
transform: translateX(-50%);
|
|
11
|
-
.x6-toolbar-group {
|
|
12
|
-
gap: 5px;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
// .setting-graph-canvas::-webkit-scrollbar{
|
|
16
|
-
// width: 10px;
|
|
17
|
-
// }
|
|
18
|
-
|
|
19
|
-
.x6-widget-transform-resize {
|
|
20
|
-
display: none;
|
|
21
|
-
}
|
|
22
|
-
.x6-widget-transform-cursor-ne {
|
|
23
|
-
display: inherit;
|
|
24
|
-
}
|
|
25
|
-
.flow-container {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
.x6-toolbar {
|
|
29
|
-
flex: none;
|
|
30
|
-
}
|
|
31
|
-
.x6-graph {
|
|
32
|
-
flex: 1;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/inner.less';
|
|
2
|
+
.setting-graph-panel {
|
|
3
|
+
position: absolute;
|
|
4
|
+
// background: #fff;
|
|
5
|
+
top: 12px;
|
|
6
|
+
left: 50%;
|
|
7
|
+
z-index: 1;
|
|
8
|
+
height: 32px;
|
|
9
|
+
padding: 7px 12px;
|
|
10
|
+
transform: translateX(-50%);
|
|
11
|
+
.x6-toolbar-group {
|
|
12
|
+
gap: 5px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
// .setting-graph-canvas::-webkit-scrollbar{
|
|
16
|
+
// width: 10px;
|
|
17
|
+
// }
|
|
18
|
+
|
|
19
|
+
.x6-widget-transform-resize {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
.x6-widget-transform-cursor-ne {
|
|
23
|
+
display: inherit;
|
|
24
|
+
}
|
|
25
|
+
.flow-container {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
.x6-toolbar {
|
|
29
|
+
flex: none;
|
|
30
|
+
}
|
|
31
|
+
.x6-graph {
|
|
32
|
+
flex: 1;
|
|
33
|
+
}
|
|
34
|
+
}
|