mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix(系统设置): 修复创建用户选择工作空间下拉框偏移问题
--bug=1028085 --user=王旭 【系统设置】刷新网页-创建用户-首次选择工作空间管理员/成员-下拉框第一次总会偏移 https://www.tapd.cn/55049933/s/1397046
This commit is contained in:
parent
0900e50525
commit
6d4dc0aed9
@ -554,4 +554,16 @@ export default {
|
||||
:deep(.el-tag.el-tag--info .el-tag__close) {
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
:deep(.el-select-dropdown) {
|
||||
position: absolute !important;
|
||||
z-index: 1001;
|
||||
border: 1px solid #E4E7ED;
|
||||
border-radius: 4px;
|
||||
background-color: #FFF;
|
||||
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
||||
box-sizing: border-box;
|
||||
margin: 10px -5px;
|
||||
top: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user