[251101] fix: SearchInputOverlay Bubble style
🕐 커밋 시간: 2025. 11. 01. 06:21:38 📊 변경 통계: • 총 파일: 1개 • 추가: +6줄 • 삭제: -11줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/SearchPanel/SearchInputOverlay.module.less 🔧 주요 변경 내용: • 코드 정리 및 최적화 Performance: 코드 최적화로 성능 개선 기대
This commit is contained in:
@@ -145,27 +145,22 @@
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
width: fit-content;
|
||||
> * {
|
||||
margin-bottom: 5px;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
color: black;
|
||||
font-size: 24px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 62px;
|
||||
text-align: center;
|
||||
word-wrap: break-word;
|
||||
line-height: 24px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
//timeStamp
|
||||
background-image: url(../../../assets/images/timeStamp_gray.png);
|
||||
background-position: 15px center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 26px 25px;
|
||||
max-width: 300px;
|
||||
.elip(1);
|
||||
white-space: nowrap;
|
||||
&:hover {
|
||||
background: @PRIMARY_COLOR_RED;
|
||||
border: 5px solid @PRIMARY_COLOR_RED;
|
||||
|
||||
Reference in New Issue
Block a user