新增组织机构选择组件样式
This commit is contained in:
parent
ee19890838
commit
7c2c95b74f
|
@ -103,6 +103,20 @@
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 组织机构数选择组件样式修改 start */
|
||||||
|
.popover-tree>.ant-popover-content {
|
||||||
|
margin-top: -15px;
|
||||||
|
border: 1px solid #1890ff;
|
||||||
|
max-height: 400px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover-tree>.ant-popover-content>.ant-popover-arrow {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 组织机构数选择组件样式修改 end */
|
||||||
</style>
|
</style>
|
||||||
<!-- require cdn assets css -->
|
<!-- require cdn assets css -->
|
||||||
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
|
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
|
||||||
|
|
Loading…
Reference in New Issue