@wg-npm/survey-response 0.5.146 → 0.5.147

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.
@@ -1631,11 +1631,11 @@ var __vue_staticRenderFns__$3 = [];
1631
1631
  /* style */
1632
1632
  const __vue_inject_styles__$3 = function (inject) {
1633
1633
  if (!inject) return
1634
- inject("data-v-7bd4b64c_0", { source: ".slider-container[data-v-7bd4b64c]{margin-top:16px;margin-bottom:16px;width:100%;display:flex}.slider-container[data-v-7bd4b64c] .ivu-form-item{margin-bottom:unset}.slider[data-v-7bd4b64c]{width:100%;margin-left:30px;margin-right:16px}.text-desc[data-v-7bd4b64c]{display:flex;justify-content:space-between;width:100%;padding-left:36px;padding-right:100px}", map: undefined, media: undefined });
1634
+ inject("data-v-2ca59b8e_0", { source: ".slider-container[data-v-2ca59b8e]{margin-top:16px;margin-bottom:16px;width:100%;display:flex}.slider-container[data-v-2ca59b8e] .ivu-form-item{margin-bottom:unset}.slider[data-v-2ca59b8e]{width:100%;margin-left:16px;margin-right:16px}.text-desc[data-v-2ca59b8e]{display:flex;justify-content:space-between;width:100%;padding-right:80px}", map: undefined, media: undefined });
1635
1635
 
1636
1636
  };
1637
1637
  /* scoped */
1638
- const __vue_scope_id__$3 = "data-v-7bd4b64c";
1638
+ const __vue_scope_id__$3 = "data-v-2ca59b8e";
1639
1639
  /* module identifier */
1640
1640
  const __vue_module_identifier__$3 = undefined;
1641
1641
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wg-npm/survey-response",
3
- "version": "0.5.146",
3
+ "version": "0.5.147",
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.5.146",
16
- "@wg-npm/survey-service-api": "0.5.146",
15
+ "@wg-npm/survey-core": "0.5.147",
16
+ "@wg-npm/survey-service-api": "0.5.147",
17
17
  "axios": "^0.19.2",
18
18
  "deepmerge": "^4.2.2",
19
19
  "lodash": "^4.17.15",
@@ -34,8 +34,8 @@
34
34
  "@typescript-eslint/parser": "^3.6.0",
35
35
  "@vue/eslint-config-prettier": "^6.0.0",
36
36
  "@vue/eslint-config-typescript": "^5.0.2",
37
- "@wg-npm/survey-core": "0.5.146",
38
- "@wg-npm/survey-service-api": "0.5.146",
37
+ "@wg-npm/survey-core": "0.5.147",
38
+ "@wg-npm/survey-service-api": "0.5.147",
39
39
  "acorn": "^7.3.1",
40
40
  "axios": "^0.19.2",
41
41
  "babelrc-rollup": "^3.0.0",
@@ -247,7 +247,7 @@ export default Vue.extend({
247
247
 
248
248
  .slider {
249
249
  width: 100%;
250
- margin-left: 30px;
250
+ margin-left: 16px;
251
251
  margin-right: 16px;
252
252
  }
253
253
 
@@ -255,7 +255,6 @@ export default Vue.extend({
255
255
  display: flex;
256
256
  justify-content: space-between;
257
257
  width: 100%;
258
- padding-left: 36px;
259
- padding-right: 100px;
258
+ padding-right: 80px;
260
259
  }
261
260
  </style>