This commit is contained in:
pangxie1991
2017-02-28 21:13:13 +08:00
parent edb63cac01
commit 662d4b174b
4 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
<template>
<span class="z-tag" :class="[type ? `z-tag--${type}`: '', { 'is-plain': plain, 'is-mark': mark }]">
<span class="zan-tag" :class="[type ? `zan-tag--${type}`: '', { 'is-plain': plain, 'is-mark': mark }]">
<slot></slot>
</span>
</template>
<script>
export default {
name: 'z-tag',
name: 'zan-tag',
props: {
type: String,
mark: Boolean,
+1 -1
View File
@@ -1,7 +1,7 @@
@import "./common/var.css";
@import "./mixins/border_retina.css";
@component-namespace z {
@component-namespace zan {
@b tag {
position: relative;
display: inline-block;