@lambo-design/pro-layout 1.0.0-beta.263 → 1.0.0-beta.264
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.
|
|
3
|
+
"version": "1.0.0-beta.264",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"registry": "https://registry.npmjs.org/"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@lambo-design/
|
|
14
|
-
"@lambo-design/
|
|
13
|
+
"@lambo-design/core": "^4.7.1-beta.59",
|
|
14
|
+
"@lambo-design/shared": "^1.0.0-beta.43"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {}
|
|
17
17
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="search-fast-con"
|
|
2
|
+
<div class="search-fast-con">
|
|
3
3
|
<div class="search-fast-con-side" >
|
|
4
4
|
<div class="sideInput" @click="handleSideClick">
|
|
5
5
|
<Input v-if="searchType === 0" v-model="searchText" clearable placeholder="搜索菜单" font-size="8px"
|
|
@@ -177,6 +177,7 @@ export default {
|
|
|
177
177
|
z-index: 1000;
|
|
178
178
|
.sideInput{
|
|
179
179
|
width: 240px;
|
|
180
|
+
padding: 3px 0 4px 0;
|
|
180
181
|
transform: translateX(-14px);
|
|
181
182
|
/deep/.ivu-icon{
|
|
182
183
|
height: 40px;
|
|
@@ -259,7 +260,7 @@ export default {
|
|
|
259
260
|
.search-fast-con-side-modal {
|
|
260
261
|
.ivu-modal{
|
|
261
262
|
margin-left: 0px;
|
|
262
|
-
margin-top:
|
|
263
|
+
margin-top: 8px;
|
|
263
264
|
.ivu-modal-content{
|
|
264
265
|
width: 220px;
|
|
265
266
|
margin-top: -18px;
|
|
@@ -272,7 +273,7 @@ export default {
|
|
|
272
273
|
&.large{
|
|
273
274
|
.ivu-modal {
|
|
274
275
|
margin-left : 0px;
|
|
275
|
-
margin-top :
|
|
276
|
+
margin-top : 22px;
|
|
276
277
|
}
|
|
277
278
|
}
|
|
278
279
|
}
|
package/src/styles/color.less
CHANGED
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
color: var(--layout-sider-search-color,@_layout-sider-search-color);
|
|
206
206
|
.search-fast-con-side{
|
|
207
207
|
.sideInput{
|
|
208
|
+
background: var(--layout-sider-search-background,@_layout-sider-search-background);
|
|
208
209
|
.ivu-input{
|
|
209
210
|
background: var(--layout-sider-search-background,@_layout-sider-search-background);
|
|
210
211
|
color: var(--layout-sider-search-color,@_layout-sider-search-color);
|