Commit 2c352a61 authored by rockyl's avatar rockyl

调整项目列表页样式

parent 0c8459a9
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
.project-list { .project-list {
flex: 1; flex: 1;
margin-bottom: 10px;
} }
.project-info { .project-info {
......
...@@ -4,11 +4,10 @@ ...@@ -4,11 +4,10 @@
class="editor-version">{{env.version}}</span></p> class="editor-version">{{env.version}}</span></p>
<main> <main>
<div class="project-list"> <div class="project-list">
<div>
<el-table <el-table
:data="projects" :data="projects"
:empty-text="$t('No projects')" :empty-text="$t('No projects')"
style="width: 100%" height="100%"
> >
<el-table-column <el-table-column
:label="$t('Projects')"> :label="$t('Projects')">
...@@ -43,7 +42,6 @@ ...@@ -43,7 +42,6 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
</div>
<div> <div>
<el-button @click="showCreateProjectDialog()">{{$t('Create')}}</el-button> <el-button @click="showCreateProjectDialog()">{{$t('Create')}}</el-button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment