Merge branch 'dev'

This commit is contained in:
奔跑的面条
2023-02-27 18:59:18 +08:00
39 changed files with 1079 additions and 111 deletions
@@ -5,7 +5,7 @@
</n-icon>
<n-text @click="handleFocus">
工作空间 -
<n-button v-show="!focus" secondary round size="tiny">
<n-button v-show="!focus" secondary size="tiny">
<span class="title">
{{ comTitle }}
</span>
@@ -19,7 +19,6 @@
type="text"
maxlength="16"
show-count
round
placeholder="请输入项目名称"
v-model:value.trim="title"
@keyup.enter="handleBlur"
@@ -74,6 +73,8 @@ const handleBlur = () => {
</script>
<style lang="scss" scoped>
.title {
padding-left: 5px;
padding-right: 5px;
font-size: 15px;
}
</style>