mooho-base-admin-plus 2.0.0 → 2.0.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -1191,8 +1191,6 @@
1191
1191
  // },
1192
1192
  // 选项变化事件
1193
1193
  onSelectDataChange(sender, selected) {
1194
- console.log('onSelectDataChange', sender, selected);
1195
-
1196
1194
  let code;
1197
1195
  if (sender.code.endsWith('ID')) {
1198
1196
  code = sender.code.substr(0, sender.code.length - 2);
@@ -316,6 +316,7 @@
316
316
 
317
317
  .ivu-btn > span {
318
318
  width: 2px;
319
+ display: initial;
319
320
  }
320
321
 
321
322
  .ivu-btn > .ivu-icon {