@zgfe/modules-attribution 1.1.13-zhongyuan.0 → 1.1.13-zhongyuan.1
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/README.md +35 -35
- package/es/components/common/styles/index.less +27 -27
- package/es/components/option/styles/index.less +22 -22
- package/es/components/searchTime/styles/index.less +18 -18
- package/es/components/tableList/styles/index.less +18 -18
- package/es/components/title/styles/index.less +84 -84
- package/es/components/title/styles/search.less +27 -27
- package/es/images/empty.png +0 -0
- package/es/modules/content/styles/index.less +39 -39
- package/es/modules/home/demo/styles/index.less +33 -33
- package/es/modules/home/styles/index.less +68 -68
- package/es/modules/searchPanel/index.js +1 -3
- package/es/modules/searchPanel/styles/index.less +226 -226
- package/es/style/image/ring.svg +8 -8
- package/es/style/index.less +47 -47
- package/package.json +2 -2
package/es/style/index.less
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
@import '~@zgfe/business-lib/es/assets/styles/variable.less';
|
|
2
|
-
.attribution {
|
|
3
|
-
&-table-td {
|
|
4
|
-
padding: 0 !important;
|
|
5
|
-
|
|
6
|
-
&-show {
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: center;
|
|
10
|
-
min-width: 60px;
|
|
11
|
-
height: 48px;
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
span {
|
|
14
|
-
width: 10px;
|
|
15
|
-
height: 10px;
|
|
16
|
-
border-radius: 50%;
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&-name {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
.bsicon {
|
|
25
|
-
margin-right: 4px;
|
|
26
|
-
color: #fd9f41;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&-content {
|
|
30
|
-
display: inline-block;
|
|
31
|
-
max-width: 300px;
|
|
32
|
-
overflow: hidden;
|
|
33
|
-
white-space: nowrap;
|
|
34
|
-
text-overflow: ellipsis;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&-link {
|
|
40
|
-
cursor: pointer;
|
|
41
|
-
&:hover {
|
|
42
|
-
// color: @primary-color;
|
|
43
|
-
text-decoration: underline;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
@import '~@zgfe/business-lib/es/assets/styles/variable.less';
|
|
2
|
+
.attribution {
|
|
3
|
+
&-table-td {
|
|
4
|
+
padding: 0 !important;
|
|
5
|
+
|
|
6
|
+
&-show {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
min-width: 60px;
|
|
11
|
+
height: 48px;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
span {
|
|
14
|
+
width: 10px;
|
|
15
|
+
height: 10px;
|
|
16
|
+
border-radius: 50%;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&-name {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
.bsicon {
|
|
25
|
+
margin-right: 4px;
|
|
26
|
+
color: #fd9f41;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&-content {
|
|
30
|
+
display: inline-block;
|
|
31
|
+
max-width: 300px;
|
|
32
|
+
overflow: hidden;
|
|
33
|
+
white-space: nowrap;
|
|
34
|
+
text-overflow: ellipsis;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&-link {
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
&:hover {
|
|
42
|
+
// color: @primary-color;
|
|
43
|
+
text-decoration: underline;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-attribution",
|
|
3
|
-
"version": "1.1.13-zhongyuan.
|
|
3
|
+
"version": "1.1.13-zhongyuan.1",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"react": "^16.12.0 || ^17.0.0",
|
|
51
51
|
"yorkie": "^2.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "8565675991aca9effea6fd0ca22c73bec394b343"
|
|
54
54
|
}
|