Class name compatibility optimization
This commit is contained in:
parent
f64ed65d3a
commit
720fd878b1
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="capsule-chart">
|
<div class="dv-capsule-chart">
|
||||||
<template v-if="mergedConfig">
|
<template v-if="mergedConfig">
|
||||||
<div class="label-column">
|
<div class="label-column">
|
||||||
<div v-for="item in mergedConfig.data" :key="item.name">{{ item.name }}</div>
|
<div v-for="item in mergedConfig.data" :key="item.name">{{ item.name }}</div>
|
||||||
|
@ -114,7 +114,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.capsule-chart {
|
.dv-capsule-chart {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue