efront 4.5.3 → 4.5.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.
@@ -10,22 +10,11 @@
10
10
 
11
11
  &>xmenu[horizonal] {
12
12
  width: 100%;
13
- margin-bottom: -2px;
13
+ margin-bottom: -1px;
14
14
  z-index: 1;
15
15
  border-bottom: none;
16
16
  box-shadow: none;
17
-
18
- &:after {
19
- content: "";
20
- display: block;
21
- position: absolute;
22
- left: 0;
23
- bottom: 0;
24
- right: 0;
25
- height: 0;
26
- border-bottom: --border;
27
- z-index: -1;
28
- }
17
+ background: none;
29
18
 
30
19
  .actived {
31
20
  background: #fff;
@@ -546,6 +546,7 @@ function detour(o, ie) {
546
546
  text = renderExpress(text, false);
547
547
  if (hasdot) text = "..." + text;
548
548
  var o1 = scan(text);
549
+ detour(o1.first, ie);
549
550
  var s1 = createScoped(o1);
550
551
  if (s1.used.this) {
551
552
  var s = getfunc(o, 'this').scoped;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "简化前端开发,优化web性能",
5
5
  "main": "public/efront.js",
6
6
  "directories": {
@@ -10,8 +10,7 @@
10
10
  "efront": "public/efront.js"
11
11
  },
12
12
  "scripts": {
13
- "prepack": "node tools/build-efront.js --node --deno --no-target",
14
- "start": "efront ./efront/ --libs=typescript,esprima,escodegen,esmangle,pngjs,less-node"
13
+ "prepack": "node tools/build-efront.js --node --no-target"
15
14
  },
16
15
  "repository": {
17
16
  "type": "git",