|
@@ -198,8 +198,10 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+@import "~@/styles/variables.scss";
|
|
|
+
|
|
|
.tags-view-container {
|
|
|
- height: 34px;
|
|
|
+ height: $tagHeight;
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
border-bottom: 1px solid #d8dce5;
|
|
@@ -209,8 +211,8 @@ export default {
|
|
|
display: inline-block;
|
|
|
position: relative;
|
|
|
cursor: pointer;
|
|
|
- height: 26px;
|
|
|
- line-height: 26px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
border: 1px solid #d8dce5;
|
|
|
color: #495060;
|
|
|
background: #fff;
|