35 lines
2.6 KiB
Plaintext
35 lines
2.6 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`AppContainer > renders properly 1`] = `
|
|
"<div id="test-wrapper">
|
|
<div data-v-8083ee16="" class="flex flex-1 flex-col p-8 page-bg-gradient">
|
|
<!-- <h1 class="pl-2 text-xl font-medium">外部标题</h1> -->
|
|
<div data-v-77338269="" data-v-8083ee16="" class="flex items-end ml-4 z-0">
|
|
<div data-v-77338269="" class="subnav-item active" style="z-index: 10;"><svg data-v-77338269="" class="absolute inset-0 aspect-auto top-1" viewBox="0 0 206.5 72" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<defs data-v-77338269="">
|
|
<linearGradient data-v-77338269="" id="paint_linear_0" gradient-units="objectBoundingBox" x1="0.5" y1="0" x2="0.5" y2="1">
|
|
<stop data-v-77338269="" stop-color="var(--svg-stop1)"></stop>
|
|
<stop data-v-77338269="" offset="1" stop-color="var(--svg-stop2)"></stop>
|
|
</linearGradient>
|
|
</defs>
|
|
<g data-v-77338269="">
|
|
<path data-v-77338269="" id="subnav_item_active" d="M51.9 0L154.6 0C172.19 0 187.72 11.48 192.86 28.31L206.5 72L0 72L13.35 28.31C18.49 11.48 34.02 0 51.9 0Z" fill="url(#paint_linear_0)" fill-opacity="1.000000" fill-rule="evenodd"></path>
|
|
</g>
|
|
</svg><a data-v-77338269="" href="/" class="text-base font-medium z-10 select-none pb-0.5 text-secondary">Home</a></div>
|
|
<div data-v-77338269="" class="subnav-item" style="z-index: -1;"><svg data-v-77338269="" class="absolute inset-0 aspect-auto top-1" viewBox="0 0 206.5 72" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<defs data-v-77338269="">
|
|
<linearGradient data-v-77338269="" id="paint_linear_1" gradient-units="objectBoundingBox" x1="0.5" y1="0" x2="0.5" y2="1">
|
|
<stop data-v-77338269="" stop-color="var(--svg-stop1)"></stop>
|
|
<stop data-v-77338269="" offset="1" stop-color="var(--svg-stop2)"></stop>
|
|
</linearGradient>
|
|
</defs>
|
|
<g data-v-77338269="">
|
|
<path data-v-77338269="" id="subnav_item_active" d="M51.9 0L154.6 0C172.19 0 187.72 11.48 192.86 28.31L206.5 72L0 72L13.35 28.31C18.49 11.48 34.02 0 51.9 0Z" fill="url(#paint_linear_1)" fill-opacity="1.000000" fill-rule="evenodd"></path>
|
|
</g>
|
|
</svg><a data-v-77338269="" href="/test" class="text-base font-medium z-10 select-none pb-0.5 text-neutral-400 dark:text-neutral-500">Test</a></div>
|
|
</div>
|
|
<div data-v-8083ee16="" class="h-full rounded-lg shadow-sm overflow-hidden bg-white dark:bg-neutral-900 p-8 z-20"></div>
|
|
</div>
|
|
</div>"
|
|
`;
|