mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix
This commit is contained in:
@@ -74,6 +74,8 @@ ion-content{
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
padding: 0px 20px 0 20px !important;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
|
||||
|
||||
.item-icon{
|
||||
width: em(40);
|
||||
@@ -87,15 +89,17 @@ ion-content{
|
||||
.item-content{
|
||||
//width: 317px;
|
||||
float:right;
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
.item-title-time{
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.item-title{
|
||||
width: calc(100% - 90px);
|
||||
float: left;
|
||||
color: var(--title-text-color);
|
||||
}
|
||||
@@ -103,7 +107,6 @@ ion-content{
|
||||
color: #fff;
|
||||
}
|
||||
.item-date{
|
||||
width: 90px;
|
||||
float: right;
|
||||
color: #797979;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user