bfg-common 1.5.92 → 1.5.94
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/assets/scss/common/normalize.scss +347 -347
- package/components/atoms/alert/Notification.vue +169 -169
- package/components/atoms/autocomplete/Autocomplete.vue +361 -362
- package/components/atoms/collapse/CollapseNav.vue +169 -169
- package/components/atoms/comboDropdownMenu/ComboDropdownMenu.vue +357 -357
- package/components/atoms/combobox/Combobox.vue +154 -154
- package/components/atoms/datepicker/Datepicker.vue +639 -639
- package/components/atoms/dropdown/Portlet.vue +113 -113
- package/components/atoms/dropdown/dropdown/Dropdown.vue +168 -168
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/dragDropList/DragDropList.vue +148 -148
- package/components/atoms/modal/Modal.vue +250 -250
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/popover/Popover.vue +58 -58
- package/components/atoms/popover/lib/models/interfaces.ts +4 -4
- package/components/atoms/select/TheSelect.vue +187 -187
- package/components/atoms/stack/StackBlock.vue +185 -185
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/lib/models/verticalStepItem.ts +5 -5
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +529 -529
- package/components/atoms/table/dataGrid/DataGrid.vue +1716 -1713
- package/components/atoms/table/dataGrid/DataGridPage.vue +195 -195
- package/components/atoms/table/info/Info.vue +2 -2
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/tabs/Tabs.vue +217 -217
- package/components/atoms/wizard/Wizard.vue +341 -341
- package/components/common/accordion/Recursion.vue +222 -222
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/browse/BrowseNew.vue +237 -237
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/TitleNew.vue +145 -145
- package/components/common/browse/blocks/TitleOld.vue +91 -91
- package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
- package/components/common/chartOptionsModal/counters/timespan/form/FormNew.vue +262 -262
- package/components/common/context/Context.vue +111 -111
- package/components/common/context/recursion/RecursionOld.vue +228 -228
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +270 -270
- package/components/common/feedback/Message.vue +519 -519
- package/components/common/graph/graphNew/GraphNew.vue +194 -194
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/layout/theHeader/feedback/new/New.vue +227 -227
- package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +606 -606
- package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +98 -98
- package/components/common/layout/theHeader/feedback/new/description/Description.vue +59 -59
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +43 -43
- package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +103 -103
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +112 -112
- package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +80 -80
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +1 -1
- package/components/common/layout/theHeader/modals/Reconnect.vue +2 -2
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +8 -8
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordOld.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +2 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +1 -1
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +2 -2
- package/components/common/modals/Rename.vue +2 -2
- package/components/common/modals/confirmByInput/ConfirmByInput.vue +2 -3
- package/components/common/modals/confirmByInput/ConfirmByInputOld.vue +3 -3
- package/components/common/modals/confirmation/ConfirmationOld.vue +1 -1
- package/components/common/modals/unsavedChanges/UnsavedChanges.vue +1 -1
- package/components/common/monitor/advanced/Advanced.vue +1 -1
- package/components/common/monitor/advanced/AdvancedNew.vue +1 -1
- package/components/common/monitor/advanced/AdvancedOld.vue +1 -1
- package/components/common/monitor/advanced/graphView/GraphViewNew.vue +1 -1
- package/components/common/monitor/advanced/graphView/GraphViewOld.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -1
- package/components/common/monitor/advanced/table/tableNew/TableNew.vue +2 -2
- package/components/common/monitor/advanced/table/tableOld/lib/config/performanceDatatable.ts +2 -2
- package/components/common/monitor/advanced/tools/ToolsOld.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalOld.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationOld.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsOld.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersNew.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/lib/config/tableConfig.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +10 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/ObjectNew.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectOld/ObjectOld.vue +2 -2
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +1 -1
- package/components/common/monitor/lib/models/interfaces.ts +1 -1
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalOld.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/customIntervalModalNew/CustomIntervalModalNew.vue +4 -3
- package/components/common/monitor/resourceAllocation/lib/models/interfaces.ts +8 -8
- package/components/common/monitor/resourceAllocation/resourceAllocation.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +39 -2
- package/components/common/wizards/vm/migrate/vmOrigin/VmOrigin.vue +92 -0
- package/components/common/wizards/vm/migrate/vmOrigin/lib/models/interfaces.ts +19 -0
- package/components/common/wizards/vm/migrate/vmOrigin/lib/utils/constructItems.ts +62 -0
- package/package.json +1 -1
|
@@ -1,187 +1,187 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="select">
|
|
3
|
-
<button
|
|
4
|
-
:id="props.testId"
|
|
5
|
-
:data-id="`${props.testId}-button`"
|
|
6
|
-
class="btn btn-link nav-link select-toggle text-ellipsis"
|
|
7
|
-
@mouseenter="hover = true"
|
|
8
|
-
@mouseleave="hover = false"
|
|
9
|
-
@mousedown="showMenu"
|
|
10
|
-
>
|
|
11
|
-
<slot></slot>
|
|
12
|
-
{{ selectedItem?.text }}
|
|
13
|
-
<atoms-the-icon
|
|
14
|
-
name="arrow"
|
|
15
|
-
:class="['select-arrow', { active: open }]"
|
|
16
|
-
/>
|
|
17
|
-
</button>
|
|
18
|
-
<Teleport to="body">
|
|
19
|
-
<ul
|
|
20
|
-
v-show="open"
|
|
21
|
-
:style="selectMenuStyles"
|
|
22
|
-
class="select-menu"
|
|
23
|
-
@mouseleave="hover = false"
|
|
24
|
-
@mouseenter="hover = true"
|
|
25
|
-
>
|
|
26
|
-
<li
|
|
27
|
-
v-for="item in props.options"
|
|
28
|
-
:id="`${props.testId}-item`"
|
|
29
|
-
:key="item.value"
|
|
30
|
-
:data-id="item.testId"
|
|
31
|
-
class="select-item"
|
|
32
|
-
@mousedown.stop
|
|
33
|
-
@click="select(item.value)"
|
|
34
|
-
>
|
|
35
|
-
{{ item.text }}
|
|
36
|
-
</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</Teleport>
|
|
39
|
-
</div>
|
|
40
|
-
</template>
|
|
41
|
-
|
|
42
|
-
<script setup lang="ts">
|
|
43
|
-
import type { UI_I_Option } from '~/components/atoms/select/lib/models/interfaces'
|
|
44
|
-
|
|
45
|
-
const props = withDefaults(
|
|
46
|
-
defineProps<{
|
|
47
|
-
modelValue: number | string
|
|
48
|
-
options: UI_I_Option[]
|
|
49
|
-
testId?: string
|
|
50
|
-
}>(),
|
|
51
|
-
{ testId: 'ui-select' }
|
|
52
|
-
)
|
|
53
|
-
|
|
54
|
-
const emits = defineEmits<{
|
|
55
|
-
(event: 'update:model-value', value: string | number): void
|
|
56
|
-
}>()
|
|
57
|
-
|
|
58
|
-
const open = ref<boolean>(false)
|
|
59
|
-
const hover = ref<boolean>(false)
|
|
60
|
-
const selectMenuStyles = ref<any>({})
|
|
61
|
-
|
|
62
|
-
const selectedItem = computed<UI_I_Option | undefined>(() => {
|
|
63
|
-
return props.options.find((option) => option.value === props.modelValue)
|
|
64
|
-
})
|
|
65
|
-
|
|
66
|
-
const select = (value: number | string): void => {
|
|
67
|
-
const selectedItem = props.options.find((option) => option.value === value)
|
|
68
|
-
if (!selectedItem) return
|
|
69
|
-
|
|
70
|
-
emits('update:model-value', selectedItem.value)
|
|
71
|
-
hideMenu(true)
|
|
72
|
-
}
|
|
73
|
-
const showMenu = (): void => {
|
|
74
|
-
if (open.value) {
|
|
75
|
-
hideMenu(true)
|
|
76
|
-
return
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
open.value = true
|
|
80
|
-
|
|
81
|
-
const btn = document.querySelector(`#${props.testId}`)
|
|
82
|
-
if (!btn) return
|
|
83
|
-
const { top, height, right } = btn.getBoundingClientRect()
|
|
84
|
-
|
|
85
|
-
selectMenuStyles.value = {
|
|
86
|
-
top: `${top + height}px`,
|
|
87
|
-
left: `${right}px`,
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
const hideMenu = (force?: boolean): void => {
|
|
91
|
-
if (hover.value && !force) return
|
|
92
|
-
|
|
93
|
-
open.value = false
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
const windowClick = (): void => {
|
|
97
|
-
hideMenu()
|
|
98
|
-
}
|
|
99
|
-
const windowScroll = (): void => {
|
|
100
|
-
hideMenu()
|
|
101
|
-
}
|
|
102
|
-
onMounted(() => {
|
|
103
|
-
window.addEventListener('click', windowClick)
|
|
104
|
-
window.addEventListener('scroll', windowScroll, true)
|
|
105
|
-
})
|
|
106
|
-
onUnmounted(() => {
|
|
107
|
-
window.removeEventListener('click', windowClick)
|
|
108
|
-
window.removeEventListener('scroll', windowScroll)
|
|
109
|
-
})
|
|
110
|
-
</script>
|
|
111
|
-
|
|
112
|
-
<style scoped lang="scss">
|
|
113
|
-
@import '~/assets/scss/common/mixins';
|
|
114
|
-
%hover-effect {
|
|
115
|
-
margin-bottom: -1px;
|
|
116
|
-
border-bottom: 1px solid var(--row-hover-border-color);
|
|
117
|
-
background-color: var(--row-hover-bg-color);
|
|
118
|
-
text-decoration: none;
|
|
119
|
-
cursor: pointer;
|
|
120
|
-
}
|
|
121
|
-
%active-mode {
|
|
122
|
-
background-color: var(--row-selected-bg-color);
|
|
123
|
-
color: var(--row-selected-text-color);
|
|
124
|
-
}
|
|
125
|
-
%border-effect {
|
|
126
|
-
box-shadow: 0 -0.15rem 0 var(--nav-active-box-shadow-color) inset;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.select {
|
|
130
|
-
position: relative;
|
|
131
|
-
|
|
132
|
-
.select-toggle {
|
|
133
|
-
display: block;
|
|
134
|
-
gap: 4px;
|
|
135
|
-
text-transform: uppercase;
|
|
136
|
-
cursor: pointer;
|
|
137
|
-
padding: 0 24px 0 12px;
|
|
138
|
-
margin: 0;
|
|
139
|
-
background-color: transparent;
|
|
140
|
-
color: var(--global-font-color);
|
|
141
|
-
max-width: 360px;
|
|
142
|
-
|
|
143
|
-
&:hover {
|
|
144
|
-
color: var(--global-font-color);
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.select-arrow {
|
|
149
|
-
width: 12px;
|
|
150
|
-
height: 12px;
|
|
151
|
-
transform: rotate(180deg);
|
|
152
|
-
color: inherit;
|
|
153
|
-
fill: var(--arrows-icon);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&::after {
|
|
157
|
-
display: none;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.select-menu {
|
|
162
|
-
position: fixed;
|
|
163
|
-
z-index: var(--z-dropdown);
|
|
164
|
-
transform: translateX(-100%);
|
|
165
|
-
border: 1px solid var(--global-border-color);
|
|
166
|
-
border-radius: 3px;
|
|
167
|
-
margin-top: 2px;
|
|
168
|
-
background-color: var(--global-bg-color);
|
|
169
|
-
padding: 12px 0;
|
|
170
|
-
max-height: 200px;
|
|
171
|
-
overflow: auto;
|
|
172
|
-
|
|
173
|
-
.select-item {
|
|
174
|
-
color: var(--global-font-color3);
|
|
175
|
-
padding: 3px 24px;
|
|
176
|
-
font-size: 14px;
|
|
177
|
-
font-weight: 400;
|
|
178
|
-
border-bottom: 1px solid transparent;
|
|
179
|
-
cursor: pointer;
|
|
180
|
-
|
|
181
|
-
&:hover {
|
|
182
|
-
background-color: var(--row-hover-bg-color);
|
|
183
|
-
border-color: var(--row-hover-border-color);
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="select">
|
|
3
|
+
<button
|
|
4
|
+
:id="props.testId"
|
|
5
|
+
:data-id="`${props.testId}-button`"
|
|
6
|
+
class="btn btn-link nav-link select-toggle text-ellipsis"
|
|
7
|
+
@mouseenter="hover = true"
|
|
8
|
+
@mouseleave="hover = false"
|
|
9
|
+
@mousedown="showMenu"
|
|
10
|
+
>
|
|
11
|
+
<slot></slot>
|
|
12
|
+
{{ selectedItem?.text }}
|
|
13
|
+
<atoms-the-icon
|
|
14
|
+
name="arrow"
|
|
15
|
+
:class="['select-arrow', { active: open }]"
|
|
16
|
+
/>
|
|
17
|
+
</button>
|
|
18
|
+
<Teleport to="body">
|
|
19
|
+
<ul
|
|
20
|
+
v-show="open"
|
|
21
|
+
:style="selectMenuStyles"
|
|
22
|
+
class="select-menu"
|
|
23
|
+
@mouseleave="hover = false"
|
|
24
|
+
@mouseenter="hover = true"
|
|
25
|
+
>
|
|
26
|
+
<li
|
|
27
|
+
v-for="item in props.options"
|
|
28
|
+
:id="`${props.testId}-item`"
|
|
29
|
+
:key="item.value"
|
|
30
|
+
:data-id="item.testId"
|
|
31
|
+
class="select-item"
|
|
32
|
+
@mousedown.stop
|
|
33
|
+
@click="select(item.value)"
|
|
34
|
+
>
|
|
35
|
+
{{ item.text }}
|
|
36
|
+
</li>
|
|
37
|
+
</ul>
|
|
38
|
+
</Teleport>
|
|
39
|
+
</div>
|
|
40
|
+
</template>
|
|
41
|
+
|
|
42
|
+
<script setup lang="ts">
|
|
43
|
+
import type { UI_I_Option } from '~/components/atoms/select/lib/models/interfaces'
|
|
44
|
+
|
|
45
|
+
const props = withDefaults(
|
|
46
|
+
defineProps<{
|
|
47
|
+
modelValue: number | string
|
|
48
|
+
options: UI_I_Option[]
|
|
49
|
+
testId?: string
|
|
50
|
+
}>(),
|
|
51
|
+
{ testId: 'ui-select' }
|
|
52
|
+
)
|
|
53
|
+
|
|
54
|
+
const emits = defineEmits<{
|
|
55
|
+
(event: 'update:model-value', value: string | number): void
|
|
56
|
+
}>()
|
|
57
|
+
|
|
58
|
+
const open = ref<boolean>(false)
|
|
59
|
+
const hover = ref<boolean>(false)
|
|
60
|
+
const selectMenuStyles = ref<any>({})
|
|
61
|
+
|
|
62
|
+
const selectedItem = computed<UI_I_Option | undefined>(() => {
|
|
63
|
+
return props.options.find((option) => option.value === props.modelValue)
|
|
64
|
+
})
|
|
65
|
+
|
|
66
|
+
const select = (value: number | string): void => {
|
|
67
|
+
const selectedItem = props.options.find((option) => option.value === value)
|
|
68
|
+
if (!selectedItem) return
|
|
69
|
+
|
|
70
|
+
emits('update:model-value', selectedItem.value)
|
|
71
|
+
hideMenu(true)
|
|
72
|
+
}
|
|
73
|
+
const showMenu = (): void => {
|
|
74
|
+
if (open.value) {
|
|
75
|
+
hideMenu(true)
|
|
76
|
+
return
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
open.value = true
|
|
80
|
+
|
|
81
|
+
const btn = document.querySelector(`#${props.testId}`)
|
|
82
|
+
if (!btn) return
|
|
83
|
+
const { top, height, right } = btn.getBoundingClientRect()
|
|
84
|
+
|
|
85
|
+
selectMenuStyles.value = {
|
|
86
|
+
top: `${top + height}px`,
|
|
87
|
+
left: `${right}px`,
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
const hideMenu = (force?: boolean): void => {
|
|
91
|
+
if (hover.value && !force) return
|
|
92
|
+
|
|
93
|
+
open.value = false
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
const windowClick = (): void => {
|
|
97
|
+
hideMenu()
|
|
98
|
+
}
|
|
99
|
+
const windowScroll = (): void => {
|
|
100
|
+
hideMenu()
|
|
101
|
+
}
|
|
102
|
+
onMounted(() => {
|
|
103
|
+
window.addEventListener('click', windowClick)
|
|
104
|
+
window.addEventListener('scroll', windowScroll, true)
|
|
105
|
+
})
|
|
106
|
+
onUnmounted(() => {
|
|
107
|
+
window.removeEventListener('click', windowClick)
|
|
108
|
+
window.removeEventListener('scroll', windowScroll)
|
|
109
|
+
})
|
|
110
|
+
</script>
|
|
111
|
+
|
|
112
|
+
<style scoped lang="scss">
|
|
113
|
+
@import '~/assets/scss/common/mixins';
|
|
114
|
+
%hover-effect {
|
|
115
|
+
margin-bottom: -1px;
|
|
116
|
+
border-bottom: 1px solid var(--row-hover-border-color);
|
|
117
|
+
background-color: var(--row-hover-bg-color);
|
|
118
|
+
text-decoration: none;
|
|
119
|
+
cursor: pointer;
|
|
120
|
+
}
|
|
121
|
+
%active-mode {
|
|
122
|
+
background-color: var(--row-selected-bg-color);
|
|
123
|
+
color: var(--row-selected-text-color);
|
|
124
|
+
}
|
|
125
|
+
%border-effect {
|
|
126
|
+
box-shadow: 0 -0.15rem 0 var(--nav-active-box-shadow-color) inset;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.select {
|
|
130
|
+
position: relative;
|
|
131
|
+
|
|
132
|
+
.select-toggle {
|
|
133
|
+
display: block;
|
|
134
|
+
gap: 4px;
|
|
135
|
+
text-transform: uppercase;
|
|
136
|
+
cursor: pointer;
|
|
137
|
+
padding: 0 24px 0 12px;
|
|
138
|
+
margin: 0;
|
|
139
|
+
background-color: transparent;
|
|
140
|
+
color: var(--global-font-color);
|
|
141
|
+
max-width: 360px;
|
|
142
|
+
|
|
143
|
+
&:hover {
|
|
144
|
+
color: var(--global-font-color);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.select-arrow {
|
|
149
|
+
width: 12px;
|
|
150
|
+
height: 12px;
|
|
151
|
+
transform: rotate(180deg);
|
|
152
|
+
color: inherit;
|
|
153
|
+
fill: var(--arrows-icon);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
&::after {
|
|
157
|
+
display: none;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.select-menu {
|
|
162
|
+
position: fixed;
|
|
163
|
+
z-index: var(--z-dropdown);
|
|
164
|
+
transform: translateX(-100%);
|
|
165
|
+
border: 1px solid var(--global-border-color);
|
|
166
|
+
border-radius: 3px;
|
|
167
|
+
margin-top: 2px;
|
|
168
|
+
background-color: var(--global-bg-color);
|
|
169
|
+
padding: 12px 0;
|
|
170
|
+
max-height: 200px;
|
|
171
|
+
overflow: auto;
|
|
172
|
+
|
|
173
|
+
.select-item {
|
|
174
|
+
color: var(--global-font-color3);
|
|
175
|
+
padding: 3px 24px;
|
|
176
|
+
font-size: 14px;
|
|
177
|
+
font-weight: 400;
|
|
178
|
+
border-bottom: 1px solid transparent;
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
|
|
181
|
+
&:hover {
|
|
182
|
+
background-color: var(--row-hover-bg-color);
|
|
183
|
+
border-color: var(--row-hover-border-color);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
</style>
|