mirror of
https://github.com/v2rayA/v2rayA.git
synced 2024-11-25 16:34:19 +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>
|