提交 ab8be418 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!564 If there is no data in the traceability module, click the disabled form...

!564 If there is no data in the traceability module, click the disabled form check box to modify the check style
Merge pull request !564 from 黄伟锋/myMaster
......@@ -114,6 +114,8 @@ limitations under the License.
<!-- table area -->
<div class="table-container"
v-show="!echartNoData && showTable">
<div class="disabled-checked"
v-show="!table.data.length"></div>
<el-table ref="table"
:data="table.data"
tooltip-effect="light"
......@@ -2229,6 +2231,15 @@ export default {
height: calc(68% - 130px);
padding: 6px 32px;
position: relative;
.disabled-checked {
position: absolute;
top: 9px;
left: 0px;
z-index: 1000;
width: 87px;
height: 66px;
cursor: not-allowed;
}
.custom-label {
max-width: calc(100% - 25px);
padding: 0;
......
......@@ -116,6 +116,8 @@ limitations under the License.
</div>
<div class="table-container"
v-show="showTable && !noData">
<div class="disabled-checked"
v-show="!table.data.length"></div>
<el-table ref="table"
:data="table.data"
tooltip-effect="light"
......@@ -2275,6 +2277,15 @@ export default {
height: calc(68% - 130px);
padding: 6px 32px;
position: relative;
.disabled-checked {
position: absolute;
top: 9px;
left: 0px;
z-index: 1000;
width: 87px;
height: 66px;
cursor: not-allowed;
}
.custom-label {
max-width: calc(100% - 25px);
padding: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册