fix: 还原实体列表界面和样式

This commit is contained in:
刘洪洪
2023-06-16 10:14:44 +08:00
parent 871461cf4e
commit e9357465c1
10 changed files with 258 additions and 461 deletions

View File

@@ -5,7 +5,7 @@
background: #FFFFFF;
border-radius: 2px;
transition: all .2s;
border: 1px solid #E2E5EC;
//border: 1px solid #E2E5EC; 新版实体列表改版,后续记得解开
&:hover .cn-entity__header .header__content {

View File

@@ -1,8 +1,9 @@
.cn-entity--list {
display: flex;
border: 1px #E2E5EC solid;
margin-bottom: 10px;
border-radius: 4px;
//border: 1px #E2E5EC solid;
//margin-bottom: 10px;
//border-radius: 4px;
// 新版实体列表改版,后续记得解开
.cn-entity__collapse {
margin-bottom: 1px;
@@ -12,8 +13,8 @@
justify-content: center;
align-items: flex-start;
background-color: #F3F7FA;
border-radius: 4px 0 0 4px;
//border-radius: 4px 0 0 4px;
// 新版实体列表改版,后续记得解开
span {
transform: rotate(0);
transition: all linear .2s;
@@ -40,12 +41,12 @@
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-content: center;
//align-content: center;
padding: 16px 0;
margin-bottom: 1px;
background-color: white;
border-radius: 0 4px 4px 0;
//border-radius: 0 4px 4px 0;
// 新版实体列表改版,后续记得解开
.cn-entity__icon {
margin-left: 26px;
margin-right: 10px;
@@ -76,12 +77,13 @@
font-size: 16px;
padding-bottom: 3px;
color: #333333;
.cn-entity__header-title {
margin-right: 10px;
}
.cn-entity__header-tag {
}
//.cn-entity__header-title {
// margin-right: 10px;
//}
//.cn-entity__header-tag {
//
//}
// 新版实体列表改版,后续记得解开
}
.cn-entity__body {
@@ -166,18 +168,20 @@
flex-shrink: 0;
padding: 0 30px;
font-size: 12px;
color: #2C72C6;
font-weight: 400;
margin-top: -17px;
color: #3976CB;
//color: #2C72C6;
//font-weight: 400;
//margin-top: -17px;
// 新版实体列表改版,后续记得解开
&:hover {
cursor: pointer;
}
i {
font-size: 12px;
margin-right: 5px;
}
//i {
// font-size: 12px;
// margin-right: 5px;
//}
}
}
}