Commit 6f580172 authored by liziwl's avatar liziwl
Browse files

update color as const

parent 8ccac6f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  <div>
    <a-config-provider :theme="{
      token: {
        colorPrimary: '#00b96b',
        colorPrimary: '#49BF7C',
      },
    }">
      <a-tabs type="card" size="large">
+1 −1
Original line number Diff line number Diff line
<template>
  <a-config-provider :theme="{
    token: {
      colorPrimary: '#00b96b',
      colorPrimary: '#49BF7C',
    },
  }">
    <a-button v-for="(value, key, index) in objs" :key="index" @click="select(key)"