Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
XBPX-ZP
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
XBPX-ZP
Commits
4a3ee88f
提交
4a3ee88f
authored
11月 08, 2023
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新
上级
04744c85
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
14 行删除
+8
-14
search.vue
src/components/search.vue
+8
-0
components.d.ts
types/components.d.ts
+0
-14
没有找到文件。
src/components/search.vue
浏览文件 @
4a3ee88f
...
...
@@ -25,18 +25,22 @@ const selectValue = ref()
width
:
920px
;
border-radius
:
20px
;
margin
:
40px
0
;
.el-input
{
height
:
100%
;
:deep
(
.el-input__wrapper
)
{
height
:
60px
;
}
}
.el-input__wrapper
:deep
(
.el-input__inner
)
{
width
:
650px
;
height
:
100%
;
border
:
none
;
font-size
:
15px
;
}
:deep
(
.input-with-select
.el-input-group__prepend
)
{
width
:
70px
;
height
:
100%
;
...
...
@@ -50,6 +54,7 @@ const selectValue = ref()
line-height
:
60px
;
font-family
:
Source
Han
Sans
CN
;
color
:
#666
;
.el-input__wrapper
{
box-shadow
:
none
;
...
...
@@ -61,10 +66,12 @@ const selectValue = ref()
box-shadow
:
none
!
important
;
}
}
.el-select
{
border
:
0
;
}
}
:deep
(
.input-with-select
>
.el-input__wrapper
)
{
height
:
59px
;
}
...
...
@@ -82,6 +89,7 @@ const selectValue = ref()
box-shadow
:
none
!
important
;
}
}
:deep
(
.el-input-group__append
)
{
padding-right
:
45px
;
border
:
none
;
...
...
types/components.d.ts
浏览文件 @
4a3ee88f
...
...
@@ -17,10 +17,6 @@ declare module 'vue' {
ElContainer
:
typeof
import
(
'element-plus/es'
)[
'ElContainer'
]
ElDescriptions
:
typeof
import
(
'element-plus/es'
)[
'ElDescriptions'
]
ElDescriptionsItem
:
typeof
import
(
'element-plus/es'
)[
'ElDescriptionsItem'
]
ElDivider
:
typeof
import
(
'element-plus/es'
)[
'ElDivider'
]
ElFooter
:
typeof
import
(
'element-plus/es'
)[
'ElFooter'
]
ElForm
:
typeof
import
(
'element-plus/es'
)[
'ElForm'
]
ElFormItem
:
typeof
import
(
'element-plus/es'
)[
'ElFormItem'
]
ElHeader
:
typeof
import
(
'element-plus/es'
)[
'ElHeader'
]
ElIcon
:
typeof
import
(
'element-plus/es'
)[
'ElIcon'
]
ElImage
:
typeof
import
(
'element-plus/es'
)[
'ElImage'
]
...
...
@@ -29,22 +25,12 @@ declare module 'vue' {
ElMain
:
typeof
import
(
'element-plus/es'
)[
'ElMain'
]
ElMenu
:
typeof
import
(
'element-plus/es'
)[
'ElMenu'
]
ElMenuItem
:
typeof
import
(
'element-plus/es'
)[
'ElMenuItem'
]
ElMenuItemGroup
:
typeof
import
(
'element-plus/es'
)[
'ElMenuItemGroup'
]
ElOption
:
typeof
import
(
'element-plus/es'
)[
'ElOption'
]
ElRow
:
typeof
import
(
'element-plus/es'
)[
'ElRow'
]
ElScrollbar
:
typeof
import
(
'element-plus/es'
)[
'ElScrollbar'
]
ElSelect
:
typeof
import
(
'element-plus/es'
)[
'ElSelect'
]
ElSubMenu
:
typeof
import
(
'element-plus/es'
)[
'ElSubMenu'
]
ElTabPane
:
typeof
import
(
'element-plus/es'
)[
'ElTabPane'
]
ElTabs
:
typeof
import
(
'element-plus/es'
)[
'ElTabs'
]
ElTag
:
typeof
import
(
'element-plus/es'
)[
'ElTag'
]
IEpArrowRight
:
typeof
import
(
'~icons/ep/arrow-right'
)[
'default'
]
IEpArrowRightBold
:
typeof
import
(
'~icons/ep/arrow-right-bold'
)[
'default'
]
IEpDocument
:
typeof
import
(
'~icons/ep/document'
)[
'default'
]
IEpLocation
:
typeof
import
(
'~icons/ep/location'
)[
'default'
]
IEpMenu
:
typeof
import
(
'~icons/ep/menu'
)[
'default'
]
IEpSearch
:
typeof
import
(
'~icons/ep/search'
)[
'default'
]
IEpSetting
:
typeof
import
(
'~icons/ep/setting'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
Search
:
typeof
import
(
'./../src/components/search.vue'
)[
'default'
]
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论