chore: 优化了标题展示和大小样式

This commit is contained in:
奔跑的面条
2022-06-03 11:19:29 +08:00
parent d3931f47bc
commit ae1fd2e7cf
3 changed files with 10 additions and 3 deletions
@@ -5,7 +5,9 @@
</n-icon>
<n-text @click="handleFocus">
工作空间 -
<n-button v-show="!focus" secondary round size="tiny">{{ comTitle }}</n-button>
<n-button v-show="!focus" secondary round size="tiny">
<span class="title">{{ comTitle }}</span>
</n-button>
</n-text>
<n-input
@@ -72,3 +74,8 @@ const handleBlur = async () => {
}
}
</script>
<style lang="scss" scoped>
.title {
font-size: 15px;
}
</style>