|
|
|
@ -260,7 +260,7 @@ const openNews = (val:any,name:string) => { |
|
|
|
<div style="display: flex; justify-content: center;"> |
|
|
|
<el-input |
|
|
|
|
|
|
|
style="width: 90%;" |
|
|
|
style="width: 92%;" |
|
|
|
placeholder="请输入搜索内容" |
|
|
|
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 class="el-dropdown-link" > |
|
|
|
<!-- <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 /> |
|
|
|
</el-icon> |
|
|
|
</span> |
|
|
|
@ -382,7 +382,7 @@ const openNews = (val:any,name:string) => { |
|
|
|
<style lang='scss' scoped> |
|
|
|
.indexBody{ |
|
|
|
width:100%; |
|
|
|
height: calc(100vh - 65px); |
|
|
|
height: calc(100vh - 97px); |
|
|
|
padding: 0 5px 0px 5px; |
|
|
|
.cardContBox{ |
|
|
|
display: flex; |
|
|
|
|