feat: Merge Export Excel Button and Export JSON Button

This commit is contained in:
mio
2023-06-29 16:24:39 +08:00
parent 4ab2f60b53
commit 8628625a27
12 changed files with 177 additions and 104 deletions

View File

@ -6,11 +6,11 @@
:root {
--el-font-size-base: 12px !important;
}
body::-webkit-scrollbar {
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
body::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
@apply rounded-full bg-gray-300;
}
}