提交 e9496e5c 编写于 作者: hudan's avatar hudan

补充数据视图自定义插件鼠标悬停提示

上级 69320acb
......@@ -7,7 +7,7 @@
</div>
<div class="item-text">
<div class="srfmajortext">{{inputData.srfmajortext}}</div>
<div class="srfdescription">{{inputData.srfdescription}}</div>
<div class="srfdescription" :title="inputData.srfdescription">{{inputData.srfdescription}}</div>
</div>
</div>
<div class="data-view-item-action" v-if="actionModel">
......
......@@ -140,6 +140,9 @@
font-weight: 800;
}
}
>a{
flex: 0 0 33%;
}
}
// 空值文本
.app-data-empty {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册