mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-26 10:49:47 +08:00
14 lines
488 B
SCSS
14 lines
488 B
SCSS
/* 主样式文件 - 合并所有CSS/SCSS引用 */
|
|
|
|
/* Vuetify和模板核心样式 */
|
|
@use '@core/scss/template/libs/vuetify/index' as vuetify-lib;
|
|
@use '@core/scss/template/index' as template;
|
|
@use '@layouts/styles/index' as layouts;
|
|
@use 'vuetify/styles' as vuetify;
|
|
@use '@styles/custom' as custom;
|
|
|
|
/* 第三方库纯CSS样式 */
|
|
@import 'vue-toast-notification/dist/theme-bootstrap.css';
|
|
@import 'vue3-perfect-scrollbar/style.css';
|
|
@import '@vue-js-cron/vuetify/dist/vuetify.css';
|