bfg-common 1.4.444 → 1.4.445
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.
|
@@ -67,11 +67,4 @@ const isNewViewLocal = computed<boolean>(
|
|
|
67
67
|
)
|
|
68
68
|
</script>
|
|
69
69
|
|
|
70
|
-
<style scoped lang="scss">
|
|
71
|
-
:deep(.modal-footer-container) {
|
|
72
|
-
justify-content: center;
|
|
73
|
-
}
|
|
74
|
-
:deep(.modal-footer-transparent-block) {
|
|
75
|
-
display: none;
|
|
76
|
-
}
|
|
77
|
-
</style>
|
|
70
|
+
<style scoped lang="scss"></style>
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
@submit="onSubmit"
|
|
10
10
|
>
|
|
11
11
|
<template #header>
|
|
12
|
-
<div class="justify-between flex w-
|
|
12
|
+
<div class="justify-between flex w-full">
|
|
13
13
|
<span></span>
|
|
14
14
|
|
|
15
|
-
<ui-icon
|
|
15
|
+
<ui-icon name="info-status" width="48px" height="48px" />
|
|
16
16
|
<ui-icon
|
|
17
17
|
name="close"
|
|
18
18
|
width="24"
|
|
@@ -61,9 +61,11 @@ const onSubmit = (): void => {
|
|
|
61
61
|
</script>
|
|
62
62
|
|
|
63
63
|
<style scoped lang="scss">
|
|
64
|
+
.modal-footer-container,
|
|
64
65
|
:deep(.modal-footer-container) {
|
|
65
66
|
justify-content: center;
|
|
66
67
|
}
|
|
68
|
+
.modal-footer-transparent-block,
|
|
67
69
|
:deep(.modal-footer-transparent-block) {
|
|
68
70
|
display: none;
|
|
69
71
|
}
|