fix: 修复bug、优化

1.add asset时,model添加没反应的问题
2.更改了alert rule里三个框的高度,增加长度限制
3.修复dc弹框电话校验问题
This commit is contained in:
chenjinsong
2020-01-19 19:34:38 +08:00
parent 2dd4decd27
commit 374ef80509
7 changed files with 19 additions and 20 deletions

View File

@@ -11,9 +11,10 @@
:id="'project-module-'+item.id"
>
<div class="sidebar-info-item-txt">
<el-popover trigger="hover" placement="right-end" :content="item.name" >
<el-popover v-if="item.name.length > 12" trigger="hover" placement="top-start" :content="item.name" >
<span slot="reference">{{item.name}}</span>
</el-popover>
<span v-else>{{item.name}}</span>
</div>
<div class="side-bar-menu-edit" @click.stop="toEditModule(item)" :id="'project-module-edit-'+item.id"><i class="nz-icon nz-icon-edit"></i></div>
</div>