Change theme activated text.

pull/3445/head
ruibaby 2019-04-16 23:55:55 +08:00
parent be299bbe7d
commit 116256c82a
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
<img :alt="theme.name" :src="theme.screenshots" slot="cover">
<template class="ant-card-actions" slot="actions">
<div v-if="theme.activated">
<a-icon type="unlock" theme="twoTone"/> 激活中
<a-icon type="unlock" theme="twoTone"/> 已启用
</div>
<div v-else @click="handleActivateClick(theme)">
<a-icon type="lock"/> 激活
<a-icon type="lock"/> 启用
</div>
<div @click="handleEditClick(theme)">
<a-icon type="setting"/> 设置