接入nuxt

This commit is contained in:
aixianling
2024-09-30 18:02:54 +08:00
parent 2f93572701
commit 45017af56d
10 changed files with 73 additions and 68 deletions

View File

@@ -11,8 +11,8 @@ $--color-success: $successColor;
$--color-warning: $warnColor;
$--color-danger: $errorColor;
$--color-info: $infoColor;
$--font-path: '~element-ui/lib/theme-chalk/fonts';
@import "~element-ui/packages/theme-chalk/src/index";
$--font-path: 'element-ui/lib/theme-chalk/fonts';
@import "element-ui/packages/theme-chalk/src/index";
/**
常用内外边距样式