v1.0.20: 需求迭代(0808文档) - 文件管理迁入竞品资料+企业筛选弹窗(多条件且/或)+搜索框内嵌字段+渠道计划费用字段/状态行内编辑
This commit is contained in:
@@ -287,6 +287,64 @@ body {
|
||||
.toolbar input:focus, .toolbar select:focus { border-color: #4fa3ff; }
|
||||
.toolbar .spacer { flex: 1; }
|
||||
|
||||
/* 搜索框:框内左侧字段选择 + 框内右侧搜索图标 */
|
||||
.toolbar .search-wrap {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 34px;
|
||||
border: 1px solid #d9dee8;
|
||||
border-radius: 4px;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
.toolbar .search-wrap:focus-within { border-color: #4fa3ff; }
|
||||
.toolbar .search-wrap select {
|
||||
border: none;
|
||||
height: 100%;
|
||||
min-width: 108px;
|
||||
max-width: 150px;
|
||||
border-right: 1px solid #eef0f4;
|
||||
border-radius: 0;
|
||||
background: #f7f9fc;
|
||||
font-size: 12px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.toolbar .search-wrap input[type="text"] {
|
||||
border: none;
|
||||
height: 100%;
|
||||
min-width: 220px;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
.toolbar .search-wrap .search-icon {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 34px;
|
||||
height: 100%;
|
||||
color: #8a94a6;
|
||||
cursor: pointer;
|
||||
background: #fff;
|
||||
}
|
||||
.toolbar .search-wrap .search-icon:hover { color: #2a5298; }
|
||||
|
||||
/* 筛选弹窗条件行 */
|
||||
.filter-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
/* 渠道效能分析-来源明细:单行显示,过长用…占位(不分行) */
|
||||
.ana-detail .src-cell {
|
||||
max-width: 200px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* ---------- 按钮 ---------- */
|
||||
.btn {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user