@zkwq/business 0.0.56 → 0.0.58
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/dist/css/AggsItemH.css +8 -8
- package/dist/css/AggsItemH.min.css +1 -1
- package/dist/css/UserProfile.css +14 -12
- package/dist/css/UserProfile.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +17 -10
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.min.cjs +2 -2
- package/package.json +3 -3
package/dist/css/AggsItemH.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-cb382cc4]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.aggs_item[data-v-
|
|
75
|
+
.aggs_item[data-v-cb382cc4] {
|
|
76
76
|
width: 100%;
|
|
77
77
|
height: auto;
|
|
78
78
|
overflow: hidden;
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
padding-bottom: 12px;
|
|
82
82
|
border-bottom: 1px solid #DCDFE6;
|
|
83
83
|
}
|
|
84
|
-
.aggs_item .name[data-v-
|
|
84
|
+
.aggs_item .name[data-v-cb382cc4] {
|
|
85
85
|
width: 100px;
|
|
86
86
|
color: #8590a6;
|
|
87
87
|
padding: 2px 8px;
|
|
88
88
|
}
|
|
89
|
-
.aggs_item .item[data-v-
|
|
89
|
+
.aggs_item .item[data-v-cb382cc4] {
|
|
90
90
|
flex: 1;
|
|
91
91
|
height: auto;
|
|
92
92
|
overflow: hidden;
|
|
@@ -94,23 +94,23 @@
|
|
|
94
94
|
flex-direction: row;
|
|
95
95
|
flex-wrap: wrap;
|
|
96
96
|
}
|
|
97
|
-
.aggs_item .item li[data-v-
|
|
97
|
+
.aggs_item .item li[data-v-cb382cc4] {
|
|
98
98
|
padding: 2px 8px;
|
|
99
99
|
cursor: pointer;
|
|
100
100
|
margin: 0px 8px;
|
|
101
101
|
margin-bottom: 4px;
|
|
102
102
|
}
|
|
103
|
-
.aggs_item .item li[data-v-
|
|
103
|
+
.aggs_item .item li[data-v-cb382cc4]:hover {
|
|
104
104
|
background: #6d75b2;
|
|
105
105
|
color: white;
|
|
106
106
|
border-radius: 4px;
|
|
107
107
|
}
|
|
108
|
-
.aggs_item .item .selected[data-v-
|
|
108
|
+
.aggs_item .item .selected[data-v-cb382cc4] {
|
|
109
109
|
background: #6d75b2;
|
|
110
110
|
color: white;
|
|
111
111
|
border-radius: 4px;
|
|
112
112
|
}
|
|
113
|
-
.aggs_item .more[data-v-
|
|
113
|
+
.aggs_item .more[data-v-cb382cc4] {
|
|
114
114
|
width: 50px;
|
|
115
115
|
height: auto;
|
|
116
116
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-cb382cc4]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.aggs_item[data-v-cb382cc4]{width:100%;height:auto;overflow:hidden;display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #dcdfe6}.aggs_item .name[data-v-cb382cc4]{width:100px;color:#8590a6;padding:2px 8px}.aggs_item .item[data-v-cb382cc4]{flex:1;height:auto;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap}.aggs_item .item li[data-v-cb382cc4]{padding:2px 8px;cursor:pointer;margin:0 8px;margin-bottom:4px}.aggs_item .item li[data-v-cb382cc4]:hover{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .item .selected[data-v-cb382cc4]{background:#6d75b2;color:#fff;border-radius:4px}.aggs_item .more[data-v-cb382cc4]{width:50px;height:auto;overflow:hidden;text-align:center;color:#2f3a91;cursor:pointer;padding-top:4px}
|
package/dist/css/UserProfile.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
[data-v-
|
|
12
|
+
[data-v-d19b0298]:export {
|
|
13
13
|
primary: #2F3A91;
|
|
14
14
|
success: #67C23A;
|
|
15
15
|
warning: #FF791A;
|
|
@@ -72,26 +72,26 @@
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
.UserProfile[data-v-
|
|
75
|
+
.UserProfile[data-v-d19b0298] {
|
|
76
76
|
display: flex;
|
|
77
77
|
align-items: center;
|
|
78
78
|
}
|
|
79
|
-
.UserProfile__avatar[data-v-
|
|
79
|
+
.UserProfile__avatar[data-v-d19b0298] {
|
|
80
80
|
margin-right: 12px;
|
|
81
81
|
}
|
|
82
|
-
.UserProfile__avatar .Avatar[data-v-
|
|
82
|
+
.UserProfile__avatar .Avatar[data-v-d19b0298], .UserProfile__avatar .UserLink[data-v-d19b0298] {
|
|
83
83
|
display: block;
|
|
84
84
|
}
|
|
85
|
-
.UserProfile__content[data-v-
|
|
85
|
+
.UserProfile__content[data-v-d19b0298] {
|
|
86
86
|
flex: 1;
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
}
|
|
89
|
-
.UserProfile__affiliation[data-v-
|
|
89
|
+
.UserProfile__affiliation[data-v-d19b0298], .UserProfile__name[data-v-d19b0298] {
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
text-overflow: ellipsis;
|
|
92
92
|
white-space: nowrap;
|
|
93
93
|
}
|
|
94
|
-
.UserProfile__name[data-v-
|
|
94
|
+
.UserProfile__name[data-v-d19b0298] {
|
|
95
95
|
font-size: 18px;
|
|
96
96
|
font-weight: 600;
|
|
97
97
|
font-synthesis: style;
|
|
@@ -101,24 +101,26 @@
|
|
|
101
101
|
align-items: center;
|
|
102
102
|
white-space: normal;
|
|
103
103
|
}
|
|
104
|
-
.UserProfile__name .Tags--plain[data-v-
|
|
104
|
+
.UserProfile__name .Tags--plain[data-v-d19b0298] {
|
|
105
105
|
margin-bottom: 0;
|
|
106
106
|
display: flex;
|
|
107
107
|
align-items: center;
|
|
108
|
+
gap: 8px;
|
|
109
|
+
margin-left: 12px;
|
|
108
110
|
}
|
|
109
|
-
.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-
|
|
111
|
+
.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-d19b0298] {
|
|
110
112
|
margin: 0 0 0 8px;
|
|
111
113
|
}
|
|
112
|
-
.UserProfile__affiliation[data-v-
|
|
114
|
+
.UserProfile__affiliation[data-v-d19b0298] {
|
|
113
115
|
font-size: 14px;
|
|
114
116
|
margin-top: 4px;
|
|
115
117
|
}
|
|
116
|
-
.UserProfile__affiliation .RichText[data-v-
|
|
118
|
+
.UserProfile__affiliation .RichText[data-v-d19b0298] {
|
|
117
119
|
overflow: hidden;
|
|
118
120
|
text-overflow: ellipsis;
|
|
119
121
|
white-space: nowrap;
|
|
120
122
|
}
|
|
121
|
-
.UserProfile__name--light[data-v-
|
|
123
|
+
.UserProfile__name--light[data-v-d19b0298] {
|
|
122
124
|
font-weight: 500;
|
|
123
125
|
line-height: 26px;
|
|
124
126
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-d19b0298]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.UserProfile[data-v-d19b0298]{display:flex;align-items:center}.UserProfile__avatar[data-v-d19b0298]{margin-right:12px}.UserProfile__avatar .Avatar[data-v-d19b0298],.UserProfile__avatar .UserLink[data-v-d19b0298]{display:block}.UserProfile__content[data-v-d19b0298]{flex:1;overflow:hidden}.UserProfile__affiliation[data-v-d19b0298],.UserProfile__name[data-v-d19b0298]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name[data-v-d19b0298]{font-size:18px;font-weight:600;font-synthesis:style;line-height:30px;color:#2f3a91;display:flex;align-items:center;white-space:normal}.UserProfile__name .Tags--plain[data-v-d19b0298]{margin-bottom:0;display:flex;align-items:center;gap:8px;margin-left:12px}.UserProfile__name .Tags--plain .el-tag.el-tag--info[data-v-d19b0298]{margin:0 0 0 8px}.UserProfile__affiliation[data-v-d19b0298]{font-size:14px;margin-top:4px}.UserProfile__affiliation .RichText[data-v-d19b0298]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.UserProfile__name--light[data-v-d19b0298]{font-weight:500;line-height:26px}
|