mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 19:36:50 +08:00
style(app): 优化数据集和智能体卡片的样式布局
- 为数据集和智能体卡片中的描述和创建人信息添加 mt5 类,增加上边距- 移除 knowledge-description 类中的 margin-bottom 和 margin-top 样式
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
</div>
|
||||
<div class="knowledge-details">
|
||||
<div class="knowledge-title">{{ dataset.name }}</div>
|
||||
<div class="knowledge-description">
|
||||
<div class="knowledge-description mt5">
|
||||
{{ dataset.description }}
|
||||
</div>
|
||||
<div class="knowledge-created-by">
|
||||
<div class="knowledge-created-by mt5">
|
||||
创建人:{{ dataset.createdUser }}
|
||||
</div>
|
||||
</div>
|
||||
@@ -104,10 +104,10 @@
|
||||
</div>
|
||||
<div class="knowledge-details">
|
||||
<div class="knowledge-title">{{ agent.appName }}</div>
|
||||
<div class="knowledge-description">
|
||||
<div class="knowledge-description mt5">
|
||||
{{ agent.description }}
|
||||
</div>
|
||||
<div class="knowledge-created-by">
|
||||
<div class="knowledge-created-by mt5">
|
||||
创建人:{{ agent.createdUser }}
|
||||
</div>
|
||||
</div>
|
||||
@@ -594,8 +594,6 @@ export default {
|
||||
.knowledge-description {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.knowledge-created-by {
|
||||
|
||||
Reference in New Issue
Block a user