@opendesign-plus/components 0.0.1-rc.27 → 0.0.1-rc.28

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": "@opendesign-plus/components",
3
- "version": "0.0.1-rc.27",
3
+ "version": "0.0.1-rc.28",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -586,7 +586,7 @@ defineExpose({
586
586
  @media (1680px >= width >= 1201px) {
587
587
  margin-top: 16px;
588
588
  }
589
- @include respond('<=pad_h') {
589
+ @include respond('<=pad') {
590
590
  margin-top: 12px;
591
591
  }
592
592
  .el-button+.el-button {