perf: 样式调整(部分)

1.样式调整
2.增加alert-config弹框
3.config-promserver弹框的dc的编辑可以用了
4.alert-config 弹框link改成下拉
This commit is contained in:
chenjinsong
2019-12-25 17:15:09 +08:00
parent 76203eceba
commit e734f373e4
11 changed files with 473 additions and 136 deletions

View File

@@ -1022,14 +1022,14 @@
display: flex;
position: relative;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,.08);
line-height: 28px;
line-height: 31px;
}
.new-search .search-input-all{
width: 300px;
background: #fff;
color: rgba(0,0,0,.55);
height: 28px;
line-height: 28px;
height: 31px;
line-height: 31px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
display: flex;
@@ -1042,8 +1042,8 @@
}
.search-input-all .search-history{
padding: 0px 10px;
height: 20px;
line-height: 20px;
height: 23px;
line-height: 23px;
text-align: center;
border-right: 1px solid #e5e5e5;
margin-top: 4px;