找回密码
 立即注册

QQ登录

只需一步,快速开始

wilson_19

注册会员

14

主题

33

帖子

127

积分

注册会员

积分
127
wilson_19
注册会员   /  发表于:2024-8-5 09:09  /   查看:901  /  回复:5
1金币
我想把设计器集成到vue3的前端页面,但是设计器页面混乱了



以下是我的代码部分


但是我导入报表时候是正常的

附件: 您需要 登录 才可以下载或查看,没有帐号?立即注册

最佳答案

查看完整内容

谢谢,我把所有的依赖重新下一遍,问题就解决了.

5 个回复

倒序浏览
最佳答案
最佳答案
wilson_19
注册会员   /  发表于:2024-8-5 09:09:07
来自 5#
Eden.Sun 发表于 2024-8-5 15:40
这个看不出来具体的问题,从报错来看,您的环境是saas场景吗?是不是这种平台下的vue声明方式有什么不同 ...

谢谢,我把所有的依赖重新下一遍,问题就解决了.
回复 使用道具 举报
Eden.SunWyn认证
超级版主   /  发表于:2024-8-5 09:36:05
2#
问题描述:
集成样式错乱。

问题解决:
您好,不报这个看着像是样式没有加载出来。您控制台看一下,是不是有什么报错,有哪些资源没有正常请求到。
回复 使用道具 举报
wilson_19
注册会员   /  发表于:2024-8-5 10:20:47
3#
Eden.Sun 发表于 2024-8-5 09:36
问题描述:
集成样式错乱。

以下是报错代码. 第一条error中的.7z压缩文件是WjAutoComplete.7z,我已经在components解压了,剩下一些Sass得warning我没弄掉,控制台打印如下
  1. ERROR  10:18:42 [vite] Pre-transform error: Failed to parse source for import analysis because the content contains invalid JS syntax. You may need to install appropriate plugins to handle the .7z file format, or if it's an asset, add "**/*.7z" to assetsInclude in your configuration.

  2. Deprecation Warning: Sass's behavior for declarations that appear after nested
  3. rules will be changing to match the behavior specified by CSS in an upcoming
  4. version. To keep the existing behavior, move the declaration above the nested
  5. rule. To opt into the new behavior, wrap the declaration in `& {}`.

  6. More info: https://sass-lang.com/d/mixed-decls

  7.    ╷
  8. 94 │ ┌       & > i {
  9. 95 │ │         display: block;
  10. 96 │ │       }
  11.    │ └─── nested rule
  12. 97 │         color: var(--vxe-primary-color);
  13.    │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ declaration
  14.    ╵
  15.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\export.scss 97:7  @import
  16.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\modules.scss 8:9  @import
  17.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\default.scss 3:9  @import
  18.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\index.scss 4:9    @import
  19.     src\components\VxeTable\src\css\index.scss 5:9                                                root stylesheet

  20. Deprecation Warning: Sass's behavior for declarations that appear after nested
  21. rules will be changing to match the behavior specified by CSS in an upcoming
  22. version. To keep the existing behavior, move the declaration above the nested
  23. rule. To opt into the new behavior, wrap the declaration in `& {}`.

  24. More info: https://sass-lang.com/d/mixed-decls

  25.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss
  26. 88 │     overflow: hidden;
  27.    │     ^^^^^^^^^^^^^^^^ declaration
  28.    ╵
  29.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\helpers\mixin.scss
  30. 40 │ ┌   .vxe-checkbox--label {
  31. 41 │ │     padding-left: 0.5em;
  32. 42 │ │     vertical-align: middle;
  33. 43 │ │   }
  34.    │ └─── nested rule
  35.    ╵
  36.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss 88:3  @import
  37.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\modules.scss 9:9  @import
  38.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\default.scss 3:9  @import
  39.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\index.scss 4:9    @import
  40.     src\components\VxeTable\src\css\index.scss 5:9                                                root stylesheet

  41. Deprecation Warning: Sass's behavior for declarations that appear after nested
  42. rules will be changing to match the behavior specified by CSS in an upcoming
  43. version. To keep the existing behavior, move the declaration above the nested
  44. rule. To opt into the new behavior, wrap the declaration in `& {}`.

  45. More info: https://sass-lang.com/d/mixed-decls

  46.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss
  47. 89 │     text-overflow: ellipsis;
  48.    │     ^^^^^^^^^^^^^^^^^^^^^^^ declaration
  49.    ╵
  50.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\helpers\mixin.scss
  51. 40 │ ┌   .vxe-checkbox--label {
  52. 41 │ │     padding-left: 0.5em;
  53. 42 │ │     vertical-align: middle;
  54. 43 │ │   }
  55.    │ └─── nested rule
  56.    ╵
  57.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss 89:3  @import
  58.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\modules.scss 9:9  @import
  59.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\default.scss 3:9  @import
  60.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\index.scss 4:9    @import
  61.     src\components\VxeTable\src\css\index.scss 5:9                                                root stylesheet

  62. Deprecation Warning: Sass's behavior for declarations that appear after nested
  63. rules will be changing to match the behavior specified by CSS in an upcoming
  64. version. To keep the existing behavior, move the declaration above the nested
  65. rule. To opt into the new behavior, wrap the declaration in `& {}`.

  66. More info: https://sass-lang.com/d/mixed-decls

  67.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss
  68. 90 │     white-space: nowrap;
  69.    │     ^^^^^^^^^^^^^^^^^^^ declaration
  70.    ╵
  71.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\helpers\mixin.scss
  72. 40 │ ┌   .vxe-checkbox--label {
  73. 41 │ │     padding-left: 0.5em;
  74. 42 │ │     vertical-align: middle;
  75. 43 │ │   }
  76.    │ └─── nested rule
  77.    ╵
  78.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss 90:3  @import
  79.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\modules.scss 9:9  @import
  80.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\default.scss 3:9  @import
  81.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\index.scss 4:9    @import
  82.     src\components\VxeTable\src\css\index.scss 5:9                                                root stylesheet

  83. Deprecation Warning: Sass's behavior for declarations that appear after nested
  84. rules will be changing to match the behavior specified by CSS in an upcoming
  85. version. To keep the existing behavior, move the declaration above the nested
  86. rule. To opt into the new behavior, wrap the declaration in `& {}`.

  87. More info: https://sass-lang.com/d/mixed-decls

  88.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss
  89. 91 │     flex-grow: 1;
  90.    │     ^^^^^^^^^^^^ declaration
  91.    ╵
  92.    ┌──> node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\helpers\mixin.scss
  93. 40 │ ┌   .vxe-checkbox--label {
  94. 41 │ │     padding-left: 0.5em;
  95. 42 │ │     vertical-align: middle;
  96. 43 │ │   }
  97.    │ └─── nested rule
  98.    ╵
  99.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\custom.scss 91:3  @import
  100.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\modules.scss 9:9  @import
  101.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\default.scss 3:9  @import
  102.     node_modules\.pnpm\vxe-table@4.6.18_vue@3.3.4\node_modules\vxe-table\styles\index.scss 4:9    @import
  103.     src\components\VxeTable\src\css\index.scss 5:9                                                root stylesheet

  104. Warning: 8 repetitive deprecation warnings omitted.
复制代码
回复 使用道具 举报
Eden.SunWyn认证
超级版主   /  发表于:2024-8-5 15:40:43
4#
wilson_19 发表于 2024-8-5 10:20
以下是报错代码. 第一条error中的.7z压缩文件是WjAutoComplete.7z,我已经在components解压了,剩下一些Sas ...

这个看不出来具体的问题,从报错来看,您的环境是saas场景吗?是不是这种平台下的vue声明方式有什么不同:


您这边方便提供一个可以复现问题的demo么。我们具体看一下。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
Eden.SunWyn认证
超级版主   /  发表于:2024-8-5 15:54:54
6#
wilson_19 发表于 2024-8-5 15:47
谢谢,我把所有的依赖重新下一遍,问题就解决了.

哦哦,好的好的,那可能是版本上的问题,解决了就行,那我把帖子关闭,您有其他问题在开新帖解决。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部