@titaui/pc 1.10.84 → 1.10.87
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/lib/components/dynamic/online-broadcast/data.js +0 -6
- package/lib/components/task-relation-modal/index.css +2 -2
- package/lib/components/task-relation-modal/tree-node/category-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/kr-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/milestone-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/o-node/index.css +4 -0
- package/lib/components/task-relation-modal/tree-node/work-node/index.css +4 -0
- package/package.json +1 -1
|
@@ -23,12 +23,6 @@ var onlineBroadcastData = [{
|
|
|
23
23
|
preHref: "https://wiki.tita.com/x/jIOeAQ",
|
|
24
24
|
isNew: true,
|
|
25
25
|
date: "3/29"
|
|
26
|
-
}, {
|
|
27
|
-
hasOnline: true,
|
|
28
|
-
preContent: "新增「同步钉钉待办」,工作实时掌握",
|
|
29
|
-
preHref: "https://wiki.tita.com/x/DIOeAQ",
|
|
30
|
-
isNew: true,
|
|
31
|
-
date: "3/18"
|
|
32
26
|
}, {
|
|
33
27
|
hasOnline: true,
|
|
34
28
|
preContent: "「考核」支持建立企业指标库",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
width: 16px;
|
|
60
60
|
height: 16px;
|
|
61
61
|
border-radius: 8px;
|
|
62
|
-
border: 1px solid #
|
|
62
|
+
border: 1px solid #bfc7d5;
|
|
63
63
|
cursor: pointer;
|
|
64
64
|
}
|
|
65
65
|
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.titaui-task-relation__radio--checked:before {
|
|
72
|
-
content:
|
|
72
|
+
content: '';
|
|
73
73
|
position: absolute;
|
|
74
74
|
left: 50%;
|
|
75
75
|
top: 50%;
|