Commit baab9cc27474f06b8f707dd64e58bba20a5cf384
Committed by
小小鲁班
1 parent
67f94781
[feat] 删除多余代码
Showing
3 changed files
with
0 additions
and
3 deletions
front-end/h5/src/components/core/editor/right-panel/box-model/index.vue
front-end/h5/src/components/core/editor/right-panel/box-model/position-checkbox.vue
front-end/h5/src/components/core/models/element.js
| ... | ... | @@ -175,7 +175,6 @@ class Element { |
| 175 | 175 | height: parsePx(pluginProps.height || commonStyle.height, isRem), |
| 176 | 176 | fontSize: parsePx(pluginProps.fontSize || commonStyle.fontSize, isRem), |
| 177 | 177 | ...boxModel, |
| 178 | - // 'border-style': commonStyle['border-style'], | |
| 179 | 178 | color: pluginProps.color || commonStyle.color, |
| 180 | 179 | // backgroundColor: pluginProps.backgroundColor || commonStyle.backgroundColor, |
| 181 | 180 | textAlign: pluginProps.textAlign || commonStyle.textAlign, | ... | ... |