@nixweb/nixloc-ui 1.19.0 → 1.20.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.
- package/package.json +1 -1
- package/src/component/forms/ButtonFilter.vue +104 -104
- package/src/component/forms/ButtonGroup.vue +66 -66
- package/src/component/forms/ButtonGroupInline.vue +210 -210
- package/src/component/forms/ButtonSub.vue +97 -97
- package/src/component/forms/ButtonToggle.vue +76 -76
- package/src/component/forms/DateYearMonth.vue +192 -192
- package/src/component/forms/ImageUpload.vue +214 -214
- package/src/component/forms/IncrementDecrement.vue +151 -151
- package/src/component/forms/InputAddressGoogle.vue +171 -171
- package/src/component/forms/InputCallToAction.vue +135 -135
- package/src/component/forms/InputDecimalDiscount.vue +146 -146
- package/src/component/forms/InputTag.vue +124 -124
- package/src/component/forms/InputTextEdit.vue +69 -69
- package/src/component/forms/InputWhatsApp.vue +47 -47
- package/src/component/forms/SideBar.vue +99 -99
- package/src/component/forms/Toggle.vue +72 -72
- package/src/component/layout/Account.vue +131 -131
- package/src/component/layout/AnimatedPhrase.vue +68 -68
- package/src/component/layout/BarFloating.vue +67 -67
- package/src/component/layout/BottomActionsBar.vue +205 -205
- package/src/component/layout/ColorPicker.vue +175 -175
- package/src/component/layout/Gantt.vue +128 -128
- package/src/component/layout/HideShow.vue +61 -61
- package/src/component/layout/IconMolded.vue +58 -58
- package/src/component/layout/IconPicker.vue +161 -161
- package/src/component/layout/NewAccount.vue +136 -136
- package/src/component/layout/NewHeader.vue +59 -59
- package/src/component/layout/NewIconMolded.vue +70 -70
- package/src/component/layout/NewMenu.vue +472 -472
- package/src/component/layout/Tab.vue +259 -259
- package/src/component/layout/Tag.vue +97 -97
- package/src/component/layout/Tooltip.vue +155 -155
- package/src/component/layout/Zoom.vue +111 -111
- package/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/src/component/rental/DisplayTotalization.vue +86 -86
- package/src/component/report/Fields.vue +108 -108
- package/src/component/report/Report.vue +377 -377
- package/src/component/report/ReportTable.vue +111 -111
- package/src/component/report/Totalization.vue +33 -33
- package/src/component/shared/CodeEditor.vue +128 -128
- package/src/component/shared/Confirmation.vue +74 -74
- package/src/component/shared/DocumentEditor.vue +99 -99
- package/src/component/shared/DocumentPreview.vue +105 -105
- package/src/component/shared/DocumentPublic.vue +33 -33
- package/src/component/shared/ExportExcel.vue +56 -56
- package/src/component/shared/FullCalendar.vue +175 -175
- package/src/component/shared/HeaderReport.vue +47 -47
- package/src/component/shared/ListNotifications.vue +70 -70
- package/src/component/shared/Loading.vue +1 -4
- package/src/component/shared/LoadingCard.vue +64 -64
- package/src/component/shared/ParameterLegend.vue +169 -169
- package/src/component/shared/Report.vue +250 -250
- package/src/component/shared/SaveCancel.vue +99 -117
- package/src/component/shared/SelectOption.vue +162 -162
- package/src/component/shared/TableDraggable.vue +117 -117
- package/src/component/shared/TableImport.vue +93 -93
- package/src/component/shared/TableItem.vue +228 -228
- package/src/component/shared/TableTotalPerPage.vue +114 -114
- package/src/component/shared/TableTotalRecords.vue +44 -44
- package/src/component/shared/TimeLine.vue +41 -41
- package/src/component/shared/Timer.vue +77 -77
- package/src/component/shared/ToggleTheme.vue +127 -127
- package/src/component/shared/TotalizationReport.vue +86 -86
- package/src/component/shared/actions/ActionButtons.vue +53 -53
- package/src/component/shared/actions/ActionErrorContent.vue +103 -103
- package/src/component/shared/actions/ActionFooter.vue +93 -99
- package/src/component/shared/actions/ActionHeader.vue +110 -110
- package/src/component/shared/actions/ActionItemList.vue +143 -143
- package/src/component/shared/actions/ActionsOptions.vue +209 -209
- package/src/component/shared/actions/ActionsSelected.vue +262 -262
- package/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/src/component/shared/automation/AddRule.vue +60 -60
- package/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/src/component/shared/automation/SelectRule.vue +97 -97
- package/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/src/component/shared/file-manager/FileManager.vue +390 -390
- package/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -95
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/src/component/shared/query-builder/Fields.vue +93 -93
- package/src/component/shared/query-builder/Rules.vue +68 -68
- package/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/src/component/shared/query-builder/Tags.vue +59 -59
- package/src/component/signature/Payment.vue +160 -160
- package/src/component/signature/Warning.vue +75 -75
- package/src/component/template/ReportCreateUpdate.vue +110 -110
- package/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/src/component/template/ViewTemplateReportList.vue +240 -240
- package/src/component/template/ViewTemplateReportPreview.vue +521 -521
- package/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/src/component/template/model/Report.js +5 -5
- package/src/component/training/Course.vue +343 -343
- package/src/component/training/CourseView.vue +198 -198
- package/src/component/value-objects/Address.js +10 -10
- package/src/component/value-objects/Address.vue +173 -173
- package/src/component/value-objects/Contact.js +6 -6
- package/src/component/value-objects/Contact.vue +106 -106
- package/src/component/value-objects/Person.js +10 -10
- package/src/component/value-objects/Person.vue +130 -130
- package/src/store/modules/automation.js +30 -30
- package/src/store/modules/generic.js +15 -1
- package/src/store/modules/report.js +277 -277
- package/src/store/modules/user.js +69 -69
- package/src/store/modules/util.js +25 -25
|
@@ -1,209 +1,209 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="actions-options">
|
|
3
|
-
<div class="ao-body">
|
|
4
|
-
<ScrollBar
|
|
5
|
-
:minHeight="minHeight"
|
|
6
|
-
:maxHeight="maxHeight"
|
|
7
|
-
class="ao-scroll"
|
|
8
|
-
>
|
|
9
|
-
<span class="ao-description title">
|
|
10
|
-
{{ actionSelected.description }}
|
|
11
|
-
</span>
|
|
12
|
-
|
|
13
|
-
<div v-if="actionSelected.type == 'component'">
|
|
14
|
-
<component
|
|
15
|
-
:is="actionSelected.component"
|
|
16
|
-
v-model="optionSelected"
|
|
17
|
-
></component>
|
|
18
|
-
</div>
|
|
19
|
-
|
|
20
|
-
<div
|
|
21
|
-
v-if="actionSelected.type == 'options'"
|
|
22
|
-
class="ao-radios"
|
|
23
|
-
role="group"
|
|
24
|
-
:aria-labelledby="'ao-title'"
|
|
25
|
-
>
|
|
26
|
-
<RadioGroup
|
|
27
|
-
:field="fieldName"
|
|
28
|
-
:options="filteredOptions"
|
|
29
|
-
v-model="optionSelected"
|
|
30
|
-
/>
|
|
31
|
-
</div>
|
|
32
|
-
|
|
33
|
-
<div
|
|
34
|
-
v-else
|
|
35
|
-
class="ao-empty"
|
|
36
|
-
aria-live="polite"
|
|
37
|
-
>
|
|
38
|
-
<i class="fas fa-inbox"></i>
|
|
39
|
-
<span>Nenhuma opção encontrada.</span>
|
|
40
|
-
</div>
|
|
41
|
-
</ScrollBar>
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
<footer class="ao-footer">
|
|
45
|
-
<div class="ao-footer-left">
|
|
46
|
-
<span
|
|
47
|
-
v-if="optionSelected"
|
|
48
|
-
class="ao-helper title"
|
|
49
|
-
>
|
|
50
|
-
Selecionado: <strong>{{ labelSelected }}</strong>
|
|
51
|
-
</span>
|
|
52
|
-
</div>
|
|
53
|
-
<div class="ao-footer-right">
|
|
54
|
-
<Button
|
|
55
|
-
key="select"
|
|
56
|
-
:disabled="!isValid"
|
|
57
|
-
:title="btnNextLabel"
|
|
58
|
-
type="primary"
|
|
59
|
-
size="medium"
|
|
60
|
-
:clicked="next"
|
|
61
|
-
/>
|
|
62
|
-
</div>
|
|
63
|
-
</footer>
|
|
64
|
-
</div>
|
|
65
|
-
</template>
|
|
66
|
-
|
|
67
|
-
<script>
|
|
68
|
-
import Button from "@nixweb/nixloc-ui/src/component/forms/Button";
|
|
69
|
-
import RadioGroup from "@nixweb/nixloc-ui/src/component/forms/RadioGroup";
|
|
70
|
-
import ScrollBar from "@nixweb/nixloc-ui/src/component/layout/ScrollBar.vue";
|
|
71
|
-
import { mapMutations } from "vuex";
|
|
72
|
-
|
|
73
|
-
export default {
|
|
74
|
-
name: "ActionsOptions",
|
|
75
|
-
components: { Button, RadioGroup, ScrollBar },
|
|
76
|
-
props: {
|
|
77
|
-
actionSelected: { type: Object, required: true },
|
|
78
|
-
minHeight: { type: Number, default: 120 },
|
|
79
|
-
maxHeight: { type: Number, default: 260 },
|
|
80
|
-
btnNextLabel: { type: String, default: "Avançar" },
|
|
81
|
-
fieldName: { type: String, default: "group" },
|
|
82
|
-
searchThreshold: { type: Number, default: 10 },
|
|
83
|
-
value: String,
|
|
84
|
-
},
|
|
85
|
-
data() {
|
|
86
|
-
return {
|
|
87
|
-
optionSelected: null,
|
|
88
|
-
query: "",
|
|
89
|
-
};
|
|
90
|
-
},
|
|
91
|
-
computed: {
|
|
92
|
-
optionsRaw() {
|
|
93
|
-
const list =
|
|
94
|
-
this.actionSelected && Array.isArray(this.actionSelected.options)
|
|
95
|
-
? this.actionSelected.options
|
|
96
|
-
: [];
|
|
97
|
-
return list.map((o) => ({ text: o.text, value: o.value }));
|
|
98
|
-
},
|
|
99
|
-
filteredOptions() {
|
|
100
|
-
const q = (this.query || "").toLowerCase();
|
|
101
|
-
if (!q) return this.optionsRaw;
|
|
102
|
-
return this.optionsRaw.filter(
|
|
103
|
-
(opt) =>
|
|
104
|
-
String(opt.text).toLowerCase().includes(q) ||
|
|
105
|
-
String(opt.value).toLowerCase().includes(q)
|
|
106
|
-
);
|
|
107
|
-
},
|
|
108
|
-
isValid() {
|
|
109
|
-
return (
|
|
110
|
-
this.optionSelected !== null &&
|
|
111
|
-
this.optionSelected !== undefined &&
|
|
112
|
-
this.optionSelected !== ""
|
|
113
|
-
);
|
|
114
|
-
},
|
|
115
|
-
labelSelected() {
|
|
116
|
-
const found = this.optionsRaw.find(
|
|
117
|
-
(o) => o.value === this.optionSelected
|
|
118
|
-
);
|
|
119
|
-
return found ? found.text : "";
|
|
120
|
-
},
|
|
121
|
-
},
|
|
122
|
-
watch: {
|
|
123
|
-
optionSelected: {
|
|
124
|
-
handler(value) {
|
|
125
|
-
this.$emit("input", value);
|
|
126
|
-
},
|
|
127
|
-
deep: true,
|
|
128
|
-
},
|
|
129
|
-
optionsRaw: {
|
|
130
|
-
immediate: true,
|
|
131
|
-
handler(list) {
|
|
132
|
-
if (Array.isArray(list) && list.length === 1) {
|
|
133
|
-
this.optionSelected = list[0].value;
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
|
-
methods: {
|
|
139
|
-
...mapMutations("generic", ["openModal", "hideModal"]),
|
|
140
|
-
next() {
|
|
141
|
-
if (!this.isValid) return;
|
|
142
|
-
this.openModal("confirm");
|
|
143
|
-
},
|
|
144
|
-
enterToNext() {
|
|
145
|
-
if (this.isValid) this.next();
|
|
146
|
-
},
|
|
147
|
-
},
|
|
148
|
-
};
|
|
149
|
-
</script>
|
|
150
|
-
|
|
151
|
-
<style scoped>
|
|
152
|
-
.actions-options {
|
|
153
|
-
display: flex;
|
|
154
|
-
flex-direction: column;
|
|
155
|
-
gap: 12px;
|
|
156
|
-
max-width: 640px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.ao-body {
|
|
160
|
-
display: flex;
|
|
161
|
-
flex-direction: column;
|
|
162
|
-
gap: 8px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.ao-scroll {
|
|
166
|
-
border: 1px solid #e5e7eb;
|
|
167
|
-
border-radius: 10px;
|
|
168
|
-
padding: 8px;
|
|
169
|
-
background: #fff;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.ao-radios {
|
|
173
|
-
display: grid;
|
|
174
|
-
gap: 10px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.ao-empty {
|
|
178
|
-
display: flex;
|
|
179
|
-
align-items: center;
|
|
180
|
-
gap: 8px;
|
|
181
|
-
color: #6b7280;
|
|
182
|
-
padding: 8px;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.ao-footer {
|
|
186
|
-
display: flex;
|
|
187
|
-
align-items: center;
|
|
188
|
-
justify-content: space-between;
|
|
189
|
-
gap: 12px;
|
|
190
|
-
padding-top: 8px;
|
|
191
|
-
position: sticky;
|
|
192
|
-
bottom: 0;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.ao-description {
|
|
196
|
-
color: #475569;
|
|
197
|
-
font-weight: 500;
|
|
198
|
-
font-size: 13px;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.ao-footer-right {
|
|
202
|
-
display: flex;
|
|
203
|
-
gap: 8px;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.ao-helper {
|
|
207
|
-
color: #374151;
|
|
208
|
-
}
|
|
209
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="actions-options">
|
|
3
|
+
<div class="ao-body">
|
|
4
|
+
<ScrollBar
|
|
5
|
+
:minHeight="minHeight"
|
|
6
|
+
:maxHeight="maxHeight"
|
|
7
|
+
class="ao-scroll"
|
|
8
|
+
>
|
|
9
|
+
<span class="ao-description title">
|
|
10
|
+
{{ actionSelected.description }}
|
|
11
|
+
</span>
|
|
12
|
+
|
|
13
|
+
<div v-if="actionSelected.type == 'component'">
|
|
14
|
+
<component
|
|
15
|
+
:is="actionSelected.component"
|
|
16
|
+
v-model="optionSelected"
|
|
17
|
+
></component>
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
<div
|
|
21
|
+
v-if="actionSelected.type == 'options'"
|
|
22
|
+
class="ao-radios"
|
|
23
|
+
role="group"
|
|
24
|
+
:aria-labelledby="'ao-title'"
|
|
25
|
+
>
|
|
26
|
+
<RadioGroup
|
|
27
|
+
:field="fieldName"
|
|
28
|
+
:options="filteredOptions"
|
|
29
|
+
v-model="optionSelected"
|
|
30
|
+
/>
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
<div
|
|
34
|
+
v-else
|
|
35
|
+
class="ao-empty"
|
|
36
|
+
aria-live="polite"
|
|
37
|
+
>
|
|
38
|
+
<i class="fas fa-inbox"></i>
|
|
39
|
+
<span>Nenhuma opção encontrada.</span>
|
|
40
|
+
</div>
|
|
41
|
+
</ScrollBar>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
<footer class="ao-footer">
|
|
45
|
+
<div class="ao-footer-left">
|
|
46
|
+
<span
|
|
47
|
+
v-if="optionSelected"
|
|
48
|
+
class="ao-helper title"
|
|
49
|
+
>
|
|
50
|
+
Selecionado: <strong>{{ labelSelected }}</strong>
|
|
51
|
+
</span>
|
|
52
|
+
</div>
|
|
53
|
+
<div class="ao-footer-right">
|
|
54
|
+
<Button
|
|
55
|
+
key="select"
|
|
56
|
+
:disabled="!isValid"
|
|
57
|
+
:title="btnNextLabel"
|
|
58
|
+
type="primary"
|
|
59
|
+
size="medium"
|
|
60
|
+
:clicked="next"
|
|
61
|
+
/>
|
|
62
|
+
</div>
|
|
63
|
+
</footer>
|
|
64
|
+
</div>
|
|
65
|
+
</template>
|
|
66
|
+
|
|
67
|
+
<script>
|
|
68
|
+
import Button from "@nixweb/nixloc-ui/src/component/forms/Button";
|
|
69
|
+
import RadioGroup from "@nixweb/nixloc-ui/src/component/forms/RadioGroup";
|
|
70
|
+
import ScrollBar from "@nixweb/nixloc-ui/src/component/layout/ScrollBar.vue";
|
|
71
|
+
import { mapMutations } from "vuex";
|
|
72
|
+
|
|
73
|
+
export default {
|
|
74
|
+
name: "ActionsOptions",
|
|
75
|
+
components: { Button, RadioGroup, ScrollBar },
|
|
76
|
+
props: {
|
|
77
|
+
actionSelected: { type: Object, required: true },
|
|
78
|
+
minHeight: { type: Number, default: 120 },
|
|
79
|
+
maxHeight: { type: Number, default: 260 },
|
|
80
|
+
btnNextLabel: { type: String, default: "Avançar" },
|
|
81
|
+
fieldName: { type: String, default: "group" },
|
|
82
|
+
searchThreshold: { type: Number, default: 10 },
|
|
83
|
+
value: String,
|
|
84
|
+
},
|
|
85
|
+
data() {
|
|
86
|
+
return {
|
|
87
|
+
optionSelected: null,
|
|
88
|
+
query: "",
|
|
89
|
+
};
|
|
90
|
+
},
|
|
91
|
+
computed: {
|
|
92
|
+
optionsRaw() {
|
|
93
|
+
const list =
|
|
94
|
+
this.actionSelected && Array.isArray(this.actionSelected.options)
|
|
95
|
+
? this.actionSelected.options
|
|
96
|
+
: [];
|
|
97
|
+
return list.map((o) => ({ text: o.text, value: o.value }));
|
|
98
|
+
},
|
|
99
|
+
filteredOptions() {
|
|
100
|
+
const q = (this.query || "").toLowerCase();
|
|
101
|
+
if (!q) return this.optionsRaw;
|
|
102
|
+
return this.optionsRaw.filter(
|
|
103
|
+
(opt) =>
|
|
104
|
+
String(opt.text).toLowerCase().includes(q) ||
|
|
105
|
+
String(opt.value).toLowerCase().includes(q)
|
|
106
|
+
);
|
|
107
|
+
},
|
|
108
|
+
isValid() {
|
|
109
|
+
return (
|
|
110
|
+
this.optionSelected !== null &&
|
|
111
|
+
this.optionSelected !== undefined &&
|
|
112
|
+
this.optionSelected !== ""
|
|
113
|
+
);
|
|
114
|
+
},
|
|
115
|
+
labelSelected() {
|
|
116
|
+
const found = this.optionsRaw.find(
|
|
117
|
+
(o) => o.value === this.optionSelected
|
|
118
|
+
);
|
|
119
|
+
return found ? found.text : "";
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
watch: {
|
|
123
|
+
optionSelected: {
|
|
124
|
+
handler(value) {
|
|
125
|
+
this.$emit("input", value);
|
|
126
|
+
},
|
|
127
|
+
deep: true,
|
|
128
|
+
},
|
|
129
|
+
optionsRaw: {
|
|
130
|
+
immediate: true,
|
|
131
|
+
handler(list) {
|
|
132
|
+
if (Array.isArray(list) && list.length === 1) {
|
|
133
|
+
this.optionSelected = list[0].value;
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
methods: {
|
|
139
|
+
...mapMutations("generic", ["openModal", "hideModal"]),
|
|
140
|
+
next() {
|
|
141
|
+
if (!this.isValid) return;
|
|
142
|
+
this.openModal("confirm");
|
|
143
|
+
},
|
|
144
|
+
enterToNext() {
|
|
145
|
+
if (this.isValid) this.next();
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
};
|
|
149
|
+
</script>
|
|
150
|
+
|
|
151
|
+
<style scoped>
|
|
152
|
+
.actions-options {
|
|
153
|
+
display: flex;
|
|
154
|
+
flex-direction: column;
|
|
155
|
+
gap: 12px;
|
|
156
|
+
max-width: 640px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.ao-body {
|
|
160
|
+
display: flex;
|
|
161
|
+
flex-direction: column;
|
|
162
|
+
gap: 8px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.ao-scroll {
|
|
166
|
+
border: 1px solid #e5e7eb;
|
|
167
|
+
border-radius: 10px;
|
|
168
|
+
padding: 8px;
|
|
169
|
+
background: #fff;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.ao-radios {
|
|
173
|
+
display: grid;
|
|
174
|
+
gap: 10px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.ao-empty {
|
|
178
|
+
display: flex;
|
|
179
|
+
align-items: center;
|
|
180
|
+
gap: 8px;
|
|
181
|
+
color: #6b7280;
|
|
182
|
+
padding: 8px;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.ao-footer {
|
|
186
|
+
display: flex;
|
|
187
|
+
align-items: center;
|
|
188
|
+
justify-content: space-between;
|
|
189
|
+
gap: 12px;
|
|
190
|
+
padding-top: 8px;
|
|
191
|
+
position: sticky;
|
|
192
|
+
bottom: 0;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.ao-description {
|
|
196
|
+
color: #475569;
|
|
197
|
+
font-weight: 500;
|
|
198
|
+
font-size: 13px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ao-footer-right {
|
|
202
|
+
display: flex;
|
|
203
|
+
gap: 8px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.ao-helper {
|
|
207
|
+
color: #374151;
|
|
208
|
+
}
|
|
209
|
+
</style>
|