修改UI异常问题

Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2023-02-06 12:45:43 +00:00
committed by Gitee
Unverified
parent c02f6ce3b0
commit 3a10094963

View File

@@ -59,6 +59,9 @@ html, body {
}
.module-list-view .item {
border-bottom: 1px solid #EEEEEE;
display: flex;
align-items: center;
justify-content: center;
/* border-top:1px solid #FFF;*/
}
.module-list-view .item:first{
@@ -104,8 +107,6 @@ html, body {
}
.module-list-view .item .name {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.module-list-view .list-share .item .name-text {
@@ -127,13 +128,7 @@ html, body {
}
.module-list-view .col{
float: left;
height: 51px;
line-height: 51px;
text-indent: 10px;
width: 10%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.module-list-view .col1{
float: left;
@@ -383,4 +378,4 @@ html, body {
}
.main-header{
border: none;
}
}