fix:dashboard变量 边框样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user