Skip to content

Commit

Permalink
fix(@0.9.1-1): 修复device-btn样式丢失bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 12, 2021
1 parent 8a43b8e commit 9c2915e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.9.1",
"version": "0.9.1-1",
"author": "BoBo<[email protected]>",
"main": "lib/ProCrud.umd.min.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions src/component/form-designer/src/FormDesigner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="device-bar btn-bar">
<el-button
type="primary"
class="device-btn"
class="device-btn button"
size="small"
icon="el-icon-monitor"
@click="setDeviceMode('pc')"
Expand All @@ -29,7 +29,7 @@
>
<el-button
type="primary"
class="device-btn"
class=" button"
size="small"
icon="el-icon-mobile"
@click="setDeviceMode('pad')"
Expand All @@ -40,7 +40,7 @@
<el-button
type="primary"
size="small"
class="device-btn"
class="device-btn button"
icon="el-icon-mobile-phone"
@click="setDeviceMode('mobile')"
:class="{
Expand Down

0 comments on commit 9c2915e

Please sign in to comment.