mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +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>
|