@finema/finework-layer 0.2.62 → 0.2.64
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.64](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.63...0.2.64) (2025-11-24)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* z-index layout ([1de4c8a](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/1de4c8a82c012b3c837938eef847dc78749fba94))
|
|
8
|
+
|
|
9
|
+
## [0.2.63](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.62...0.2.63) (2025-11-24)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* infolist if no label text normal ([4f75ca1](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/4f75ca107e0f390e28cc3033507a63a3140ab4ca))
|
|
14
|
+
|
|
3
15
|
## [0.2.62](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/0.2.61...0.2.62) (2025-11-24)
|
|
4
16
|
|
|
5
17
|
### Features
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div
|
|
4
4
|
:class="[
|
|
5
5
|
`
|
|
6
|
-
fixed inset-0 z-
|
|
6
|
+
fixed inset-0 z-[102] hidden w-auto
|
|
7
7
|
lg:block
|
|
8
8
|
`,
|
|
9
9
|
{
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
]"
|
|
31
31
|
>
|
|
32
32
|
<nav
|
|
33
|
-
class="fixed top-0 left-0 z-
|
|
33
|
+
class="fixed top-0 left-0 z-[101] flex min-h-[64px] w-screen items-center justify-between gap-4 bg-white px-5 lg:min-h-[72px] lg:justify-end"
|
|
34
34
|
style="box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04)"
|
|
35
35
|
>
|
|
36
36
|
<div class="flex items-center gap-4">
|