接入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

@@ -217,10 +217,10 @@ export default {
&.AiDvWrapper1 {
:deep(.primary) {
.content {
background-image: url("assets/headerThemePrimaryBG_lb.png"), url("assets/headerThemePrimaryBG_rb.png");
background-image: url("./assets/headerThemePrimaryBG_lb.png"), url("./assets/headerThemePrimaryBG_rb.png");
.item {
background-image: url("assets/themeTimeIcon.png");
background-image: url("./assets/themeTimeIcon.png");
}
}

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";
/**
常用内外边距样式

View File

@@ -1,32 +0,0 @@
{
"name": "dui",
"version": "2.0.0",
"author": "kubbo",
"scripts": {
"lib": "npm unpublish --force&&npm publish"
},
"files": [
"lib",
"packages"
],
"main": "packages/index.js",
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@ckeditor/ckeditor5-vue2": "^3.0.1",
"@jiaminghi/data-view": "^2.10.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.8.35",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"vue-cropper": "^0.5.5",
"vue-qr": "^2.2.1",
"vuedraggable": "^2.24.3",
"element-ui": "^2.13.2",
"vue": "^2.6.11"
},
"web-types": "docs/web-types.json",
"vetur": {
"tags": "docs/tags.json",
"attributes": "docs/attributes.json"
}
}