@labelbee/lb-components 1.2.3 → 1.3.0

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.
Files changed (116) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/index.css +812 -651
  3. package/dist/index.css.map +1 -0
  4. package/dist/index.js +1 -1
  5. package/dist/store/annotation/reducer.js +1 -1
  6. package/dist/types/App.d.ts +23 -7
  7. package/dist/types/components/annotationStepPopover/index.d.ts +0 -1
  8. package/dist/types/components/checkboxList/index.d.ts +0 -1
  9. package/dist/types/components/colorTag/index.d.ts +0 -1
  10. package/dist/types/index.d.ts +4 -3
  11. package/dist/types/store/annotation/reducer.d.ts +1 -1
  12. package/dist/types/views/MainView/annotationOperation/index.d.ts +5 -9
  13. package/dist/types/views/MainView/index.d.ts +1 -1
  14. package/dist/types/views/MainView/sidebar/AnnotationText/index.d.ts +3 -1
  15. package/dist/types/views/MainView/sidebar/ClearIcon/index.d.ts +0 -1
  16. package/dist/types/views/MainView/sidebar/GeneralOperation/index.d.ts +3 -1
  17. package/dist/types/views/MainView/sidebar/ImgAttributeInfo/index.d.ts +0 -1
  18. package/dist/types/views/MainView/sidebar/SwitchAttributeList/index.d.ts +3 -1
  19. package/dist/types/views/MainView/sidebar/TagSidebar/index.d.ts +3 -1
  20. package/dist/types/views/MainView/sidebar/TextAreaFormat/index.d.ts +0 -1
  21. package/dist/types/views/MainView/sidebar/TextToolSidebar/index.d.ts +3 -1
  22. package/dist/types/views/MainView/sidebar/ToolStyle/index.d.ts +0 -1
  23. package/dist/types/views/MainView/sidebar/index.d.ts +3 -1
  24. package/dist/types/views/MainView/toolFooter/HiddenTips/index.d.ts +0 -1
  25. package/dist/types/views/MainView/toolFooter/PageNumber/index.d.ts +0 -1
  26. package/dist/types/views/MainView/toolFooter/ZoomController/ZoomLevel/index.d.ts +3 -1
  27. package/dist/types/views/MainView/toolFooter/ZoomController/index.d.ts +3 -1
  28. package/dist/types/views/MainView/toolFooter/index.d.ts +6 -2
  29. package/dist/types/views/MainView/toolHeader/ExportData/index.d.ts +3 -1
  30. package/dist/types/views/MainView/toolHeader/StepSwitch/index.d.ts +3 -1
  31. package/dist/types/views/MainView/toolHeader/index.d.ts +8 -4
  32. package/dist/utils/index.js +1 -1
  33. package/dist/views/MainView/annotationOperation/index.js +1 -1
  34. package/dist/views/MainView/index.js +1 -1
  35. package/dist/views/MainView/sidebar/index.js +1 -1
  36. package/dist/views/MainView/toolFooter/index.js +1 -1
  37. package/dist/views/MainView/toolHeader/index.js +1 -1
  38. package/es/App.js +1 -1
  39. package/es/App.js.map +1 -1
  40. package/es/assets/annotation/polygonTool/icon_rectangle_a.svg.js +1 -0
  41. package/es/assets/annotation/polygonTool/icon_rectangle_a.svg.js.map +1 -0
  42. package/es/components/AnnotationView/index.js.map +1 -1
  43. package/es/components/ImageError/index.js.map +1 -1
  44. package/es/components/annotationStepPopover/index.js.map +1 -1
  45. package/es/components/attributeList/index.js.map +1 -1
  46. package/es/components/checkboxList/index.js.map +1 -1
  47. package/es/components/colorTag/index.js.map +1 -1
  48. package/es/components/customAntd/IconWithText/index.js.map +1 -1
  49. package/es/components/customResizeHook/index.js.map +1 -1
  50. package/es/configureStore.js.map +1 -1
  51. package/es/constant/index.js.map +1 -1
  52. package/es/constant/styleString.js.map +1 -1
  53. package/es/data/Style.js.map +1 -1
  54. package/es/data/enums/AnnotationSize.js.map +1 -1
  55. package/es/data/enums/ToolType.js.map +1 -1
  56. package/es/hooks/useRafState.js.map +1 -1
  57. package/es/hooks/useSafeSate.js.map +1 -1
  58. package/es/hooks/useSize.js.map +1 -1
  59. package/es/hooks/useUnmountedRef.js.map +1 -1
  60. package/es/index.js +1 -1
  61. package/es/index.js.map +1 -1
  62. package/es/store/Actions.js.map +1 -1
  63. package/es/store/annotation/actionCreators.js.map +1 -1
  64. package/es/store/annotation/reducer.js +1 -1
  65. package/es/store/annotation/reducer.js.map +1 -1
  66. package/es/store/imgAttribute/actionCreators.js.map +1 -1
  67. package/es/store/imgAttribute/reducer.js.map +1 -1
  68. package/es/store/index.js.map +1 -1
  69. package/es/store/toolStyle/actionCreators.js.map +1 -1
  70. package/es/store/toolStyle/reducer.js.map +1 -1
  71. package/es/utils/AnnotationDataUtils.js.map +1 -1
  72. package/es/utils/ConfigUtils.js.map +1 -1
  73. package/es/utils/PageOperator.js.map +1 -1
  74. package/es/utils/StepUtils.js.map +1 -1
  75. package/es/utils/TextUtils.js.map +1 -1
  76. package/es/utils/ToolStyleUtils.js.map +1 -1
  77. package/es/utils/data.js.map +1 -1
  78. package/es/utils/dom.js.map +1 -1
  79. package/es/utils/index.js +1 -1
  80. package/es/utils/index.js.map +1 -1
  81. package/es/views/MainView/annotationOperation/index.js +1 -1
  82. package/es/views/MainView/annotationOperation/index.js.map +1 -1
  83. package/es/views/MainView/index.js +1 -1
  84. package/es/views/MainView/index.js.map +1 -1
  85. package/es/views/MainView/sidebar/AnnotationText/index.js.map +1 -1
  86. package/es/views/MainView/sidebar/ClearIcon/index.js.map +1 -1
  87. package/es/views/MainView/sidebar/GeneralOperation/index.js.map +1 -1
  88. package/es/views/MainView/sidebar/ImgAttributeInfo/index.js.map +1 -1
  89. package/es/views/MainView/sidebar/SwitchAttributeList/index.js.map +1 -1
  90. package/es/views/MainView/sidebar/TagSidebar/index.js.map +1 -1
  91. package/es/views/MainView/sidebar/TextAreaFormat/index.js.map +1 -1
  92. package/es/views/MainView/sidebar/TextToolSidebar/index.js.map +1 -1
  93. package/es/views/MainView/sidebar/ToolStyle/index.js.map +1 -1
  94. package/es/views/MainView/sidebar/index.js +1 -1
  95. package/es/views/MainView/sidebar/index.js.map +1 -1
  96. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/common/index.js.map +1 -1
  97. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/index.js.map +1 -1
  98. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/line/index.js.map +1 -1
  99. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/point/index.js.map +1 -1
  100. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/polygon/index.js.map +1 -1
  101. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/rectToolShortCutTable/index.js.map +1 -1
  102. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/tag/index.js.map +1 -1
  103. package/es/views/MainView/toolFooter/FooterTips/ToolHotKey/text/index.js.map +1 -1
  104. package/es/views/MainView/toolFooter/FooterTips/index.js.map +1 -1
  105. package/es/views/MainView/toolFooter/HiddenTips/index.js.map +1 -1
  106. package/es/views/MainView/toolFooter/PageNumber/index.js.map +1 -1
  107. package/es/views/MainView/toolFooter/ZoomController/ZoomLevel/index.js.map +1 -1
  108. package/es/views/MainView/toolFooter/ZoomController/index.js.map +1 -1
  109. package/es/views/MainView/toolFooter/index.js +1 -1
  110. package/es/views/MainView/toolFooter/index.js.map +1 -1
  111. package/es/views/MainView/toolHeader/ExportData/index.js.map +1 -1
  112. package/es/views/MainView/toolHeader/StepSwitch/index.js.map +1 -1
  113. package/es/views/MainView/toolHeader/headerOption/index.js.map +1 -1
  114. package/es/views/MainView/toolHeader/index.js +1 -1
  115. package/es/views/MainView/toolHeader/index.js.map +1 -1
  116. package/package.json +9 -9
package/dist/index.css CHANGED
@@ -1,26 +1,31 @@
1
1
  .bee-layout {
2
2
  position: relative;
3
3
  overflow: hidden;
4
- height: 100vh; }
5
- .bee-layout__header, .bee-layout__footer {
6
- flex-shrink: 0;
7
- height: auto;
8
- background: transparent;
9
- padding: 0;
10
- line-height: inherit;
11
- max-height: 60px; }
12
- .bee-layout__side {
13
- max-width: 440px;
14
- background: transparent;
15
- overflow: hidden;
16
- position: relative;
17
- z-index: 10;
18
- border-top: 1px solid #e2e2e2; }
19
- .bee-layout__side .ant-collapse-borderless > .ant-collapse-item {
20
- border-bottom: 1px solid #eee; }
21
- .bee-layout__content {
22
- display: flex;
23
- flex-direction: column; }
4
+ height: 100vh;
5
+ }
6
+ .bee-layout__header, .bee-layout__footer {
7
+ flex-shrink: 0;
8
+ height: auto;
9
+ background: transparent;
10
+ padding: 0;
11
+ line-height: inherit;
12
+ max-height: 60px;
13
+ }
14
+ .bee-layout__side {
15
+ max-width: 440px;
16
+ background: transparent;
17
+ overflow: hidden;
18
+ position: relative;
19
+ z-index: 10;
20
+ border-top: 1px solid #e2e2e2;
21
+ }
22
+ .bee-layout__side .ant-collapse-borderless > .ant-collapse-item {
23
+ border-bottom: 1px solid #eee;
24
+ }
25
+ .bee-layout__content {
26
+ display: flex;
27
+ flex-direction: column;
28
+ }
24
29
 
25
30
  .bee-footer {
26
31
  height: 40px;
@@ -33,34 +38,44 @@
33
38
  background: #444444;
34
39
  cursor: default;
35
40
  font-size: 14px;
36
- overflow: hidden; }
37
- .bee-footer__pagination {
38
- display: flex;
39
- align-items: center; }
40
- .bee-footer__pageAll {
41
- margin: 0 5px; }
42
- .bee-footer__zoomController {
43
- display: flex;
44
- align-items: center;
45
- margin-right: 8px; }
46
- .bee-footer__zoomText {
47
- width: 72px;
48
- display: inline-block;
49
- text-align: center;
50
- cursor: pointer; }
51
- .bee-footer__zoomText .adaptIcon {
52
- display: none; }
53
- .bee-footer__zoomText:hover .zoomValue {
54
- display: none; }
55
- .bee-footer__zoomText:hover .adaptIcon {
56
- display: inline-block; }
57
- .bee-footer__highlight {
58
- margin: 0 5px;
59
- padding: 4px;
60
- border: 1px solid #cccccc; }
61
- .bee-footer__hotkey-content {
62
- max-height: 70vh;
63
- overflow-y: auto; }
41
+ overflow: hidden;
42
+ }
43
+ .bee-footer__pagination {
44
+ display: flex;
45
+ align-items: center;
46
+ }
47
+ .bee-footer__pageAll {
48
+ margin: 0 5px;
49
+ }
50
+ .bee-footer__zoomController {
51
+ display: flex;
52
+ align-items: center;
53
+ margin-right: 8px;
54
+ }
55
+ .bee-footer__zoomText {
56
+ width: 72px;
57
+ display: inline-block;
58
+ text-align: center;
59
+ cursor: pointer;
60
+ }
61
+ .bee-footer__zoomText .adaptIcon {
62
+ display: none;
63
+ }
64
+ .bee-footer__zoomText:hover .zoomValue {
65
+ display: none;
66
+ }
67
+ .bee-footer__zoomText:hover .adaptIcon {
68
+ display: inline-block;
69
+ }
70
+ .bee-footer__highlight {
71
+ margin: 0 5px;
72
+ padding: 4px;
73
+ border: 1px solid #cccccc;
74
+ }
75
+ .bee-footer__hotkey-content {
76
+ max-height: 70vh;
77
+ overflow-y: auto;
78
+ }
64
79
 
65
80
  .pageInput {
66
81
  margin: 0 5px;
@@ -73,13 +88,16 @@
73
88
  color: white;
74
89
  height: 24px;
75
90
  text-align: center;
76
- padding: 0 6px; }
77
- .pageInput:focus {
78
- box-shadow: none;
79
- outline: none;
80
- border-color: #cccccc; }
81
- .pageInput:hover {
82
- border-color: #cccccc; }
91
+ padding: 0 6px;
92
+ }
93
+ .pageInput:focus {
94
+ box-shadow: none;
95
+ outline: none;
96
+ border-color: #cccccc;
97
+ }
98
+ .pageInput:hover {
99
+ border-color: #cccccc;
100
+ }
83
101
 
84
102
  .bee-header__title {
85
103
  color: #999999;
@@ -93,68 +111,78 @@
93
111
  padding: 0 30px;
94
112
  background: #ffffff;
95
113
  border-bottom: 1px solid #dfdfdf;
96
- box-shadow: 0px 2px 14px rgba(204, 204, 204, 0.5); }
97
-
114
+ box-shadow: 0px 2px 14px rgba(204, 204, 204, 0.5);
115
+ }
98
116
  .bee-header__icon {
99
117
  margin-right: 24px;
100
118
  width: 9px;
101
- height: 15px; }
102
-
119
+ height: 15px;
120
+ }
103
121
  .bee-header__name {
104
122
  font-size: 16px;
105
123
  font-family: SourceHanSansCN-Medium;
106
124
  font-weight: 500;
107
- color: #333; }
108
-
125
+ color: #333;
126
+ }
109
127
  .bee-header__operationNode {
110
- position: absolute; }
111
-
128
+ position: absolute;
129
+ }
112
130
  .bee-header__titlePlacement {
113
- flex: 1; }
114
-
131
+ flex: 1;
132
+ }
115
133
  .bee-header__lang {
116
- color: rgba(0, 0, 0, 0.85); }
117
- .bee-header__lang .bee-langCN,
118
- .bee-header__lang .bee-langEN {
119
- cursor: pointer; }
120
- .bee-header__lang .bee-langCN.active,
121
- .bee-header__lang .bee-langEN.active {
122
- font-weight: bold; }
123
-
134
+ color: rgba(0, 0, 0, 0.85);
135
+ }
136
+ .bee-header__lang .bee-langCN,
137
+ .bee-header__lang .bee-langEN {
138
+ cursor: pointer;
139
+ }
140
+ .bee-header__lang .bee-langCN.active,
141
+ .bee-header__lang .bee-langEN.active {
142
+ font-weight: bold;
143
+ }
124
144
  .bee-header__hotKey {
125
145
  display: flex;
126
- justify-content: space-between; }
127
- .bee-header__hotKey .item {
128
- display: flex;
129
- flex-direction: column;
130
- justify-content: space-between;
131
- align-items: center;
132
- cursor: pointer;
133
- user-select: none; }
134
- .bee-header__hotKey .item .singleTool {
135
- color: rgba(255, 255, 255, 0.4);
136
- margin: 0 21px;
137
- cursor: pointer;
138
- -moz-user-select: none;
139
- -webkit-user-select: none;
140
- -ms-user-select: none;
141
- user-select: none; }
142
- .bee-header__hotKey .item:hover {
143
- color: #666fff; }
146
+ justify-content: space-between;
147
+ }
148
+ .bee-header__hotKey .item {
149
+ display: flex;
150
+ flex-direction: column;
151
+ justify-content: space-between;
152
+ align-items: center;
153
+ cursor: pointer;
154
+ user-select: none;
155
+ }
156
+ .bee-header__hotKey .item .singleTool {
157
+ color: rgba(255, 255, 255, 0.4);
158
+ margin: 0 21px;
159
+ cursor: pointer;
160
+ -moz-user-select: none;
161
+ -webkit-user-select: none;
162
+ -ms-user-select: none;
163
+ user-select: none;
164
+ }
165
+ .bee-header__hotKey .item:hover {
166
+ color: #666fff;
167
+ }
144
168
 
145
169
  .content {
146
170
  width: 240px;
147
171
  display: flex;
148
- flex-direction: column; }
149
- .content .item {
150
- display: flex;
151
- justify-content: space-between;
152
- align-items: center; }
153
- .content .item .title {
154
- min-width: 60px;
155
- margin-right: 10px; }
156
- .content .item .slider {
157
- flex: 1; }
172
+ flex-direction: column;
173
+ }
174
+ .content .item {
175
+ display: flex;
176
+ justify-content: space-between;
177
+ align-items: center;
178
+ }
179
+ .content .item .title {
180
+ min-width: 60px;
181
+ margin-right: 10px;
182
+ }
183
+ .content .item .slider {
184
+ flex: 1;
185
+ }
158
186
 
159
187
  .bee-sidebar {
160
188
  height: 100%;
@@ -169,357 +197,427 @@
169
197
  -webkit-user-select: none;
170
198
  -ms-user-select: none;
171
199
  user-select: none;
172
- text-align: left; }
173
- .bee-sidebar__content {
174
- flex: 1;
175
- overflow: auto;
176
- background-color: #fff; }
177
- .bee-sidebar__content .panel {
178
- margin: 0 6px; }
179
- .bee-sidebar__content .panel .imgAttributeController .tools .singleTool {
180
- color: #999999;
181
- cursor: pointer;
182
- display: flex;
183
- align-items: center; }
184
- .bee-sidebar__content .panel .imgAttributeController .tools .singleTool .toolName {
185
- width: 100%;
186
- margin-left: 10px;
187
- font-size: 12px; }
188
- .bee-sidebar__content .panel .imgAttributeController .tools .singleTool .selectedToolName {
189
- width: 100%;
190
- margin-left: 10px;
191
- font-size: 15px;
192
- color: #666fff; }
193
- .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle {
194
- border-color: #666fff; }
195
- .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle.ant-tooltip-open {
196
- border-color: #666fff; }
197
- .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle:focus {
198
- border-color: #666fff; }
199
- .bee-sidebar__level {
200
- margin: 20px 20px 0 20px; }
201
- .bee-sidebar__toolsOption {
202
- display: flex;
203
- justify-content: center;
204
- cursor: pointer;
205
- margin: 10px 0 30px; }
206
- .bee-sidebar__singleTool {
207
- max-width: 20px;
208
- max-height: 20px;
209
- margin: 0 10px; }
210
- .bee-sidebar__horizontal {
211
- width: 100%;
212
- height: 1px;
213
- background: #eee; }
214
- .bee-sidebar .dashHorizontal {
215
- width: 100%;
216
- border-bottom: 1px dashed #eee; }
217
- .bee-sidebar .sensebee-radio-group,
218
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group {
219
- max-height: calc(100vh - 61px);
220
- display: flex;
221
- flex-direction: column;
222
- max-height: 300px;
223
- overflow-y: auto; }
224
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper,
225
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper {
226
- padding: 10px 5px 10px 12px;
227
- margin: 0;
228
- display: flex;
229
- flex: 1;
230
- flex-direction: row;
231
- align-content: center; }
232
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .ant-radio,
233
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .ant-radio {
234
- align-self: center; }
235
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper:hover,
236
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper:hover {
237
- background: #f3f4ff; }
238
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper > span:nth-child(2),
239
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper > span:nth-child(2) {
240
- flex: 1;
241
- justify-content: space-between;
242
- display: flex;
243
- align-self: center;
244
- overflow: hidden; }
245
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .sensebee-radio-num,
246
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .sensebee-radio-num {
247
- width: 20px;
248
- height: 20px;
249
- border: 1px solid #cccccc;
250
- opacity: 1;
251
- border-radius: 2px;
252
- text-align: center;
253
- line-height: 18px; }
254
- .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .sensebee-radio-label,
255
- .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .sensebee-radio-label {
256
- flex: 1;
257
- overflow: hidden;
258
- text-overflow: ellipsis; }
259
- .bee-sidebar #pen-color .ant-slider .ant-slider-track,
260
- .bee-sidebar #paintBucket-color .ant-slider .ant-slider-track,
261
- .bee-sidebar #style-radius .ant-slider .ant-slider-track,
262
- .bee-sidebar #style-width .ant-slider .ant-slider-track,
263
- .bee-sidebar #style-color .ant-slider .ant-slider-track,
264
- .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-track,
265
- .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-track {
266
- background: #f5f5f5; }
267
- .bee-sidebar #pen-color .ant-slider .ant-slider-dot,
268
- .bee-sidebar #paintBucket-color .ant-slider .ant-slider-dot,
269
- .bee-sidebar #style-radius .ant-slider .ant-slider-dot,
270
- .bee-sidebar #style-width .ant-slider .ant-slider-dot,
271
- .bee-sidebar #style-color .ant-slider .ant-slider-dot,
272
- .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-dot,
273
- .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-dot {
274
- width: 0;
275
- height: 0;
276
- border: none; }
277
- .bee-sidebar #pen-color .ant-slider .ant-slider-handle,
278
- .bee-sidebar #paintBucket-color .ant-slider .ant-slider-handle,
279
- .bee-sidebar #style-radius .ant-slider .ant-slider-handle,
280
- .bee-sidebar #style-width .ant-slider .ant-slider-handle,
281
- .bee-sidebar #style-color .ant-slider .ant-slider-handle,
282
- .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-handle,
283
- .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-handle {
284
- background-image: url("./assets/cssIcon/slide_btn.svg");
285
- background-repeat: no-repeat;
286
- background-size: 30px 30px;
287
- width: 40px;
288
- height: 40px;
289
- background-color: transparent;
290
- border-color: transparent;
291
- background-position: 3px 2px;
292
- margin-top: -15px; }
293
- .bee-sidebar #pen-color .ant-slider .ant-slider-handle:focus,
294
- .bee-sidebar #paintBucket-color .ant-slider .ant-slider-handle:focus,
295
- .bee-sidebar #style-radius .ant-slider .ant-slider-handle:focus,
296
- .bee-sidebar #style-width .ant-slider .ant-slider-handle:focus,
297
- .bee-sidebar #style-color .ant-slider .ant-slider-handle:focus,
298
- .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-handle:focus,
299
- .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-handle:focus {
300
- box-shadow: none; }
301
- .bee-sidebar #pen-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
302
- .bee-sidebar #paintBucket-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
303
- .bee-sidebar #style-radius .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
304
- .bee-sidebar #style-width .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
305
- .bee-sidebar #style-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
306
- .bee-sidebar #style-fillOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
307
- .bee-sidebar #style-borderOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
308
- color: inherit;
309
- font-style: normal;
310
- line-height: 0;
311
- text-align: center;
312
- text-transform: none;
313
- vertical-align: -0.125em;
314
- text-rendering: optimizeLegibility;
315
- -webkit-font-smoothing: antialiased;
316
- -moz-osx-font-smoothing: grayscale;
317
- position: absolute;
318
- top: 50%;
319
- right: 16px;
320
- display: inline-block;
321
- font-size: 12px;
322
- transform: translateY(-50%); }
323
- .bee-sidebar #pen-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
324
- .bee-sidebar #paintBucket-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
325
- .bee-sidebar #style-radius .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
326
- .bee-sidebar #style-width .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
327
- .bee-sidebar #style-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
328
- .bee-sidebar #style-fillOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
329
- .bee-sidebar #style-borderOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header {
330
- position: relative;
331
- color: rgba(0, 0, 0, 0.85);
332
- line-height: 1.5715;
333
- cursor: pointer;
334
- transition: all 0.3s;
335
- z-index: 10; }
336
- .bee-sidebar #pen-color .ant-slider-rail,
337
- .bee-sidebar #pen-color .ant-slider-track,
338
- .bee-sidebar #pen-color .ant-slider-step,
339
- .bee-sidebar #paintBucket-color .ant-slider-rail,
340
- .bee-sidebar #paintBucket-color .ant-slider-track,
341
- .bee-sidebar #paintBucket-color .ant-slider-step,
342
- .bee-sidebar #style-radius .ant-slider-rail,
343
- .bee-sidebar #style-radius .ant-slider-track,
344
- .bee-sidebar #style-radius .ant-slider-step,
345
- .bee-sidebar #style-width .ant-slider-rail,
346
- .bee-sidebar #style-width .ant-slider-track,
347
- .bee-sidebar #style-width .ant-slider-step,
348
- .bee-sidebar #style-color .ant-slider-rail,
349
- .bee-sidebar #style-color .ant-slider-track,
350
- .bee-sidebar #style-color .ant-slider-step,
351
- .bee-sidebar #style-fillOpacity .ant-slider-rail,
352
- .bee-sidebar #style-fillOpacity .ant-slider-track,
353
- .bee-sidebar #style-fillOpacity .ant-slider-step,
354
- .bee-sidebar #style-borderOpacity .ant-slider-rail,
355
- .bee-sidebar #style-borderOpacity .ant-slider-track,
356
- .bee-sidebar #style-borderOpacity .ant-slider-step {
357
- background-color: none;
358
- height: 8px; }
359
- .bee-sidebar #pen-color .ant-slider .ant-slider-track,
360
- .bee-sidebar #paintBucket-color .ant-slider .ant-slider-track,
361
- .bee-sidebar #style-radius .ant-slider .ant-slider-track,
362
- .bee-sidebar #style-width .ant-slider .ant-slider-track,
363
- .bee-sidebar #style-color .ant-slider .ant-slider-track,
364
- .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-track,
365
- .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-track {
366
- background: none; }
367
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot,
368
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot {
369
- height: 12px;
370
- background: #666666;
371
- border-radius: 0;
372
- margin-left: -2px; }
373
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(1),
374
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(1) {
375
- width: 1px; }
376
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(2),
377
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(2) {
378
- width: 2px; }
379
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(3),
380
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(3) {
381
- width: 3px; }
382
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(4),
383
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(4) {
384
- width: 4px; }
385
- .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(5),
386
- .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(5) {
387
- width: 5px; }
388
- .bee-sidebar #style-radius .ant-slider:hover .ant-slider-rail,
389
- .bee-sidebar #style-width .ant-slider:hover .ant-slider-rail {
390
- background: #f5f5f5; }
391
- .bee-sidebar #style-color .ant-slider-rail {
392
- background: linear-gradient(to right, blue 0%, blue 20%, cyan 20%, cyan 40%, lime 40%, lime 60%, yellow 60%, yellow 80%, magenta 80%, magenta 100%); }
393
- .bee-sidebar #style-fillOpacity .ant-slider-rail,
394
- .bee-sidebar #style-borderOpacity .ant-slider-rail {
395
- background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 80%, black 80%, black 100%); }
200
+ text-align: left;
201
+ }
202
+ .bee-sidebar__content {
203
+ flex: 1;
204
+ overflow: auto;
205
+ background-color: #fff;
206
+ }
207
+ .bee-sidebar__content .panel {
208
+ margin: 0 6px;
209
+ }
210
+ .bee-sidebar__content .panel .imgAttributeController .tools .singleTool {
211
+ color: #999999;
212
+ cursor: pointer;
213
+ display: flex;
214
+ align-items: center;
215
+ }
216
+ .bee-sidebar__content .panel .imgAttributeController .tools .singleTool .toolName {
217
+ width: 100%;
218
+ margin-left: 10px;
219
+ font-size: 12px;
220
+ }
221
+ .bee-sidebar__content .panel .imgAttributeController .tools .singleTool .selectedToolName {
222
+ width: 100%;
223
+ margin-left: 10px;
224
+ font-size: 15px;
225
+ color: #666fff;
226
+ }
227
+ .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle {
228
+ border-color: #666fff;
229
+ }
230
+ .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle.ant-tooltip-open {
231
+ border-color: #666fff;
232
+ }
233
+ .bee-sidebar__content .panel .imgAttributeController .ant-slider-handle:focus {
234
+ border-color: #666fff;
235
+ }
236
+ .bee-sidebar__level {
237
+ margin: 20px 20px 0 20px;
238
+ }
239
+ .bee-sidebar__toolsOption {
240
+ display: flex;
241
+ justify-content: center;
242
+ cursor: pointer;
243
+ margin: 10px 0 30px;
244
+ }
245
+ .bee-sidebar__singleTool {
246
+ max-width: 20px;
247
+ max-height: 20px;
248
+ margin: 0 10px;
249
+ }
250
+ .bee-sidebar__horizontal {
251
+ width: 100%;
252
+ height: 1px;
253
+ background: #eee;
254
+ }
255
+ .bee-sidebar .dashHorizontal {
256
+ width: 100%;
257
+ border-bottom: 1px dashed #eee;
258
+ }
259
+ .bee-sidebar .sensebee-radio-group,
260
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group {
261
+ max-height: calc(100vh - 61px);
262
+ display: flex;
263
+ flex-direction: column;
264
+ max-height: 300px;
265
+ overflow-y: auto;
266
+ }
267
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper,
268
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper {
269
+ padding: 10px 5px 10px 12px;
270
+ margin: 0;
271
+ display: flex;
272
+ flex: 1;
273
+ flex-direction: row;
274
+ align-content: center;
275
+ }
276
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .ant-radio,
277
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .ant-radio {
278
+ align-self: center;
279
+ }
280
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper:hover,
281
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper:hover {
282
+ background: #f3f4ff;
283
+ }
284
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper > span:nth-child(2),
285
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper > span:nth-child(2) {
286
+ flex: 1;
287
+ justify-content: space-between;
288
+ display: flex;
289
+ align-self: center;
290
+ overflow: hidden;
291
+ }
292
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .sensebee-radio-num,
293
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .sensebee-radio-num {
294
+ width: 20px;
295
+ height: 20px;
296
+ border: 1px solid #cccccc;
297
+ opacity: 1;
298
+ border-radius: 2px;
299
+ text-align: center;
300
+ line-height: 18px;
301
+ }
302
+ .bee-sidebar .sensebee-radio-group .ant-radio-wrapper .sensebee-radio-label,
303
+ .bee-sidebar .sensebee-radio-group-no-limit-height .ant-radio-group .ant-radio-wrapper .sensebee-radio-label {
304
+ flex: 1;
305
+ overflow: hidden;
306
+ text-overflow: ellipsis;
307
+ }
308
+ .bee-sidebar #pen-color .ant-slider .ant-slider-track,
309
+ .bee-sidebar #paintBucket-color .ant-slider .ant-slider-track,
310
+ .bee-sidebar #style-radius .ant-slider .ant-slider-track,
311
+ .bee-sidebar #style-width .ant-slider .ant-slider-track,
312
+ .bee-sidebar #style-color .ant-slider .ant-slider-track,
313
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-track,
314
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-track {
315
+ background: #f5f5f5;
316
+ }
317
+ .bee-sidebar #pen-color .ant-slider .ant-slider-dot,
318
+ .bee-sidebar #paintBucket-color .ant-slider .ant-slider-dot,
319
+ .bee-sidebar #style-radius .ant-slider .ant-slider-dot,
320
+ .bee-sidebar #style-width .ant-slider .ant-slider-dot,
321
+ .bee-sidebar #style-color .ant-slider .ant-slider-dot,
322
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-dot,
323
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-dot {
324
+ width: 0;
325
+ height: 0;
326
+ border: none;
327
+ }
328
+ .bee-sidebar #pen-color .ant-slider .ant-slider-handle,
329
+ .bee-sidebar #paintBucket-color .ant-slider .ant-slider-handle,
330
+ .bee-sidebar #style-radius .ant-slider .ant-slider-handle,
331
+ .bee-sidebar #style-width .ant-slider .ant-slider-handle,
332
+ .bee-sidebar #style-color .ant-slider .ant-slider-handle,
333
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-handle,
334
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-handle {
335
+ background-image: url("./assets/cssIcon/slide_btn.svg");
336
+ background-repeat: no-repeat;
337
+ background-size: 30px 30px;
338
+ width: 40px;
339
+ height: 40px;
340
+ background-color: transparent;
341
+ border-color: transparent;
342
+ background-position: 3px 2px;
343
+ margin-top: -15px;
344
+ }
345
+ .bee-sidebar #pen-color .ant-slider .ant-slider-handle:focus,
346
+ .bee-sidebar #paintBucket-color .ant-slider .ant-slider-handle:focus,
347
+ .bee-sidebar #style-radius .ant-slider .ant-slider-handle:focus,
348
+ .bee-sidebar #style-width .ant-slider .ant-slider-handle:focus,
349
+ .bee-sidebar #style-color .ant-slider .ant-slider-handle:focus,
350
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-handle:focus,
351
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-handle:focus {
352
+ box-shadow: none;
353
+ }
354
+ .bee-sidebar #pen-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
355
+ .bee-sidebar #paintBucket-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
356
+ .bee-sidebar #style-radius .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
357
+ .bee-sidebar #style-width .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
358
+ .bee-sidebar #style-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
359
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow,
360
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
361
+ color: inherit;
362
+ font-style: normal;
363
+ line-height: 0;
364
+ text-align: center;
365
+ text-transform: none;
366
+ vertical-align: -0.125em;
367
+ text-rendering: optimizeLegibility;
368
+ -webkit-font-smoothing: antialiased;
369
+ -moz-osx-font-smoothing: grayscale;
370
+ position: absolute;
371
+ top: 50%;
372
+ right: 16px;
373
+ display: inline-block;
374
+ font-size: 12px;
375
+ transform: translateY(-50%);
376
+ }
377
+ .bee-sidebar #pen-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
378
+ .bee-sidebar #paintBucket-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
379
+ .bee-sidebar #style-radius .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
380
+ .bee-sidebar #style-width .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
381
+ .bee-sidebar #style-color .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
382
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header,
383
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-collapse > .ant-collapse-item > .ant-collapse-header {
384
+ position: relative;
385
+ color: rgba(0, 0, 0, 0.85);
386
+ line-height: 1.5715;
387
+ cursor: pointer;
388
+ transition: all 0.3s;
389
+ z-index: 10;
390
+ }
391
+ .bee-sidebar #pen-color .ant-slider-rail,
392
+ .bee-sidebar #pen-color .ant-slider-track,
393
+ .bee-sidebar #pen-color .ant-slider-step,
394
+ .bee-sidebar #paintBucket-color .ant-slider-rail,
395
+ .bee-sidebar #paintBucket-color .ant-slider-track,
396
+ .bee-sidebar #paintBucket-color .ant-slider-step,
397
+ .bee-sidebar #style-radius .ant-slider-rail,
398
+ .bee-sidebar #style-radius .ant-slider-track,
399
+ .bee-sidebar #style-radius .ant-slider-step,
400
+ .bee-sidebar #style-width .ant-slider-rail,
401
+ .bee-sidebar #style-width .ant-slider-track,
402
+ .bee-sidebar #style-width .ant-slider-step,
403
+ .bee-sidebar #style-color .ant-slider-rail,
404
+ .bee-sidebar #style-color .ant-slider-track,
405
+ .bee-sidebar #style-color .ant-slider-step,
406
+ .bee-sidebar #style-fillOpacity .ant-slider-rail,
407
+ .bee-sidebar #style-fillOpacity .ant-slider-track,
408
+ .bee-sidebar #style-fillOpacity .ant-slider-step,
409
+ .bee-sidebar #style-borderOpacity .ant-slider-rail,
410
+ .bee-sidebar #style-borderOpacity .ant-slider-track,
411
+ .bee-sidebar #style-borderOpacity .ant-slider-step {
412
+ background-color: none;
413
+ height: 8px;
414
+ }
415
+ .bee-sidebar #pen-color .ant-slider .ant-slider-track,
416
+ .bee-sidebar #paintBucket-color .ant-slider .ant-slider-track,
417
+ .bee-sidebar #style-radius .ant-slider .ant-slider-track,
418
+ .bee-sidebar #style-width .ant-slider .ant-slider-track,
419
+ .bee-sidebar #style-color .ant-slider .ant-slider-track,
420
+ .bee-sidebar #style-fillOpacity .ant-slider .ant-slider-track,
421
+ .bee-sidebar #style-borderOpacity .ant-slider .ant-slider-track {
422
+ background: none;
423
+ }
424
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot,
425
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot {
426
+ height: 12px;
427
+ background: #666666;
428
+ border-radius: 0;
429
+ margin-left: -2px;
430
+ }
431
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(1),
432
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(1) {
433
+ width: 1px;
434
+ }
435
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(2),
436
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(2) {
437
+ width: 2px;
438
+ }
439
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(3),
440
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(3) {
441
+ width: 3px;
442
+ }
443
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(4),
444
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(4) {
445
+ width: 4px;
446
+ }
447
+ .bee-sidebar #style-radius .ant-slider-step .ant-slider-dot:nth-of-type(5),
448
+ .bee-sidebar #style-width .ant-slider-step .ant-slider-dot:nth-of-type(5) {
449
+ width: 5px;
450
+ }
451
+ .bee-sidebar #style-radius .ant-slider:hover .ant-slider-rail,
452
+ .bee-sidebar #style-width .ant-slider:hover .ant-slider-rail {
453
+ background: #f5f5f5;
454
+ }
455
+ .bee-sidebar #style-color .ant-slider-rail {
456
+ background: linear-gradient(to right, blue 0%, blue 20%, aqua 20%, aqua 40%, lime 40%, lime 60%, yellow 60%, yellow 80%, fuchsia 80%, fuchsia 100%);
457
+ }
458
+ .bee-sidebar #style-fillOpacity .ant-slider-rail,
459
+ .bee-sidebar #style-borderOpacity .ant-slider-rail {
460
+ background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 80%, black 80%, black 100%);
461
+ }
396
462
 
397
463
  .annotationOperation {
398
464
  position: relative;
399
465
  flex: 1;
400
- overflow: hidden; }
401
- .annotationOperation .canvas {
402
- user-select: none;
403
- display: block;
404
- position: relative;
405
- height: 100%;
406
- width: 100%; }
466
+ overflow: hidden;
467
+ }
468
+ .annotationOperation .canvas {
469
+ user-select: none;
470
+ display: block;
471
+ position: relative;
472
+ height: 100%;
473
+ width: 100%;
474
+ }
407
475
 
408
476
  .textInputContainer {
409
- padding: 20px; }
410
- .textInputContainer .textareaContainer {
411
- position: relative; }
412
- .textInputContainer .textareaContainer > textarea {
413
- padding-bottom: 30px; }
414
- .textInputContainer .textareaContainer .textAreaFooter {
415
- position: absolute;
416
- width: 100%;
417
- bottom: 0;
418
- font-weight: 400;
419
- line-height: 20px;
420
- opacity: 1;
421
- font-size: 12px;
422
- color: #cccccc;
423
- display: flex;
424
- padding: 0 10px 5px; }
425
- .textInputContainer .textareaContainer .textAreaFooter .warning {
426
- color: #ff0000; }
427
- .textInputContainer .textareaContainer .textAreaFooter .hotkeyTip {
428
- font-size: 14px;
429
- opacity: 0;
430
- transition: opacity 0.3s ease-in-out; }
431
- .textInputContainer .textareaContainer .textAreaFooter .wordCount {
432
- flex: 1;
433
- text-align: right; }
434
- .textInputContainer .textareaContainer.focus .textAreaFooter .hotkeyTip {
435
- opacity: 1; }
436
- .textInputContainer .textareaContainer .textareaContainer {
437
- position: relative; }
438
- .textInputContainer .textareaContainer .warning {
439
- outline-color: #ff0000;
440
- border-color: #ff0000; }
441
- .textInputContainer .textareaContainer .inputCount {
442
- position: absolute;
443
- bottom: 0;
444
- right: 5px;
445
- font-weight: 400;
446
- line-height: 20px;
447
- opacity: 1;
448
- font-size: 12px;
449
- color: #cccccc; }
450
- .textInputContainer .textareaContainer .inputCount .warning {
451
- color: #ff0000; }
452
- .textInputContainer .textareaContainer .label,
453
- .textInputContainer .textareaContainer .switchItem {
454
- color: #333333;
455
- font-size: 12px;
456
- line-height: 40px; }
457
- .textInputContainer .textareaContainer .notify {
458
- font-size: 12px;
459
- color: #cccccc; }
460
- .textInputContainer .textareaContainer .toolTextAreaBox {
461
- position: relative;
462
- padding-bottom: 20px;
463
- border: 1px solid #d9d9d9;
464
- border-radius: 2px; }
465
- .textInputContainer .textareaContainer .toolTextAreaBox:hover {
466
- border-color: #40a9ff; }
467
- .textInputContainer .textareaContainer .toolTextAreaBox .textAreaFooter {
468
- bottom: 0;
469
- height: 20px; }
470
- .textInputContainer .textareaContainer .toolTextAreaBox .ant-input {
471
- border: none; }
472
- .textInputContainer .textareaContainer .toolTextAreaBoxFocus {
473
- border-color: #40a9ff; }
474
- .textInputContainer .switchItem {
475
- margin-top: 20px;
476
- display: flex;
477
- justify-content: space-between; }
478
- .textInputContainer .notify {
479
- font-size: 12px;
480
- color: #cccccc; }
477
+ padding: 20px;
478
+ }
479
+ .textInputContainer .textareaContainer {
480
+ position: relative;
481
+ }
482
+ .textInputContainer .textareaContainer > textarea {
483
+ padding-bottom: 30px;
484
+ }
485
+ .textInputContainer .textareaContainer .textAreaFooter {
486
+ position: absolute;
487
+ width: 100%;
488
+ bottom: 0;
489
+ font-weight: 400;
490
+ line-height: 20px;
491
+ opacity: 1;
492
+ font-size: 12px;
493
+ color: #cccccc;
494
+ display: flex;
495
+ padding: 0 10px 5px;
496
+ }
497
+ .textInputContainer .textareaContainer .textAreaFooter .warning {
498
+ color: #ff0000;
499
+ }
500
+ .textInputContainer .textareaContainer .textAreaFooter .hotkeyTip {
501
+ font-size: 14px;
502
+ opacity: 0;
503
+ transition: opacity 0.3s ease-in-out;
504
+ }
505
+ .textInputContainer .textareaContainer .textAreaFooter .wordCount {
506
+ flex: 1;
507
+ text-align: right;
508
+ }
509
+ .textInputContainer .textareaContainer.focus .textAreaFooter .hotkeyTip {
510
+ opacity: 1;
511
+ }
512
+ .textInputContainer .textareaContainer .textareaContainer {
513
+ position: relative;
514
+ }
515
+ .textInputContainer .textareaContainer .warning {
516
+ outline-color: #ff0000;
517
+ border-color: #ff0000;
518
+ }
519
+ .textInputContainer .textareaContainer .inputCount {
520
+ position: absolute;
521
+ bottom: 0;
522
+ right: 5px;
523
+ font-weight: 400;
524
+ line-height: 20px;
525
+ opacity: 1;
526
+ font-size: 12px;
527
+ color: #cccccc;
528
+ }
529
+ .textInputContainer .textareaContainer .inputCount .warning {
530
+ color: #ff0000;
531
+ }
532
+ .textInputContainer .textareaContainer .label,
533
+ .textInputContainer .textareaContainer .switchItem {
534
+ color: #333333;
535
+ font-size: 12px;
536
+ line-height: 40px;
537
+ }
538
+ .textInputContainer .textareaContainer .notify {
539
+ font-size: 12px;
540
+ color: #cccccc;
541
+ }
542
+ .textInputContainer .textareaContainer .toolTextAreaBox {
543
+ position: relative;
544
+ padding-bottom: 20px;
545
+ border: 1px solid #d9d9d9;
546
+ border-radius: 2px;
547
+ }
548
+ .textInputContainer .textareaContainer .toolTextAreaBox:hover {
549
+ border-color: #40a9ff;
550
+ }
551
+ .textInputContainer .textareaContainer .toolTextAreaBox .textAreaFooter {
552
+ bottom: 0;
553
+ height: 20px;
554
+ }
555
+ .textInputContainer .textareaContainer .toolTextAreaBox .ant-input {
556
+ border: none;
557
+ }
558
+ .textInputContainer .textareaContainer .toolTextAreaBoxFocus {
559
+ border-color: #40a9ff;
560
+ }
561
+ .textInputContainer .switchItem {
562
+ margin-top: 20px;
563
+ display: flex;
564
+ justify-content: space-between;
565
+ }
566
+ .textInputContainer .notify {
567
+ font-size: 12px;
568
+ color: #cccccc;
569
+ }
481
570
 
482
571
  .tipsBar {
483
572
  display: flex;
484
- height: 100%; }
485
- .tipsBar :global .ant-popover.tool-hotkeys-popover .ant-popover-inner-content {
486
- max-height: 474px;
487
- overflow-y: auto; }
488
- .tipsBar .hotKeyIconGray,
489
- .tipsBar .helpIconGray {
490
- width: 15px;
491
- height: 15px;
492
- cursor: pointer;
493
- background-position: center;
494
- background-repeat: no-repeat;
495
- display: inline-block;
496
- vertical-align: middle; }
497
- .tipsBar .svg {
498
- width: 80px;
499
- height: 100%;
500
- color: #cccccc;
501
- display: flex;
502
- justify-content: center;
503
- align-items: center;
504
- font-size: 12px; }
505
- .tipsBar .svg:hover {
506
- color: #666fff;
507
- background-color: #e9e9e9; }
573
+ height: 100%;
574
+ }
575
+ .tipsBar :global .ant-popover.tool-hotkeys-popover .ant-popover-inner-content {
576
+ max-height: 474px;
577
+ overflow-y: auto;
578
+ }
579
+ .tipsBar .hotKeyIconGray,
580
+ .tipsBar .helpIconGray {
581
+ width: 15px;
582
+ height: 15px;
583
+ cursor: pointer;
584
+ background-position: center;
585
+ background-repeat: no-repeat;
586
+ display: inline-block;
587
+ vertical-align: middle;
588
+ }
589
+ .tipsBar .svg {
590
+ width: 80px;
591
+ height: 100%;
592
+ color: #cccccc;
593
+ display: flex;
594
+ justify-content: center;
595
+ align-items: center;
596
+ font-size: 12px;
597
+ }
598
+ .tipsBar .svg:hover {
599
+ color: #666fff;
600
+ background-color: #e9e9e9;
601
+ }
508
602
 
509
603
  .toolStyle {
510
604
  width: 100%;
511
605
  display: flex;
512
- flex-direction: column; }
513
- .toolStyle .styleSlider .title {
514
- min-width: 60px;
515
- margin-right: 10px;
516
- font-size: 12px;
517
- display: flex;
518
- align-items: center; }
519
- .toolStyle .styleSlider .title .icon {
520
- margin-right: 5px; }
521
- .toolStyle .styleSlider .slider {
522
- flex: 1; }
606
+ flex-direction: column;
607
+ }
608
+ .toolStyle .styleSlider .title {
609
+ min-width: 60px;
610
+ margin-right: 10px;
611
+ font-size: 12px;
612
+ display: flex;
613
+ align-items: center;
614
+ }
615
+ .toolStyle .styleSlider .title .icon {
616
+ margin-right: 5px;
617
+ }
618
+ .toolStyle .styleSlider .slider {
619
+ flex: 1;
620
+ }
523
621
 
524
622
  .generalOperation {
525
623
  display: flex;
@@ -532,21 +630,25 @@
532
630
  -moz-user-select: none;
533
631
  -webkit-user-select: none;
534
632
  -ms-user-select: none;
535
- user-select: none; }
536
- .generalOperation .item {
537
- text-align: center;
538
- flex: 1;
539
- box-sizing: border-box;
540
- width: 100%;
541
- height: 100%;
542
- display: flex;
543
- flex-direction: column;
544
- justify-content: center;
545
- cursor: pointer; }
546
- .generalOperation .icon {
547
- margin-bottom: 7px; }
548
- .generalOperation .toolName {
549
- font-size: 12px; }
633
+ user-select: none;
634
+ }
635
+ .generalOperation .item {
636
+ text-align: center;
637
+ flex: 1;
638
+ box-sizing: border-box;
639
+ width: 100%;
640
+ height: 100%;
641
+ display: flex;
642
+ flex-direction: column;
643
+ justify-content: center;
644
+ cursor: pointer;
645
+ }
646
+ .generalOperation .icon {
647
+ margin-bottom: 7px;
648
+ }
649
+ .generalOperation .toolName {
650
+ font-size: 12px;
651
+ }
550
652
 
551
653
  .tagOperationMenu .main {
552
654
  padding: 8px 8px;
@@ -554,11 +656,11 @@
554
656
  -moz-user-select: none;
555
657
  -webkit-user-select: none;
556
658
  -ms-user-select: none;
557
- user-select: none; }
558
-
659
+ user-select: none;
660
+ }
559
661
  .tagOperationMenu .main::-webkit-scrollbar {
560
- width: 0; }
561
-
662
+ width: 0;
663
+ }
562
664
  .tagOperationMenu .keyDownIcon {
563
665
  display: inline-block;
564
666
  text-align: center;
@@ -566,8 +668,8 @@
566
668
  width: 20px;
567
669
  height: 20px;
568
670
  border-radius: 2px;
569
- border: 1px solid #cccccc; }
570
-
671
+ border: 1px solid #cccccc;
672
+ }
571
673
  .tagOperationMenu .keyDownIconActive {
572
674
  display: inline-block;
573
675
  text-align: center;
@@ -577,181 +679,217 @@
577
679
  border-radius: 2px;
578
680
  border: 1px solid #cccccc;
579
681
  background: #6371ff;
580
- color: white; }
581
-
682
+ color: white;
683
+ }
582
684
  .tagOperationMenu .level {
583
- margin: 0px 0 0 -6px; }
584
- .tagOperationMenu .level .radioOption {
585
- width: 100%;
586
- margin-bottom: 10px;
587
- display: flex;
588
- padding: 4px 16px 4px 20px;
589
- cursor: pointer;
590
- justify-content: space-between; }
591
- .tagOperationMenu .level .radioOption .labelMouseClick {
592
- margin: 0 26px; }
593
- .tagOperationMenu .level .radioOption:hover {
594
- background: rgba(158, 158, 158, 0.18); }
595
- .tagOperationMenu .level .radioOption:active {
596
- color: #666fff;
597
- background: none; }
598
-
685
+ margin: 0px 0 0 -6px;
686
+ }
687
+ .tagOperationMenu .level .radioOption {
688
+ width: 100%;
689
+ margin-bottom: 10px;
690
+ display: flex;
691
+ padding: 4px 16px 4px 20px;
692
+ cursor: pointer;
693
+ justify-content: space-between;
694
+ }
695
+ .tagOperationMenu .level .radioOption .labelMouseClick {
696
+ margin: 0 26px;
697
+ }
698
+ .tagOperationMenu .level .radioOption:hover {
699
+ background: rgba(158, 158, 158, 0.18);
700
+ }
701
+ .tagOperationMenu .level .radioOption:active {
702
+ color: #666fff;
703
+ background: none;
704
+ }
599
705
  .tagOperationMenu .singleBar {
600
- padding: 0 3px 0 8px; }
601
-
706
+ padding: 0 3px 0 8px;
707
+ }
602
708
  .tagOperationMenu .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
603
- padding-top: 4px; }
604
-
709
+ padding-top: 4px;
710
+ }
605
711
  .tagOperationMenu .ant-collapse-content > .ant-collapse-content-box {
606
- padding: 0; }
607
-
712
+ padding: 0;
713
+ }
608
714
  .tagOperationMenu .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
609
- padding-right: 40px; }
610
-
715
+ padding-right: 40px;
716
+ }
611
717
  .tagOperationMenu .ant-collapse-borderless > .ant-collapse-item {
612
- border-bottom: 0px; }
718
+ border-bottom: 0px;
719
+ }
613
720
 
614
721
  .sensebee-checkbox-group .ant-checkbox-group {
615
722
  display: flex;
616
- flex-direction: column; }
617
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper {
618
- padding: 10px 5px 10px 12px;
619
- margin: 0;
620
- display: flex;
621
- flex: 1;
622
- flex-direction: row;
623
- align-content: center; }
624
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox {
625
- align-self: center; }
626
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper:hover {
627
- background: #f3f4ff; }
628
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper > span:nth-child(2) {
629
- flex: 1;
630
- justify-content: space-between;
631
- display: flex;
632
- align-self: center;
633
- overflow: hidden; }
634
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .sensebee-checkbox-num {
635
- width: 20px;
636
- height: 20px;
637
- border: 1px solid #cccccc;
638
- opacity: 1;
639
- border-radius: 2px;
640
- text-align: center; }
641
- .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .sensebee-checkbox-label {
642
- flex: 1;
643
- overflow: hidden;
644
- text-overflow: ellipsis; }
723
+ flex-direction: column;
724
+ }
725
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper {
726
+ padding: 10px 5px 10px 12px;
727
+ margin: 0;
728
+ display: flex;
729
+ flex: 1;
730
+ flex-direction: row;
731
+ align-content: center;
732
+ }
733
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox {
734
+ align-self: center;
735
+ }
736
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper:hover {
737
+ background: #f3f4ff;
738
+ }
739
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper > span:nth-child(2) {
740
+ flex: 1;
741
+ justify-content: space-between;
742
+ display: flex;
743
+ align-self: center;
744
+ overflow: hidden;
745
+ }
746
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .sensebee-checkbox-num {
747
+ width: 20px;
748
+ height: 20px;
749
+ border: 1px solid #cccccc;
750
+ opacity: 1;
751
+ border-radius: 2px;
752
+ text-align: center;
753
+ }
754
+ .sensebee-checkbox-group .ant-checkbox-group .ant-checkbox-wrapper .sensebee-checkbox-label {
755
+ flex: 1;
756
+ overflow: hidden;
757
+ text-overflow: ellipsis;
758
+ }
645
759
 
646
760
  ::-webkit-scrollbar {
647
761
  width: 8px;
648
- height: 8px; }
762
+ height: 8px;
763
+ }
649
764
 
650
765
  ::-webkit-scrollbar-thumb {
651
766
  width: 8px;
652
767
  height: 8px;
653
768
  background: #cccccc;
654
769
  opacity: 1;
655
- border-radius: 10px; }
770
+ border-radius: 10px;
771
+ }
656
772
 
657
773
  .textField {
658
774
  margin-bottom: 24px;
659
775
  position: relative;
660
- text-align: left; }
661
- .textField .label {
662
- margin-bottom: 8px;
663
- font-size: 12px;
664
- font-family: SourceHanSansCN-Medium; }
665
- .textField .label .required::before {
666
- display: inline-block;
667
- margin-right: 4px;
668
- color: #ff4d4f;
669
- font-size: 14px;
670
- font-family: SimSun, sans-serif;
671
- line-height: 1;
672
- content: '*'; }
776
+ text-align: left;
777
+ }
778
+ .textField .label {
779
+ margin-bottom: 8px;
780
+ font-size: 12px;
781
+ font-family: SourceHanSansCN-Medium;
782
+ }
783
+ .textField .label .required::before {
784
+ display: inline-block;
785
+ margin-right: 4px;
786
+ color: #ff4d4f;
787
+ font-size: 14px;
788
+ font-family: SimSun, sans-serif;
789
+ line-height: 1;
790
+ content: "*";
791
+ }
673
792
 
674
793
  .textInputContainer {
675
794
  padding: 20px;
676
795
  height: 100%;
677
- overflow-y: scroll; }
796
+ overflow-y: scroll;
797
+ }
678
798
 
679
799
  .textField {
680
800
  margin-bottom: 24px;
681
801
  position: relative;
682
- text-align: left; }
683
- .textField .label {
684
- margin-bottom: 8px;
685
- font-size: 12px;
686
- font-family: SourceHanSansCN-Medium; }
687
- .textField .label .required::before {
688
- display: inline-block;
689
- margin-right: 4px;
690
- color: #ff4d4f;
691
- font-size: 14px;
692
- font-family: SimSun, sans-serif;
693
- line-height: 1;
694
- content: '*'; }
802
+ text-align: left;
803
+ }
804
+ .textField .label {
805
+ margin-bottom: 8px;
806
+ font-size: 12px;
807
+ font-family: SourceHanSansCN-Medium;
808
+ }
809
+ .textField .label .required::before {
810
+ display: inline-block;
811
+ margin-right: 4px;
812
+ color: #ff4d4f;
813
+ font-size: 14px;
814
+ font-family: SimSun, sans-serif;
815
+ line-height: 1;
816
+ content: "*";
817
+ }
695
818
 
696
819
  .textToolOperationMenu {
697
820
  padding: 20px;
698
821
  height: 100%;
699
- overflow-y: scroll; }
822
+ overflow-y: scroll;
823
+ }
700
824
 
701
825
  .textareaContainer {
702
826
  position: relative;
703
827
  padding: 0;
704
- padding-bottom: 36px; }
705
- .textareaContainer .textAreaFooter {
706
- position: absolute;
707
- width: 100%;
708
- bottom: 0;
709
- font-weight: 400;
710
- opacity: 1;
711
- font-size: 12px;
712
- color: #cccccc;
713
- display: flex;
714
- padding: 0 10px; }
715
- .textareaContainer .textAreaFooter > span {
716
- line-height: 16px; }
717
- .textareaContainer .textAreaFooter .warning {
718
- color: #ff0000; }
719
- .textareaContainer .textAreaFooter .hotkeyTip {
720
- font-size: 12px;
721
- opacity: 0;
722
- text-align: left;
723
- display: flex;
724
- flex-direction: column;
725
- transition: opacity 0.3s ease-in-out; }
726
- .textareaContainer .textAreaFooter .wordCount {
727
- flex: 1;
728
- text-align: right;
729
- align-self: flex-end; }
730
- .textareaContainer.focus {
731
- border-color: #40a9ff; }
732
- .textareaContainer.focus .textAreaFooter .hotkeyTip {
733
- opacity: 1; }
734
- .textareaContainer.invalid {
735
- border-color: #ff4d4f; }
736
- .textareaContainer.invalid.focus {
737
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2); }
738
- .textareaContainer .warning {
739
- outline-color: #ff0000;
740
- border-color: #ff0000; }
741
- .textareaContainer .inputCount {
742
- position: absolute;
743
- bottom: 0;
744
- right: 5px;
745
- font-weight: 400;
746
- line-height: 20px;
747
- opacity: 1;
748
- font-size: 12px;
749
- color: #cccccc; }
750
- .textareaContainer .inputCount .warning {
751
- color: #ff0000; }
752
- .textareaContainer .notify {
753
- font-size: 12px;
754
- color: #cccccc; }
828
+ padding-bottom: 36px;
829
+ }
830
+ .textareaContainer .textAreaFooter {
831
+ position: absolute;
832
+ width: 100%;
833
+ bottom: 0;
834
+ font-weight: 400;
835
+ opacity: 1;
836
+ font-size: 12px;
837
+ color: #cccccc;
838
+ display: flex;
839
+ padding: 0 10px;
840
+ }
841
+ .textareaContainer .textAreaFooter > span {
842
+ line-height: 16px;
843
+ }
844
+ .textareaContainer .textAreaFooter .warning {
845
+ color: #ff0000;
846
+ }
847
+ .textareaContainer .textAreaFooter .hotkeyTip {
848
+ font-size: 12px;
849
+ opacity: 0;
850
+ text-align: left;
851
+ display: flex;
852
+ flex-direction: column;
853
+ transition: opacity 0.3s ease-in-out;
854
+ }
855
+ .textareaContainer .textAreaFooter .wordCount {
856
+ flex: 1;
857
+ text-align: right;
858
+ align-self: flex-end;
859
+ }
860
+ .textareaContainer.focus {
861
+ border-color: #40a9ff;
862
+ }
863
+ .textareaContainer.focus .textAreaFooter .hotkeyTip {
864
+ opacity: 1;
865
+ }
866
+ .textareaContainer.invalid {
867
+ border-color: #ff4d4f;
868
+ }
869
+ .textareaContainer.invalid.focus {
870
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
871
+ }
872
+ .textareaContainer .warning {
873
+ outline-color: #ff0000;
874
+ border-color: #ff0000;
875
+ }
876
+ .textareaContainer .inputCount {
877
+ position: absolute;
878
+ bottom: 0;
879
+ right: 5px;
880
+ font-weight: 400;
881
+ line-height: 20px;
882
+ opacity: 1;
883
+ font-size: 12px;
884
+ color: #cccccc;
885
+ }
886
+ .textareaContainer .inputCount .warning {
887
+ color: #ff0000;
888
+ }
889
+ .textareaContainer .notify {
890
+ font-size: 12px;
891
+ color: #cccccc;
892
+ }
755
893
 
756
894
  .clearText {
757
895
  width: 13px;
@@ -762,74 +900,97 @@
762
900
  background-repeat: no-repeat;
763
901
  background-position: center;
764
902
  background-image: url("./assets/cssIcon/annotation/icon_clearSmall.svg");
765
- cursor: pointer; }
766
- .clearText:not(.disabled):hover {
767
- background-image: url("./assets/cssIcon/annotation/icon_clearSmall_a.svg"); }
768
- .clearText.disabled {
769
- cursor: not-allowed; }
903
+ cursor: pointer;
904
+ }
905
+ .clearText:not(.disabled):hover {
906
+ background-image: url("./assets/cssIcon/annotation/icon_clearSmall_a.svg");
907
+ }
908
+ .clearText.disabled {
909
+ cursor: not-allowed;
910
+ }
770
911
 
771
912
  .switchItem {
772
913
  margin-top: 20px;
773
914
  display: flex;
774
915
  justify-content: space-between;
775
916
  font-size: 12px;
776
- font-family: SourceHanSansCN-Medium; }
777
- .switchItem .notify {
778
- font-size: 12px;
779
- color: #cccccc; }
917
+ font-family: SourceHanSansCN-Medium;
918
+ }
919
+ .switchItem .notify {
920
+ font-size: 12px;
921
+ color: #cccccc;
922
+ }
780
923
 
781
924
  .textarea-outline {
782
925
  border: 1px solid #d9d9d9;
783
- border-radius: 2px; }
784
- .textarea-outline.disabled {
785
- color: rgba(0, 0, 0, 0.25);
786
- background-color: #f5f5f5;
787
- cursor: not-allowed; }
926
+ border-radius: 2px;
927
+ }
928
+ .textarea-outline.disabled {
929
+ color: rgba(0, 0, 0, 0.25);
930
+ background-color: #f5f5f5;
931
+ cursor: not-allowed;
932
+ }
788
933
 
789
934
  .bee-component__iconWithText {
790
935
  display: flex;
791
936
  flex-direction: column;
792
937
  justify-content: space-between;
793
938
  align-items: center;
794
- height: auto; }
795
- .bee-component__iconWithText .iconGroup {
796
- color: #666666;
797
- cursor: pointer;
798
- display: flex;
799
- align-items: center;
800
- -moz-user-select: none;
801
- -webkit-user-select: none;
802
- -ms-user-select: none;
803
- user-select: none;
804
- margin: 0px 21px 4px; }
805
- .bee-component__iconWithText .iconGroup .icon {
806
- font-size: 18px; }
807
- .bee-component__iconWithText .name {
808
- font-size: 12px;
809
- color: #999999; }
810
- .bee-component__iconWithText:hover .bee-component__iconWithText__iconGroup {
811
- color: #666fff; }
812
- .bee-component__iconWithText:hover .bee-component__iconWithText__name {
813
- color: #666fff; }
814
-
939
+ height: auto;
940
+ }
941
+ .bee-component__iconWithText .iconGroup {
942
+ color: #666666;
943
+ cursor: pointer;
944
+ display: flex;
945
+ align-items: center;
946
+ -moz-user-select: none;
947
+ -webkit-user-select: none;
948
+ -ms-user-select: none;
949
+ user-select: none;
950
+ margin: 0px 21px 4px;
951
+ }
952
+ .bee-component__iconWithText .iconGroup .icon {
953
+ font-size: 18px;
954
+ }
955
+ .bee-component__iconWithText .name {
956
+ font-size: 12px;
957
+ color: #999999;
958
+ }
959
+ .bee-component__iconWithText:hover .bee-component__iconWithText__iconGroup {
960
+ color: #666fff;
961
+ }
962
+ .bee-component__iconWithText:hover .bee-component__iconWithText__name {
963
+ color: #666fff;
964
+ }
815
965
  .bee-component__annotationStepPopover {
816
966
  padding: 12px 30px;
817
- background: white; }
818
- .bee-component__annotationStepPopover .step {
819
- margin-bottom: 24px; }
820
- .bee-component__annotationStepPopover .step:last-child {
821
- margin-bottom: 0px; }
822
- .bee-component__annotationStepPopover .step:hover {
823
- color: #666fff;
824
- cursor: pointer; }
825
- .bee-component__annotationStepPopover .step .name {
826
- margin-bottom: 6px;
827
- font-size: 14px; }
828
- .bee-component__annotationStepPopover .step .progress {
829
- font-size: 12px; }
830
- .bee-component__annotationStepPopover .step .highlight {
831
- color: #666fff; }
832
- .bee-component__annotationStepPopover .isNotStart {
833
- color: #cccccc; }
834
- .bee-component__annotationStepPopover .isNotStart:hover {
835
- color: #cccccc; }
967
+ background: white;
968
+ }
969
+ .bee-component__annotationStepPopover .step {
970
+ margin-bottom: 24px;
971
+ }
972
+ .bee-component__annotationStepPopover .step:last-child {
973
+ margin-bottom: 0px;
974
+ }
975
+ .bee-component__annotationStepPopover .step:hover {
976
+ color: #666fff;
977
+ cursor: pointer;
978
+ }
979
+ .bee-component__annotationStepPopover .step .name {
980
+ margin-bottom: 6px;
981
+ font-size: 14px;
982
+ }
983
+ .bee-component__annotationStepPopover .step .progress {
984
+ font-size: 12px;
985
+ }
986
+ .bee-component__annotationStepPopover .step .highlight {
987
+ color: #666fff;
988
+ }
989
+ .bee-component__annotationStepPopover .isNotStart {
990
+ color: #cccccc;
991
+ }
992
+ .bee-component__annotationStepPopover .isNotStart:hover {
993
+ color: #cccccc;
994
+ }
995
+
996
+ /*# sourceMappingURL=index.css.map */