mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: style
This commit is contained in:
parent
372aee2eb6
commit
eccf4a84a0
@ -102,9 +102,7 @@ limitations under the License. -->
|
|||||||
v-for="(type, index) in setVisTypes"
|
v-for="(type, index) in setVisTypes"
|
||||||
:key="index"
|
:key="index"
|
||||||
@click="changeChartType(type)"
|
@click="changeChartType(type)"
|
||||||
:class="{
|
:class="{ active: type.value === graph.type }"
|
||||||
active: type.value === graph.type,
|
|
||||||
}"
|
|
||||||
>
|
>
|
||||||
{{ type.label }}
|
{{ type.label }}
|
||||||
</span>
|
</span>
|
||||||
@ -641,8 +639,8 @@ limitations under the License. -->
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
outline: none;
|
outline: none;
|
||||||
height: 26px;
|
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
min-height: 26px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: #409eff;
|
border-color: #409eff;
|
||||||
|
Loading…
Reference in New Issue
Block a user