修正模态框资源搜索下拉框 Spinner 的左边距

This commit is contained in:
x1ao4 2025-10-15 20:30:23 +08:00
parent 593ff1f728
commit 643ee8e592

View File

@ -6166,6 +6166,12 @@ body .selectable-files tr.selected-file:has([style*="white-space: normal"]) .fil
color: #fff !important; color: #fff !important;
} }
/* 调整模态框内“正在验证/搜索中”行的转圈图标左边距,仅影响图标本身 */
#createTaskModal .task-suggestions .dropdown-item.text-muted .spinner-border-sm {
margin-left: 0; /* 在不改变文本左距的情况下将图标视觉左距校正至约8px */
margin-right: 0; /* 图标与文字间距 */
}
/* 创建任务模态框移动端响应式样式 */ /* 创建任务模态框移动端响应式样式 */
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
#createTaskModal .form-group.row .col-sm-2 { #createTaskModal .form-group.row .col-sm-2 {