fix: style

This commit is contained in:
Fine 2023-06-08 11:18:40 +08:00
parent 372aee2eb6
commit eccf4a84a0

View File

@ -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;