提交 e5ef1077 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 2995c083
...@@ -139,8 +139,7 @@ function handleRule(row: Label) { ...@@ -139,8 +139,7 @@ function handleRule(row: Label) {
v-model="formVisible" v-model="formVisible"
:data="currentRow" :data="currentRow"
@update="handleRefresh" @update="handleRefresh"
v-if="formVisible" v-if="formVisible"></LabelFormDialog>
></LabelFormDialog>
<!-- 查看标签 --> <!-- 查看标签 -->
<LabelViewDialog v-model="viewVisible" :data="currentRow" v-if="viewVisible && currentRow"></LabelViewDialog> <LabelViewDialog v-model="viewVisible" :data="currentRow" v-if="viewVisible && currentRow"></LabelViewDialog>
<!-- 规则 --> <!-- 规则 -->
...@@ -160,5 +159,6 @@ function handleRule(row: Label) { ...@@ -160,5 +159,6 @@ function handleRule(row: Label) {
} }
.label-right { .label-right {
flex: 1; flex: 1;
overflow: hidden;
} }
</style> </style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论