refactor(src): 重构知识库详情页面样式

- 更新了知识库详情页面的布局和样式,使其更加简洁和现代化
-调整了表单元素的样式,使用了新的输入框和按钮样式
- 优化了分段内容的显示样式,使其更易于阅读
- 移除了不必要的元素和冗余代码,提高了页面的可维护性
This commit is contained in:
陈昱达
2025-04-23 20:31:57 +08:00
parent 37ad5091a5
commit 673470d93f
8 changed files with 293 additions and 124 deletions

View File

@@ -127,7 +127,7 @@
</el-table>
</el-form>
<!--表格分页-->
<div class="text-right" v-if="total">
<div class="text-right pt10" v-if="total">
<el-pagination
class="table-container"
@size-change="sizeChange"