sq_user_tag新增字段tagName

This commit is contained in:
WangHao
2020-09-14 23:15:55 +08:00
parent c76b06a98e
commit 51bbfd9e8d
8 changed files with 41 additions and 9 deletions

View File

@ -975,17 +975,19 @@
display: flex;
}
.header-sousou input{
margin-top: 8px;
border: 0px;
background-color: #f2f2f2;
border-radius: 0!important;
/*border: 1px solid #f2f2f2;*/
}
.header-sousou input:focus{
background-color: #FFFFFF!important;
border: 1px solid #f2f2f2;
border: 1px solid #C0C4CC;
}