mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 03:16:49 +08:00
style(knowledge): 调整知识详情页面样式
- 在 .rule-label 类中添加底部外边距 10px - 在 .rule-value 类中添加左侧外边距 15px
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user