样式优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user