@asd20/ui 3.2.731 → 3.2.732

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.731",
8
+ "version": "3.2.732",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -186,7 +186,7 @@ export default {
186
186
  .asd20-swiper {
187
187
  --fade-stop: 100%;
188
188
  position: relative;
189
- overflow: visible;
189
+ overflow: hidden;
190
190
  width: calc(100% - #{space(2)});
191
191
  padding: space(1) space(1);
192
192
  margin: space(0) space(0) space(0) space(0);
@@ -258,9 +258,7 @@ export default {
258
258
  .asd20-swiper {
259
259
  padding: space(1) space(2);
260
260
  width: calc(100% - #{space(4)});
261
- &__prev {
262
- margin-left: space(-1);
263
- }
261
+
264
262
  }
265
263
  }
266
264
  </style>
@@ -187,8 +187,8 @@ export default {
187
187
  }
188
188
 
189
189
  .asd20-swiper {
190
- margin-left: space(1);
191
- width: calc(100% - #{space(3)});
190
+ // margin-left: space(1);
191
+ width: calc(100% - #{space(2)});
192
192
  }
193
193
  &::v-deep .asd20-button {
194
194
  margin-left: space(3);