@lambo-design/pro-layout 1.0.0-beta.176 → 1.0.0-beta.177

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": "@lambo-design/pro-layout",
3
- "version": "1.0.0-beta.176",
3
+ "version": "1.0.0-beta.177",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -170,7 +170,6 @@ export default {
170
170
  // },
171
171
 
172
172
  handleSelect(item){
173
- //console.log('handleSelect的',item.name,item.uri,item.pid)
174
173
  this.$emit('on-select', item.name,item.uri,item.pid)
175
174
  this.searchSideModal = false
176
175
  },
@@ -203,6 +202,7 @@ export default {
203
202
  // },
204
203
  handleInput() {
205
204
  let self = this;
205
+ self.searchSideModal = true
206
206
  // 使用 filter 方法找到所有匹配的菜单项
207
207
  const regex = new RegExp(this.searchText, "i");
208
208
  self.menuData = self.originMenuList1.filter(menuItem => {
@@ -213,6 +213,7 @@ export default {
213
213
 
214
214
  handleTopInput() {
215
215
  let self = this;
216
+ self.searchTopModal = true
216
217
  // 使用 filter 方法找到所有匹配的菜单项
217
218
  const regex = new RegExp(this.searchTopText, "i");
218
219
  self.menuData1 = self.originMenuList1.filter(menuItem => {
@@ -360,7 +361,7 @@ export default {
360
361
  //background: #22262f;
361
362
  }
362
363
  .search-fast-con-side .ivu-input{
363
- font-size: 9.5px;
364
+ font-size: 15px;
364
365
  width: 228.5px;
365
366
  height: 40px;
366
367
  font-family: Microsoft YaHei;