@utogether/udp-core 1.0.1-beta.30 → 1.0.1-beta.31
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,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utogether/udp-core",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.1-beta.
|
|
4
|
+
"version": "1.0.1-beta.31",
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"main1": "index.ts",
|
|
8
|
+
"main": "dist/core.es.js",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"dev": "vite",
|
|
11
11
|
"build": "vite build",
|
|
@@ -55,6 +55,7 @@ const handleClose = () => {
|
|
|
55
55
|
|
|
56
56
|
<style lang="scss" scoped>
|
|
57
57
|
.ut-content {
|
|
58
|
+
position: relative;
|
|
58
59
|
display: flex;
|
|
59
60
|
flex-direction: column;
|
|
60
61
|
width: 100%;
|
|
@@ -62,8 +63,6 @@ const handleClose = () => {
|
|
|
62
63
|
padding: 0 8px;
|
|
63
64
|
background-color: #f7f7f7;
|
|
64
65
|
|
|
65
|
-
position: relative;
|
|
66
|
-
|
|
67
66
|
&-top {
|
|
68
67
|
position: sticky;
|
|
69
68
|
top: 0;
|
|
@@ -78,48 +78,48 @@ export default {
|
|
|
78
78
|
|
|
79
79
|
<style lang="scss" scoped>
|
|
80
80
|
.first-ring {
|
|
81
|
-
|
|
81
|
+
z-index: 999;
|
|
82
82
|
display: flex;
|
|
83
|
-
justify-content: center;
|
|
84
83
|
align-items: center;
|
|
85
|
-
|
|
84
|
+
justify-content: center;
|
|
85
|
+
border-radius: 100px;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.second-ring {
|
|
89
|
-
background: #fff;
|
|
90
|
-
border-radius: 100px;
|
|
91
89
|
display: flex;
|
|
92
|
-
justify-content: center;
|
|
93
90
|
align-items: center;
|
|
91
|
+
justify-content: center;
|
|
92
|
+
background: #fff;
|
|
93
|
+
border-radius: 100px;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.third-ring {
|
|
97
|
-
border-radius: 100px;
|
|
98
97
|
display: flex;
|
|
99
|
-
justify-content: center;
|
|
100
98
|
align-items: center;
|
|
99
|
+
justify-content: center;
|
|
100
|
+
border-radius: 100px;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.forth-ring {
|
|
104
|
-
|
|
105
|
-
border-radius: 100px;
|
|
104
|
+
position: relative;
|
|
106
105
|
display: flex;
|
|
107
|
-
justify-content: center;
|
|
108
106
|
align-items: center;
|
|
109
|
-
|
|
107
|
+
justify-content: center;
|
|
108
|
+
background: #fff;
|
|
109
|
+
border-radius: 100px;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.content-rectangle {
|
|
113
|
-
|
|
113
|
+
position: absolute;
|
|
114
114
|
font-weight: bold;
|
|
115
115
|
text-align: center;
|
|
116
|
-
|
|
116
|
+
background: #fff;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.ellipsis {
|
|
120
120
|
overflow: hidden;
|
|
121
|
-
white-space: nowrap;
|
|
122
121
|
text-overflow: ellipsis;
|
|
122
|
+
white-space: nowrap;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
// primary
|
|
@@ -132,8 +132,8 @@ export default {
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.stamp-badge-primary.content-rectangle {
|
|
135
|
-
border: 1px solid #1890ff;
|
|
136
135
|
color: #1890ff;
|
|
136
|
+
border: 1px solid #1890ff;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
// success
|
|
@@ -146,8 +146,8 @@ export default {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.stamp-badge-success.content-rectangle {
|
|
149
|
-
border: 1px solid #52c41a;
|
|
150
149
|
color: #52c41a;
|
|
150
|
+
border: 1px solid #52c41a;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
// error
|
|
@@ -160,8 +160,8 @@ export default {
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
.stamp-badge-error.content-rectangle {
|
|
163
|
-
border: 1px solid #ff4d4f;
|
|
164
163
|
color: #ff4d4f;
|
|
164
|
+
border: 1px solid #ff4d4f;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
// warning
|
|
@@ -174,8 +174,8 @@ export default {
|
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.stamp-badge-warning.content-rectangle {
|
|
177
|
-
border: 1px solid #faad14;
|
|
178
177
|
color: #faad14;
|
|
178
|
+
border: 1px solid #faad14;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
// info
|
|
@@ -188,8 +188,8 @@ export default {
|
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
.stamp-badge-info.content-rectangle {
|
|
191
|
-
border: 1px solid #ccc;
|
|
192
191
|
color: #ccc;
|
|
192
|
+
border: 1px solid #ccc;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
// large
|