mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
16 lines
224 B
Vue
16 lines
224 B
Vue
<template>
|
|
<div>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</div>
|
|
</template>
|
|
|
|
<style>
|
|
@import 'element-plus/theme-chalk/dark/css-vars.css';
|
|
|
|
.el-table .el-table__cell{
|
|
z-index: unset!important;
|
|
}
|
|
</style>
|