样式优化

This commit is contained in:
2026-03-19 23:24:30 +08:00
parent cf34013c53
commit 8a2ba4e2bf
2 changed files with 155 additions and 25 deletions
+2
View File
@@ -57,6 +57,7 @@
<el-tree :props="treeProps" :load="loadTreeData" lazy highlight-current @node-click="articlePreview" />
</el-col>
<el-col :span="20">
<div class="table-container">
<el-table :data="articleData" v-loading="loading" stripe @selection-change="dataSelect">
<el-table-column type="selection" width="55" />
<el-table-column prop="title" label="标题" />
@@ -100,6 +101,7 @@
@current-change="pageChange">
</el-pagination>
</div>
</div>
</el-col>
</el-row>
<el-drawer