营销:适配商城装修组件【轮播图】

This commit is contained in:
owen
2023-11-06 09:31:42 +08:00
parent 6e9e1d0888
commit 4253173a2a
5 changed files with 182 additions and 185 deletions

View File

@ -385,12 +385,18 @@ $toolbar-height: 42px;
/* 属性面板分组 */
:deep(.property-group) {
margin: 0 -20px;
&.el-card {
border: none;
}
/* 属性分组名称 */
.el-card__header {
border: none;
background: var(--el-bg-color-page);
padding: 8px 32px;
}
.el-card__body {
border: none;
}
}
}