fix:dashboard变量 边框样式调整

This commit is contained in:
zhangyu
2022-07-05 15:47:25 +08:00
parent 76ceabe639
commit c4f1d3f46c

View File

@@ -10,11 +10,11 @@
margin-right: 15px;
}
.variable-key{
border: 1px solid $--border-color-base;
border: 1px solid $--border-color-light;
color: $--color-text-regular;
background: $--background-color-2;
padding: 3px 10px;
border-radius: 2px 0 0 2px;
border-radius: 4px 0 0 4px;
}
.choose-box {
overflow: hidden;