efront 3.9.14 → 3.10.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.
@@ -36,10 +36,22 @@
36
36
  }
37
37
 
38
38
  &[iconed] {
39
- border-left: 30px solid #f2f4f6;
39
+ padding-left: 30px;
40
+
41
+ &:before {
42
+ content: "";
43
+ display: block;
44
+ position: absolute;
45
+ height: 100%;
46
+ top: 0;
47
+ left: 0;
48
+ width: 30px;
49
+ background: #f2f4f6;
50
+ }
40
51
 
41
52
  >div {
42
53
  filter: grayscale(1);
54
+ position: relative;
43
55
 
44
56
  &:hover,
45
57
  &:active,
@@ -52,12 +52,19 @@ body>& {
52
52
  position: relative;
53
53
  position: sticky;
54
54
  line-height: 20px;
55
- white-space: nowrap;
56
55
  overflow: hidden;
57
56
  text-overflow: ellipsis;
58
57
  color: #333;
59
58
  padding: 12px 16px 10px 16px;
60
59
 
60
+ &:before {
61
+ display: block;
62
+ content: "";
63
+ width: 20px;
64
+ height: 20px;
65
+ float: right;
66
+ }
67
+
61
68
  &:not(:last-child) {
62
69
  margin: 0 0 -42px;
63
70
  }
@@ -118,6 +125,6 @@ body>& {
118
125
  .button {
119
126
  min-width: 60px;
120
127
  padding: 0 20px;
121
- margin-right: 10px;
128
+ margin-left: 10px;
122
129
  }
123
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "3.9.14",
3
+ "version": "3.10.4",
4
4
  "description": "一个开发工具,开放源代码,自带组件库和编译环境,可以用来开发web组件,web应用或nodejs模块,或做为已有代码的加密工具,也可以做为静态页面服务器或跨域中转服务器使用",
5
5
  "main": "public/efront.js",
6
6
  "directories": {