fix: fix style

This commit is contained in:
xiaoxian521 2021-04-09 17:43:04 +08:00
parent 1177b5b72b
commit 3241716f91

View File

@ -50,16 +50,17 @@ export default {
<style lang="scss" scoped>
.tags-view {
width: 100%;
height: 38px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: flex-start;
.scroll-item {
border: 1px solid #eee;
// border: 1px solid #eee;
border-radius: 3px;
padding: 2px 8px;
display: inline-block;
margin-right: 2px;
// margin-right: 2px;
}
a {
text-decoration: none;