style(knowledge): 调整知识详情页面样式

- 在 .rule-label 类中添加底部外边距 10px
- 在 .rule-value 类中添加左侧外边距 15px
This commit is contained in:
du.meimei
2025-04-16 19:29:21 +08:00
parent f4af6a97ab
commit 1b4731835f

View File

@@ -633,12 +633,14 @@ export default {
.rule-label {
font-size: 14px;
color: #606266;
margin-bottom: 10px;
}
.rule-value {
font-size: 14px;
color: #606266;
font-weight: 500;
margin-left: 15px;
}
}
}