mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: 用户管理页面只读权限查看修改列表项显示数据异常#4368 仪表板数字列表组件没有无法下拉 添加用户时,部分手机号码无法输入,未通过手机号码校验 #4391
This commit is contained in:
@@ -261,7 +261,6 @@ export default {
|
||||
|
||||
.condition-content-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
white-space: nowrap;
|
||||
@@ -269,8 +268,6 @@ export default {
|
||||
|
||||
.first-element {
|
||||
position: relative;
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 100%;
|
||||
@@ -298,6 +295,7 @@ export default {
|
||||
background: #fff;
|
||||
border: 1px solid #d7dae2;
|
||||
top: 5px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.condition-main-line {
|
||||
|
||||
Reference in New Issue
Block a user