营销:装修页面适配搜索框

This commit is contained in:
owen
2023-11-04 22:06:40 +08:00
parent a9faeb1bdb
commit aedf014407
9 changed files with 332 additions and 90 deletions

View File

@ -427,11 +427,13 @@ $phone-width: 375px;
padding: 8px 16px;
}
/* 属性面板分组 */
.property-group {
/* 属性分组 */
:deep(.el-card__header) {
:deep(.property-group) {
margin: 0 -20px;
/* 属性分组名称 */
.el-card__header {
border: none;
background: var(--el-bg-color-page);
padding: 8px 32px;
}
}
}