|
@@ -183,12 +183,12 @@ const handleDeleteSuccess = () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.history-item-icon {
|
|
.history-item-icon {
|
|
|
- width: 26px;
|
|
|
|
|
- height: 26px;
|
|
|
|
|
|
|
+ width: 20px;
|
|
|
|
|
+ height: 20px;
|
|
|
/* background-color: #ccc; */
|
|
/* background-color: #ccc; */
|
|
|
- border-radius: 18px;
|
|
|
|
|
|
|
+ /* border-radius: 18px; */
|
|
|
|
|
|
|
|
- margin-right: 5px;
|
|
|
|
|
|
|
+ margin-right: 13px;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
@@ -204,8 +204,9 @@ const handleDeleteSuccess = () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.history-item-intro-title {
|
|
.history-item-intro-title {
|
|
|
- /* font-size: 16px; */
|
|
|
|
|
- /* font-weight: bold; */
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 19.6px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
|
|