Explorar el Código

修改 echart边框

test
chenJinxu hace 1 año
padre
commit
9bdd004ba6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/EchartBox.vue

+ 1
- 1
src/components/EchartBox.vue Ver fichero

@@ -6,7 +6,7 @@
<div class="title-out" v-if="outTitle !== ''">
<span>{{ outTitle }}</span>
</div>
<div class="echart-main" :style="{ border: border ? `1px solid ${$com_light_green}` : 'none' }">
<div class="echart-main" :style="{ border: border ? `1px solid #8dc21f` : 'none' }">
<!-- legend -->
<div class="legend">
<div class="left">


Cargando…
Cancelar
Guardar