adtec-core-package 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adtec-core-package",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -11,9 +11,7 @@ import {
11
11
  } from 'vxe-pc-ui'
12
12
  import VxeUIPluginRenderElement from '@vxe-ui/plugin-render-element'
13
13
  import '@vxe-ui/plugin-render-element/dist/style.css'
14
- import 'vxe-pc-ui/styles/cssvar.scss'
15
- // 导入主题变量,也可以重写主题变量
16
- import 'vxe-table/styles/cssvar.scss'
14
+
17
15
  import 'vxe-pc-ui/lib/style.css'
18
16
  import '../css/vxeTableUI/all.scss'
19
17
  // 导入默认的语言
@@ -57,8 +55,8 @@ VxeUI.setConfig({
57
55
  showHeader:true,
58
56
  // trigger: 'default',
59
57
  strict: true,
60
- highlight: true,
61
- range: true,
58
+ highlight: false,
59
+ range: false,
62
60
  },
63
61
  validConfig: {
64
62
  showMessage: true,
@@ -6,7 +6,7 @@ $vxe-ui-font-darken-color: #47494c !default;
6
6
  $vxe-ui-font-disabled-color: #BFBFBF !default;
7
7
 
8
8
  /*font status color*/
9
- $vxe-ui-font-primary-color: #409eff !default;
9
+ $vxe-ui-font-primary-color: #0070d2 !default;
10
10
 
11
11
  /*base*/
12
12
  $vxe-ui-base-popup-border-color: #DADCE0 !default;