From 35322555f2ddbc26e73b477e083d9267348c84cb Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 十二月 2020 15:36:39 +0800 Subject: [PATCH] 修复编辑区域名称不显示的bug;数据栈信息名称添加命名限制 --- src/components/LeftNav.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 575f5ad..bc714e8 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -238,7 +238,7 @@ size="small" clearable @input="querySearchAsync('dir')" - :style="'width:120px;'" + :style="'width:148px;'" > <i class="el-icon-search el-input__icon" -- Gitblit v1.8.0