fix: 修复多个组件样式和功能问题
修复论坛项图片底部间距问题 调整BI组件z-index值防止遮挡 优化视频海报展示逻辑 限制评论输入框最大高度 修复搜索框占位符显示逻辑 添加分页项样式 移除评论编辑框底部边框 优化BI组件API请求方法
This commit is contained in:
@@ -779,6 +779,7 @@
|
||||
padding-top: 5px;
|
||||
padding-bottom: 11px;
|
||||
resize: none;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.answer-discuss .input-box .top .input-textarea * {
|
||||
@@ -804,6 +805,7 @@
|
||||
padding-left: 14px;
|
||||
padding-top: 12px;
|
||||
overflow: auto;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.answer-discuss .input-box .picture-box .picture {
|
||||
@@ -1123,6 +1125,8 @@
|
||||
|
||||
.answer-discuss .comments-box .comments-item .comments-content img {
|
||||
border-radius: 5px;
|
||||
height: 100px;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.answer-discuss .comments-box .comments-item .comments-content .input-box {
|
||||
@@ -1171,6 +1175,7 @@
|
||||
|
||||
.answer-discuss .comments-box .comments-item .comments-content .comments-img {
|
||||
height: 100px;
|
||||
max-width: 300px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 13px;
|
||||
border-radius: 8px;
|
||||
@@ -1402,7 +1407,7 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
.answer-discuss .edit-comment .box .input-box .bottom {
|
||||
border-top: 1px solid #ebebeb;
|
||||
// border-top: 1px solid #ebebeb;
|
||||
}
|
||||
.answer-discuss .edit-comment .box .btn-list {
|
||||
padding: 15px 0;
|
||||
|
||||
Reference in New Issue
Block a user