perf: 优化endpoint侧滑内asset列表、asset选择弹框样式

1.asset搜索框样式优化
2.asset列表内asset不可选状态的样式优化
This commit is contained in:
陈劲松
2020-02-20 11:38:23 +08:00
parent 55d2a38283
commit 9574f189a3
4 changed files with 23 additions and 12 deletions

View File

@@ -56,7 +56,7 @@
<!---->
<div class="pop-item-wider " >
<!-- begin--搜索框-->
<div class="endpoint-asset-search">
<div class="nz-btn-group nz-btn-group-size-normal nz-btn-group-light endpoint-asset-search">
<button type="button" class="nz-btn nz-btn-size-small nz-btn-style-light nz-btn-style-square nz-input-group-prepend" @click="assetSearch.dropdownShow = !assetSearch.dropdownShow">
<span class="endpoint-asset-label-txt">{{assetSearch.label}}</span>
<span>
@@ -443,11 +443,12 @@
/* begin--搜索框*/
.endpoint-asset-search {
display: inline-block;
float: right;
padding: 7px 8px 0 0;
position: relative;
margin-top: -16px;
}
.endpoint-asset-search button {
height: 22px !important;
}
.endpoint-asset-search-dropdown {
position: absolute;
top: 34px;