新增组织机构选择组件样式

This commit is contained in:
qinjie 2021-08-27 18:02:02 +08:00
parent ee19890838
commit 7c2c95b74f
1 changed files with 14 additions and 0 deletions

14
public/index.html vendored
View File

@ -103,6 +103,20 @@
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>
<!-- require cdn assets css -->
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>