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