可信代码库-首页搜索框样式调整

This commit is contained in:
付民康
2025-04-03 14:46:46 +08:00
parent a3084c1f8b
commit af1274f6ff

View File

@@ -58,7 +58,7 @@
</AdvanceSearch>
</div>
</d-dropdown-menu>
<d-button color="primary" variant="solid" @click="search">搜索</d-button>
<d-button icon="search" shape="circle" @click="search"></d-button>
</div>
<d-button v-if="isLogin" @click="check" ref="origin" icon="share" class="batch-btn">批量校验</d-button>
<div class="home-information" v-if="infoList.length > 0">
@@ -358,16 +358,22 @@ getNoticeList();
}
.home-search {
width: 100%;
height: 40px;
width: 574px;
height: 46px;
border: 1px solid #dfe1e5;
box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
border-radius: 24px;
//width: 100%;
//height: 40px;
flex-shrink: 0;
background-color: white;
border-radius: 10px;
//border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px;
box-shadow: var(--devui-shadow, 0 2px 12px 0);
//box-shadow: var(--devui-shadow, 0 2px 12px 0);
input {
border: none;
outline: none;