cb360678 by lxs

Merge branch 'develop' into release-test

2 parents e6d22845 a69d917c
...@@ -1635,6 +1635,12 @@ const panelChange = (scope, row) => { ...@@ -1635,6 +1635,12 @@ const panelChange = (scope, row) => {
1635 } 1635 }
1636 } 1636 }
1637 1637
1638 .el-checkbox-group {
1639 .el-checkbox {
1640 margin-right: 16px;
1641 }
1642 }
1643
1638 &.is_block { 1644 &.is_block {
1639 width: 100%; 1645 width: 100%;
1640 margin-right: 0; 1646 margin-right: 0;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!