mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-20 23:50:17 +08:00
22 lines
359 B
CSS
22 lines
359 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
:root {
|
|
--el-font-size-base: 12px !important;
|
|
}
|
|
body::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
body::-webkit-scrollbar-thumb {
|
|
@apply rounded-full bg-gray-300;
|
|
}
|
|
}
|
|
|
|
@layer utilities {
|
|
.cache-clean-dialog .el-dialog__body {
|
|
padding: 0 20px;
|
|
}
|
|
} |