@wg-npm/survey-creator 0.3.4370 → 0.3.4371
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wg-npm/survey-creator",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4371",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"lint-fix": "eslint \"**/*.ts\" \"**/*.vue\" --fix --no-error-on-unmatched-pattern"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@wg-npm/survey-core": "0.3.
|
|
16
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
15
|
+
"@wg-npm/survey-core": "0.3.4371",
|
|
16
|
+
"@wg-npm/survey-service-api": "0.3.4371",
|
|
17
17
|
"axios": "^0.19.2",
|
|
18
18
|
"camelcase": "^6.0.0",
|
|
19
19
|
"deepmerge": "^4.2.2",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
|
39
39
|
"@typescript-eslint/parser": "^3.6.0",
|
|
40
40
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
41
|
-
"@wg-npm/survey-core": "0.3.
|
|
42
|
-
"@wg-npm/survey-service-api": "0.3.
|
|
41
|
+
"@wg-npm/survey-core": "0.3.4371",
|
|
42
|
+
"@wg-npm/survey-service-api": "0.3.4371",
|
|
43
43
|
"acorn": "^7.3.1",
|
|
44
44
|
"axios": "^0.19.2",
|
|
45
45
|
"babelrc-rollup": "^3.0.0",
|
|
@@ -189,6 +189,12 @@
|
|
|
189
189
|
|
|
190
190
|
.card-content {
|
|
191
191
|
text-align: center;
|
|
192
|
+
.ivu-tooltip {
|
|
193
|
+
display: unset;
|
|
194
|
+
}
|
|
195
|
+
.ivu-tooltip-rel{
|
|
196
|
+
display: unset;
|
|
197
|
+
}
|
|
192
198
|
|
|
193
199
|
.text {
|
|
194
200
|
font-weight: 500;
|
|
@@ -197,7 +203,6 @@
|
|
|
197
203
|
white-space: nowrap;/*把文本强制显示在一行*/
|
|
198
204
|
overflow: hidden;/*隐藏超出部分的文字*/
|
|
199
205
|
text-overflow: ellipsis;/*超出显示省略号*/
|
|
200
|
-
width: 200px;
|
|
201
206
|
}
|
|
202
207
|
}
|
|
203
208
|
}
|
|
@@ -132,6 +132,13 @@
|
|
|
132
132
|
.card-content {
|
|
133
133
|
text-align: center;
|
|
134
134
|
|
|
135
|
+
.ivu-tooltip {
|
|
136
|
+
display: unset;
|
|
137
|
+
}
|
|
138
|
+
.ivu-tooltip-rel{
|
|
139
|
+
display: unset;
|
|
140
|
+
}
|
|
141
|
+
|
|
135
142
|
.text {
|
|
136
143
|
font-weight: 500;
|
|
137
144
|
font-size: 18px;
|
|
@@ -139,7 +146,6 @@
|
|
|
139
146
|
white-space: nowrap;/*把文本强制显示在一行*/
|
|
140
147
|
overflow: hidden;/*隐藏超出部分的文字*/
|
|
141
148
|
text-overflow: ellipsis;/*超出显示省略号*/
|
|
142
|
-
width: 200px;
|
|
143
149
|
}
|
|
144
150
|
}
|
|
145
151
|
}
|