refactor: 移除调试日志并优化代码结构
移除多个组件中的调试日志语句,优化代码结构以提高可读性和维护性。同时调整了部分样式和逻辑,确保功能一致性和用户体验。
This commit is contained in:
@@ -576,8 +576,15 @@
|
||||
.details-box {
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
position: relative;
|
||||
|
||||
.details-left {
|
||||
&.fixed {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
transition: bottom 0.5s;
|
||||
|
||||
.special-offer {
|
||||
width: 876px;
|
||||
position: relative;
|
||||
@@ -1392,7 +1399,7 @@
|
||||
line-height: 24px;
|
||||
font-size: 13px;
|
||||
padding: 30px;
|
||||
margin-bottom: 100px;
|
||||
// margin-bottom: 100px;
|
||||
|
||||
.hint-item {
|
||||
min-height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user