优化请求条件操作符描述

This commit is contained in:
GoEdgeLab
2023-01-06 16:05:06 +08:00
parent 3e6bbeb6d8
commit c3bc792a25
4 changed files with 30 additions and 2 deletions

View File

@@ -379,4 +379,19 @@ textarea.wide-code {
.combo-box .menu::-webkit-scrollbar {
width: 4px;
}
// code-label
code-label {
background: #fff;
border: 1px solid rgba(34, 36, 38, .15);
color: rgba(0, 0, 0, .87);
font-size: .71428571rem;
padding: 3px;
margin-left: 2px;
margin-right: 2px;
line-height: 1;
display: inline-block;
font-weight: 700;
vertical-align: baseline;
}