fix Tag style
This commit is contained in:
parent
b03681fa4d
commit
a6c5017640
2 changed files with 9 additions and 0 deletions
|
@ -75,6 +75,9 @@
|
||||||
<Tag color="primary" size="large">大号标签</Tag>
|
<Tag color="primary" size="large">大号标签</Tag>
|
||||||
<Tag color="primary" size="medium">中号标签</Tag>
|
<Tag color="primary" size="medium">中号标签</Tag>
|
||||||
<Tag color="primary">默认尺寸</Tag>
|
<Tag color="primary">默认尺寸</Tag>
|
||||||
|
<Tag color="blue" size="large">大号标签</Tag>
|
||||||
|
<Tag color="blue" size="medium">中号标签</Tag>
|
||||||
|
<Tag color="blue">默认尺寸</Tag>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -258,6 +258,12 @@
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.ivu-tag-size-large&-@{color} {
|
||||||
|
line-height: 30px;
|
||||||
|
}
|
||||||
|
.ivu-tag-size-medium&-@{color} {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.make-color-classes();
|
.make-color-classes();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue