@zgfe/business-lib 1.2.58-ljy.0 → 1.2.70-hxd.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 +1 -1
- package/es/AUMFormulaTarget/components/formula/index.less +5 -1
- package/es/AUMFormulaTarget/components/formulaItem/index.js +52 -13
- package/es/AUMFormulaTarget/demo/index.js +1 -1
- package/es/assets/iconfont/demo_index.html +233 -3
- package/es/assets/iconfont/iconfont.css +43 -3
- package/es/assets/iconfont/iconfont.js +8 -8
- package/es/assets/iconfont/iconfont.json +70 -0
- package/es/assets/iconfont/iconfont.ttf +0 -0
- package/es/assets/iconfont/iconfont.woff +0 -0
- package/es/assets/iconfont/iconfont.woff2 +0 -0
- package/es/assets/images/attention.png +0 -0
- package/es/assets/styles/resetAntd.less +20 -7
- package/es/attrCondition/group.js +5 -2
- package/es/attrCondition/index.js +6 -2
- package/es/attrConditions/components/operateList.js +4 -4
- package/es/attrConditions/components/stringList.d.ts +10 -0
- package/es/attrConditions/components/stringList.js +57 -27
- package/es/attrConditions/components/valuesList.d.ts +10 -0
- package/es/attrConditions/components/valuesList.js +7 -3
- package/es/attrConditions/types.d.ts +17 -0
- package/es/attributeSelector/index.js +9 -3
- package/es/attributeSelector/listPanel.js +8 -4
- package/es/attributeSelector/types.d.ts +3 -0
- package/es/attributeSelector/util.js +1 -0
- package/es/chart/demo/data/data7.d.ts +54 -0
- package/es/chart/demo/data/data7.js +1527 -0
- package/es/chart/demo/index.js +2 -3
- package/es/chart/demo/stack.d.ts +3 -0
- package/es/chart/demo/stack.js +31 -0
- package/es/chart/index.js +16 -6
- package/es/chart/types.d.ts +4 -1
- package/es/chart/util/chartOptionConfig.d.ts +4 -3
- package/es/chart/util/chartOptionConfig.js +84 -4
- package/es/chart/util/formatData.d.ts +1 -0
- package/es/chart/util/formatData.js +13 -0
- package/es/chart/util/formatOption.js +1 -1
- package/es/constants/apis.d.ts +3 -0
- package/es/constants/apis.js +4 -1
- package/es/cycleTime/index.js +1 -1
- package/es/datePicker/index.js +6 -6
- package/es/datePickerV2/index.js +6 -3
- package/es/datePickerV2/popoverContent.d.ts +1 -0
- package/es/datePickerV2/popoverContent.js +3 -1
- package/es/datePickerV2/shortcut.d.ts +2 -0
- package/es/datePickerV2/shortcut.js +4 -3
- package/es/datePickerV2/types.d.ts +2 -0
- package/es/datePickerV2/utils.d.ts +1 -1
- package/es/datePickerV2/utils.js +5 -5
- package/es/empty/demo/index.d.ts +4 -0
- package/es/empty/demo/index.js +16 -0
- package/es/empty/index.d.ts +4 -0
- package/es/empty/index.js +19 -0
- package/es/empty/types.d.ts +7 -0
- package/es/empty/types.js +1 -0
- package/es/hooks/useBizStore.d.ts +4 -2
- package/es/hooks/useBizStore.js +18 -14
- package/es/index.d.ts +6 -1
- package/es/index.js +6 -1
- package/es/platformSelector/index.js +42 -9
- package/es/platformSelector/styles/index.less +6 -2
- package/es/platformSelector/util.d.ts +1 -1
- package/es/platformSelector/util.js +8 -1
- package/es/productCondition/conditions/order/runPeriodCondition.js +1 -1
- package/es/productCondition/conditions/periodCondition.js +1 -1
- package/es/productCondition/conditions/runTimesCondition.js +1 -1
- package/es/select/index.js +9 -1
- package/es/select/types.d.ts +3 -2
- package/es/subjectWrapper/demo/index.d.ts +3 -0
- package/es/subjectWrapper/demo/index.js +28 -0
- package/es/subjectWrapper/index.d.ts +5 -0
- package/es/subjectWrapper/index.js +98 -0
- package/es/subjectWrapper/index.less +12 -0
- package/es/subjectWrapper/types.d.ts +14 -0
- package/es/subjectWrapper/types.js +4 -0
- package/es/targetConditionGroup/index.js +5 -4
- package/es/userCondition/conditionTypeList.js +1 -10
- package/es/userCondition/conditions/businessCondition.js +3 -10
- package/es/userCondition/conditions/cdpCshCondition.js +0 -1
- package/es/userCondition/conditions/eventCondition.js +36 -4
- package/es/userCondition/conditions/order/runPeriodCondition.js +1 -1
- package/es/userCondition/conditions/periodCondition.js +1 -1
- package/es/userCondition/conditions/runTimesCondition.js +1 -1
- package/es/userCondition/conditions/styles/eventCondition.less +6 -0
- package/es/userCondition/conditions/textDesc.js +1 -24
- package/es/userCondition/orConditions.js +0 -7
- package/es/userGroup/index.js +2 -2
- package/es/userGroupHeader/demo/index.js +1 -1
- package/es/userTagsSelector/cascaderOverlay.js +13 -6
- package/es/userTagsSelector/demo/index.js +1 -0
- package/es/userTagsSelector/index.js +6 -3
- package/es/userTagsSelector/types.d.ts +2 -0
- package/es/utils/util.d.ts +3 -0
- package/es/utils/util.js +10 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,8 +3,11 @@
|
|
|
3
3
|
.aum-formula-container {
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-wrap: wrap;
|
|
6
|
-
align-items: center;
|
|
6
|
+
// align-items: center;
|
|
7
7
|
line-height: 48px;
|
|
8
|
+
.formula-symbol {
|
|
9
|
+
margin-top: 16px;
|
|
10
|
+
}
|
|
8
11
|
&-target {
|
|
9
12
|
display: flex;
|
|
10
13
|
&:hover {
|
|
@@ -37,6 +40,7 @@
|
|
|
37
40
|
&-format {
|
|
38
41
|
display: flex;
|
|
39
42
|
align-items: center;
|
|
43
|
+
height: 48px;
|
|
40
44
|
margin-left: 16px;
|
|
41
45
|
& > span {
|
|
42
46
|
margin-right: 12px;
|
|
@@ -18,6 +18,8 @@ import FormulaPanel from '../panel';
|
|
|
18
18
|
import _ from 'lodash';
|
|
19
19
|
import { BizValidatorContext } from '../../../context';
|
|
20
20
|
import { FormulaTypes } from '../panel/types';
|
|
21
|
+
import request from '../../../utils/ajax';
|
|
22
|
+
import Apis from '../../../constants/apis';
|
|
21
23
|
var FormulaItem = function FormulaItem(props) {
|
|
22
24
|
var _useState = useState(props.value),
|
|
23
25
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -48,6 +50,10 @@ var FormulaItem = function FormulaItem(props) {
|
|
|
48
50
|
setOpen = _useState12[1];
|
|
49
51
|
var panelRef = useRef(null);
|
|
50
52
|
var handleRef = useRef(null);
|
|
53
|
+
var _useState13 = useState(),
|
|
54
|
+
_useState14 = _slicedToArray(_useState13, 2),
|
|
55
|
+
eventRemovedList = _useState14[0],
|
|
56
|
+
setEventRemovedList = _useState14[1];
|
|
51
57
|
useEffect(function () {
|
|
52
58
|
window.addEventListener('click', handleClick);
|
|
53
59
|
return function () {
|
|
@@ -56,21 +62,27 @@ var FormulaItem = function FormulaItem(props) {
|
|
|
56
62
|
}, [open, formulaValue]);
|
|
57
63
|
useEffect(function () {
|
|
58
64
|
var condition = formulaValue === null || formulaValue === void 0 ? void 0 : formulaValue.condition;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
if ((condition === null || condition === void 0 ? void 0 : condition.type) === FormulaTypes.EVENT) {
|
|
62
|
-
setDimension(getDimension(currentApp, condition.analysisDimension, condition.eventId, eventGroupList));
|
|
63
|
-
setHaveFilter(judgeHaveFilter(condition.filters));
|
|
64
|
-
} else {
|
|
65
|
-
setHaveFilter(!!(condition.filters || []).length);
|
|
66
|
-
setDimension(condition.fieldName || '');
|
|
67
|
-
}
|
|
68
|
-
} else {
|
|
65
|
+
if (formulaValue && formulaValue.condition && (eventRemovedList === null || eventRemovedList === void 0 ? void 0 : eventRemovedList.includes(formulaValue.condition.eventId))) {
|
|
66
|
+
setLabel('');
|
|
69
67
|
setDimension('');
|
|
70
68
|
setHaveFilter(false);
|
|
69
|
+
} else {
|
|
70
|
+
setLabel((condition === null || condition === void 0 ? void 0 : condition.eventName) || (condition === null || condition === void 0 ? void 0 : condition.datasetName) || '');
|
|
71
|
+
if (condition) {
|
|
72
|
+
if ((condition === null || condition === void 0 ? void 0 : condition.type) === FormulaTypes.EVENT) {
|
|
73
|
+
setDimension(getDimension(currentApp, condition.analysisDimension, condition.eventId, eventGroupList));
|
|
74
|
+
setHaveFilter(judgeHaveFilter(condition.filters));
|
|
75
|
+
} else {
|
|
76
|
+
setHaveFilter(!!(condition.filters || []).length);
|
|
77
|
+
setDimension(condition.fieldName || '');
|
|
78
|
+
}
|
|
79
|
+
} else {
|
|
80
|
+
setDimension('');
|
|
81
|
+
setHaveFilter(false);
|
|
82
|
+
}
|
|
71
83
|
}
|
|
72
84
|
props.onChange && props.onChange(formulaValue);
|
|
73
|
-
}, [formulaValue]);
|
|
85
|
+
}, [formulaValue, eventRemovedList]);
|
|
74
86
|
var handleClick = function handleClick(e) {
|
|
75
87
|
var _handleRef$current, _panelRef$current;
|
|
76
88
|
var handleClicked = (_handleRef$current = handleRef.current) === null || _handleRef$current === void 0 ? void 0 : _handleRef$current.contains(e.target);
|
|
@@ -120,6 +132,23 @@ var FormulaItem = function FormulaItem(props) {
|
|
|
120
132
|
});
|
|
121
133
|
}, 0);
|
|
122
134
|
};
|
|
135
|
+
function getEventRemoved() {
|
|
136
|
+
request(Apis.queryEventRemoved, {
|
|
137
|
+
method: 'post',
|
|
138
|
+
data: {
|
|
139
|
+
appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId
|
|
140
|
+
}
|
|
141
|
+
}).then(function (res) {
|
|
142
|
+
if ((res === null || res === void 0 ? void 0 : res.code) === '100000') {
|
|
143
|
+
setEventRemovedList(res === null || res === void 0 ? void 0 : res.data);
|
|
144
|
+
}
|
|
145
|
+
}).catch(function (err) {
|
|
146
|
+
console.error(err);
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
useEffect(function () {
|
|
150
|
+
getEventRemoved();
|
|
151
|
+
}, []);
|
|
123
152
|
return /*#__PURE__*/React.createElement(BizValidatorContext.Provider, {
|
|
124
153
|
value: {
|
|
125
154
|
isValidate: isValidate,
|
|
@@ -128,7 +157,11 @@ var FormulaItem = function FormulaItem(props) {
|
|
|
128
157
|
}
|
|
129
158
|
}
|
|
130
159
|
}, /*#__PURE__*/React.createElement("div", {
|
|
131
|
-
className: "".concat(classPrefix, "-target")
|
|
160
|
+
className: "".concat(classPrefix, "-target"),
|
|
161
|
+
style: {
|
|
162
|
+
flexDirection: 'column',
|
|
163
|
+
marginTop: 8
|
|
164
|
+
}
|
|
132
165
|
}, /*#__PURE__*/React.createElement(Dropdown, {
|
|
133
166
|
dropdownRender: function dropdownRender() {
|
|
134
167
|
return /*#__PURE__*/React.createElement(FormulaPanel, {
|
|
@@ -164,6 +197,12 @@ var FormulaItem = function FormulaItem(props) {
|
|
|
164
197
|
type: "a-shaixuan2"
|
|
165
198
|
}) : null, /*#__PURE__*/React.createElement("span", {
|
|
166
199
|
className: "".concat(classPrefix, "-target-handle-name")
|
|
167
|
-
}, dimension))))))
|
|
200
|
+
}, dimension)))), formulaValue && formulaValue.condition && (eventRemovedList === null || eventRemovedList === void 0 ? void 0 : eventRemovedList.includes(formulaValue.condition.eventId)) && /*#__PURE__*/React.createElement("div", {
|
|
201
|
+
style: {
|
|
202
|
+
color: '#FB5547',
|
|
203
|
+
height: 20,
|
|
204
|
+
lineHeight: '20px'
|
|
205
|
+
}
|
|
206
|
+
}, "\u4E8B\u4EF6\u5DF2\u88AB\u5220\u9664\uFF0C\u8BF7\u91CD\u65B0\u9009\u62E9")));
|
|
168
207
|
};
|
|
169
208
|
export default FormulaItem;
|
|
@@ -54,6 +54,66 @@
|
|
|
54
54
|
<div class="content unicode" style="display: block;">
|
|
55
55
|
<ul class="icon_lists dib-box">
|
|
56
56
|
|
|
57
|
+
<li class="dib">
|
|
58
|
+
<span class="icon bsicon"></span>
|
|
59
|
+
<div class="name">分享</div>
|
|
60
|
+
<div class="code-name">&#xe656;</div>
|
|
61
|
+
</li>
|
|
62
|
+
|
|
63
|
+
<li class="dib">
|
|
64
|
+
<span class="icon bsicon"></span>
|
|
65
|
+
<div class="name">icon 注意</div>
|
|
66
|
+
<div class="code-name">&#xe655;</div>
|
|
67
|
+
</li>
|
|
68
|
+
|
|
69
|
+
<li class="dib">
|
|
70
|
+
<span class="icon bsicon"></span>
|
|
71
|
+
<div class="name">姓名排序A-Z</div>
|
|
72
|
+
<div class="code-name">&#xe7d9;</div>
|
|
73
|
+
</li>
|
|
74
|
+
|
|
75
|
+
<li class="dib">
|
|
76
|
+
<span class="icon bsicon"></span>
|
|
77
|
+
<div class="name">姓名排序Z-A</div>
|
|
78
|
+
<div class="code-name">&#xe7da;</div>
|
|
79
|
+
</li>
|
|
80
|
+
|
|
81
|
+
<li class="dib">
|
|
82
|
+
<span class="icon bsicon"></span>
|
|
83
|
+
<div class="name">属性分析</div>
|
|
84
|
+
<div class="code-name">&#xe654;</div>
|
|
85
|
+
</li>
|
|
86
|
+
|
|
87
|
+
<li class="dib">
|
|
88
|
+
<span class="icon bsicon"></span>
|
|
89
|
+
<div class="name">放大镜</div>
|
|
90
|
+
<div class="code-name">&#xe652;</div>
|
|
91
|
+
</li>
|
|
92
|
+
|
|
93
|
+
<li class="dib">
|
|
94
|
+
<span class="icon bsicon"></span>
|
|
95
|
+
<div class="name">缩小</div>
|
|
96
|
+
<div class="code-name">&#xe653;</div>
|
|
97
|
+
</li>
|
|
98
|
+
|
|
99
|
+
<li class="dib">
|
|
100
|
+
<span class="icon bsicon"></span>
|
|
101
|
+
<div class="name">关系图</div>
|
|
102
|
+
<div class="code-name">&#xe650;</div>
|
|
103
|
+
</li>
|
|
104
|
+
|
|
105
|
+
<li class="dib">
|
|
106
|
+
<span class="icon bsicon"></span>
|
|
107
|
+
<div class="name">表格模式</div>
|
|
108
|
+
<div class="code-name">&#xe651;</div>
|
|
109
|
+
</li>
|
|
110
|
+
|
|
111
|
+
<li class="dib">
|
|
112
|
+
<span class="icon bsicon"></span>
|
|
113
|
+
<div class="name">提交</div>
|
|
114
|
+
<div class="code-name">&#xe7d8;</div>
|
|
115
|
+
</li>
|
|
116
|
+
|
|
57
117
|
<li class="dib">
|
|
58
118
|
<span class="icon bsicon"></span>
|
|
59
119
|
<div class="name">更多</div>
|
|
@@ -1422,9 +1482,9 @@
|
|
|
1422
1482
|
<pre><code class="language-css"
|
|
1423
1483
|
>@font-face {
|
|
1424
1484
|
font-family: 'bsicon';
|
|
1425
|
-
src: url('iconfont.woff2?t=
|
|
1426
|
-
url('iconfont.woff?t=
|
|
1427
|
-
url('iconfont.ttf?t=
|
|
1485
|
+
src: url('iconfont.woff2?t=1731322900183') format('woff2'),
|
|
1486
|
+
url('iconfont.woff?t=1731322900183') format('woff'),
|
|
1487
|
+
url('iconfont.ttf?t=1731322900183') format('truetype');
|
|
1428
1488
|
}
|
|
1429
1489
|
</code></pre>
|
|
1430
1490
|
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
|
|
@@ -1450,6 +1510,96 @@
|
|
|
1450
1510
|
<div class="content font-class">
|
|
1451
1511
|
<ul class="icon_lists dib-box">
|
|
1452
1512
|
|
|
1513
|
+
<li class="dib">
|
|
1514
|
+
<span class="icon bsicon fenxiang"></span>
|
|
1515
|
+
<div class="name">
|
|
1516
|
+
分享
|
|
1517
|
+
</div>
|
|
1518
|
+
<div class="code-name">.fenxiang
|
|
1519
|
+
</div>
|
|
1520
|
+
</li>
|
|
1521
|
+
|
|
1522
|
+
<li class="dib">
|
|
1523
|
+
<span class="icon bsicon a-iconzhuyi"></span>
|
|
1524
|
+
<div class="name">
|
|
1525
|
+
icon 注意
|
|
1526
|
+
</div>
|
|
1527
|
+
<div class="code-name">.a-iconzhuyi
|
|
1528
|
+
</div>
|
|
1529
|
+
</li>
|
|
1530
|
+
|
|
1531
|
+
<li class="dib">
|
|
1532
|
+
<span class="icon bsicon xingmingpaixuA-Z"></span>
|
|
1533
|
+
<div class="name">
|
|
1534
|
+
姓名排序A-Z
|
|
1535
|
+
</div>
|
|
1536
|
+
<div class="code-name">.xingmingpaixuA-Z
|
|
1537
|
+
</div>
|
|
1538
|
+
</li>
|
|
1539
|
+
|
|
1540
|
+
<li class="dib">
|
|
1541
|
+
<span class="icon bsicon xingmingpaixuZ-A"></span>
|
|
1542
|
+
<div class="name">
|
|
1543
|
+
姓名排序Z-A
|
|
1544
|
+
</div>
|
|
1545
|
+
<div class="code-name">.xingmingpaixuZ-A
|
|
1546
|
+
</div>
|
|
1547
|
+
</li>
|
|
1548
|
+
|
|
1549
|
+
<li class="dib">
|
|
1550
|
+
<span class="icon bsicon shuxingfenxi"></span>
|
|
1551
|
+
<div class="name">
|
|
1552
|
+
属性分析
|
|
1553
|
+
</div>
|
|
1554
|
+
<div class="code-name">.shuxingfenxi
|
|
1555
|
+
</div>
|
|
1556
|
+
</li>
|
|
1557
|
+
|
|
1558
|
+
<li class="dib">
|
|
1559
|
+
<span class="icon bsicon fangdajing"></span>
|
|
1560
|
+
<div class="name">
|
|
1561
|
+
放大镜
|
|
1562
|
+
</div>
|
|
1563
|
+
<div class="code-name">.fangdajing
|
|
1564
|
+
</div>
|
|
1565
|
+
</li>
|
|
1566
|
+
|
|
1567
|
+
<li class="dib">
|
|
1568
|
+
<span class="icon bsicon suoxiao1"></span>
|
|
1569
|
+
<div class="name">
|
|
1570
|
+
缩小
|
|
1571
|
+
</div>
|
|
1572
|
+
<div class="code-name">.suoxiao1
|
|
1573
|
+
</div>
|
|
1574
|
+
</li>
|
|
1575
|
+
|
|
1576
|
+
<li class="dib">
|
|
1577
|
+
<span class="icon bsicon a-node-tree2"></span>
|
|
1578
|
+
<div class="name">
|
|
1579
|
+
关系图
|
|
1580
|
+
</div>
|
|
1581
|
+
<div class="code-name">.a-node-tree2
|
|
1582
|
+
</div>
|
|
1583
|
+
</li>
|
|
1584
|
+
|
|
1585
|
+
<li class="dib">
|
|
1586
|
+
<span class="icon bsicon a-table-view1"></span>
|
|
1587
|
+
<div class="name">
|
|
1588
|
+
表格模式
|
|
1589
|
+
</div>
|
|
1590
|
+
<div class="code-name">.a-table-view1
|
|
1591
|
+
</div>
|
|
1592
|
+
</li>
|
|
1593
|
+
|
|
1594
|
+
<li class="dib">
|
|
1595
|
+
<span class="icon bsicon tijiao"></span>
|
|
1596
|
+
<div class="name">
|
|
1597
|
+
提交
|
|
1598
|
+
</div>
|
|
1599
|
+
<div class="code-name">.tijiao
|
|
1600
|
+
</div>
|
|
1601
|
+
</li>
|
|
1602
|
+
|
|
1453
1603
|
<li class="dib">
|
|
1454
1604
|
<span class="icon bsicon gengduo"></span>
|
|
1455
1605
|
<div class="name">
|
|
@@ -3502,6 +3652,86 @@
|
|
|
3502
3652
|
<div class="content symbol">
|
|
3503
3653
|
<ul class="icon_lists dib-box">
|
|
3504
3654
|
|
|
3655
|
+
<li class="dib">
|
|
3656
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3657
|
+
<use xlink:href="#fenxiang"></use>
|
|
3658
|
+
</svg>
|
|
3659
|
+
<div class="name">分享</div>
|
|
3660
|
+
<div class="code-name">#fenxiang</div>
|
|
3661
|
+
</li>
|
|
3662
|
+
|
|
3663
|
+
<li class="dib">
|
|
3664
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3665
|
+
<use xlink:href="#a-iconzhuyi"></use>
|
|
3666
|
+
</svg>
|
|
3667
|
+
<div class="name">icon 注意</div>
|
|
3668
|
+
<div class="code-name">#a-iconzhuyi</div>
|
|
3669
|
+
</li>
|
|
3670
|
+
|
|
3671
|
+
<li class="dib">
|
|
3672
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3673
|
+
<use xlink:href="#xingmingpaixuA-Z"></use>
|
|
3674
|
+
</svg>
|
|
3675
|
+
<div class="name">姓名排序A-Z</div>
|
|
3676
|
+
<div class="code-name">#xingmingpaixuA-Z</div>
|
|
3677
|
+
</li>
|
|
3678
|
+
|
|
3679
|
+
<li class="dib">
|
|
3680
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3681
|
+
<use xlink:href="#xingmingpaixuZ-A"></use>
|
|
3682
|
+
</svg>
|
|
3683
|
+
<div class="name">姓名排序Z-A</div>
|
|
3684
|
+
<div class="code-name">#xingmingpaixuZ-A</div>
|
|
3685
|
+
</li>
|
|
3686
|
+
|
|
3687
|
+
<li class="dib">
|
|
3688
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3689
|
+
<use xlink:href="#shuxingfenxi"></use>
|
|
3690
|
+
</svg>
|
|
3691
|
+
<div class="name">属性分析</div>
|
|
3692
|
+
<div class="code-name">#shuxingfenxi</div>
|
|
3693
|
+
</li>
|
|
3694
|
+
|
|
3695
|
+
<li class="dib">
|
|
3696
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3697
|
+
<use xlink:href="#fangdajing"></use>
|
|
3698
|
+
</svg>
|
|
3699
|
+
<div class="name">放大镜</div>
|
|
3700
|
+
<div class="code-name">#fangdajing</div>
|
|
3701
|
+
</li>
|
|
3702
|
+
|
|
3703
|
+
<li class="dib">
|
|
3704
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3705
|
+
<use xlink:href="#suoxiao1"></use>
|
|
3706
|
+
</svg>
|
|
3707
|
+
<div class="name">缩小</div>
|
|
3708
|
+
<div class="code-name">#suoxiao1</div>
|
|
3709
|
+
</li>
|
|
3710
|
+
|
|
3711
|
+
<li class="dib">
|
|
3712
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3713
|
+
<use xlink:href="#a-node-tree2"></use>
|
|
3714
|
+
</svg>
|
|
3715
|
+
<div class="name">关系图</div>
|
|
3716
|
+
<div class="code-name">#a-node-tree2</div>
|
|
3717
|
+
</li>
|
|
3718
|
+
|
|
3719
|
+
<li class="dib">
|
|
3720
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3721
|
+
<use xlink:href="#a-table-view1"></use>
|
|
3722
|
+
</svg>
|
|
3723
|
+
<div class="name">表格模式</div>
|
|
3724
|
+
<div class="code-name">#a-table-view1</div>
|
|
3725
|
+
</li>
|
|
3726
|
+
|
|
3727
|
+
<li class="dib">
|
|
3728
|
+
<svg class="icon svg-icon" aria-hidden="true">
|
|
3729
|
+
<use xlink:href="#tijiao"></use>
|
|
3730
|
+
</svg>
|
|
3731
|
+
<div class="name">提交</div>
|
|
3732
|
+
<div class="code-name">#tijiao</div>
|
|
3733
|
+
</li>
|
|
3734
|
+
|
|
3505
3735
|
<li class="dib">
|
|
3506
3736
|
<svg class="icon svg-icon" aria-hidden="true">
|
|
3507
3737
|
<use xlink:href="#gengduo"></use>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "bsicon"; /* Project id 2545884 */
|
|
3
|
-
src: url('iconfont.woff2?t=
|
|
4
|
-
url('iconfont.woff?t=
|
|
5
|
-
url('iconfont.ttf?t=
|
|
3
|
+
src: url('iconfont.woff2?t=1731322900183') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1731322900183') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1731322900183') format('truetype');
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.bsicon {
|
|
@@ -13,6 +13,46 @@
|
|
|
13
13
|
-moz-osx-font-smoothing: grayscale;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
.fenxiang:before {
|
|
17
|
+
content: "\e656";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.a-iconzhuyi:before {
|
|
21
|
+
content: "\e655";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.xingmingpaixuA-Z:before {
|
|
25
|
+
content: "\e7d9";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.xingmingpaixuZ-A:before {
|
|
29
|
+
content: "\e7da";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.shuxingfenxi:before {
|
|
33
|
+
content: "\e654";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.fangdajing:before {
|
|
37
|
+
content: "\e652";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.suoxiao1:before {
|
|
41
|
+
content: "\e653";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.a-node-tree2:before {
|
|
45
|
+
content: "\e650";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.a-table-view1:before {
|
|
49
|
+
content: "\e651";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.tijiao:before {
|
|
53
|
+
content: "\e7d8";
|
|
54
|
+
}
|
|
55
|
+
|
|
16
56
|
.gengduo:before {
|
|
17
57
|
content: "\e7d3";
|
|
18
58
|
}
|