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"
:key="index"
@click="changeChartType(type)"
:class="{
active: type.value === graph.type,
}"
:class="{ active: type.value === graph.type }"
>
{{ type.label }}
</span>
@ -641,8 +639,8 @@ limitations under the License. -->
border-radius: 3px;
color: #606266;
outline: none;
height: 26px;
margin-right: 5px;
min-height: 26px;
&:focus {
border-color: #409eff;