bug编号00000075,pal资产库显示效果问题(最近和收藏文件标题居左处理)

This commit is contained in:
446052889@qq.com 2025-05-09 09:47:23 +08:00
parent b51e833a94
commit e984e2cf4d

View File

@ -542,10 +542,11 @@
display: inline-block; display: inline-block;
position: relative; position: relative;
left: 32px; left: 32px;
text-align: center; text-align: left;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
font-size: 13px; font-size: 13px;
padding-right: 25px;
} }
.div-repository-title :hover { .div-repository-title :hover {
color: #4E7FF9; color: #4E7FF9;