Browse Source

顶部搜索框和扫一扫下拉菜单样式开发

lwx_v5
liwenxuan 11 months ago
parent
commit
2cc0b0dabb
  1. 6
      src/views/home/index.vue

6
src/views/home/index.vue

@ -260,7 +260,7 @@ const openNews = (val:any,name:string) => {
<div style="display: flex; justify-content: center;"> <div style="display: flex; justify-content: center;">
<el-input <el-input
style="width: 90%;" style="width: 92%;"
placeholder="请输入搜索内容" placeholder="请输入搜索内容"
class="input-with-select" class="input-with-select"
> >
@ -274,7 +274,7 @@ const openNews = (val:any,name:string) => {
<!-- <span split-button style="margin-top: 1.8%; width: 8%; border: 0px;background-color: #F5F5F5;" ><Plus /></span> --> <!-- <span split-button style="margin-top: 1.8%; width: 8%; border: 0px;background-color: #F5F5F5;" ><Plus /></span> -->
<span class="el-dropdown-link" > <span class="el-dropdown-link" >
<!-- <el-icon class="el-icon--right"><arrow-down /></el-icon> --> <!-- <el-icon class="el-icon--right"><arrow-down /></el-icon> -->
<el-icon :size="22" style="margin-top: 26%; margin-left: 17%; background-color: #F5F5F5;"> <el-icon :size="22" style="margin-top: 26%; margin-left: 7%; background-color: #F5F5F5; ">
<CirclePlus /> <CirclePlus />
</el-icon> </el-icon>
</span> </span>
@ -382,7 +382,7 @@ const openNews = (val:any,name:string) => {
<style lang='scss' scoped> <style lang='scss' scoped>
.indexBody{ .indexBody{
width:100%; width:100%;
height: calc(100vh - 65px); height: calc(100vh - 97px);
padding: 0 5px 0px 5px; padding: 0 5px 0px 5px;
.cardContBox{ .cardContBox{
display: flex; display: flex;

Loading…
Cancel
Save