Commit 2c352a61 authored by rockyl's avatar rockyl

调整项目列表页样式

parent 0c8459a9
......@@ -24,6 +24,7 @@
.project-list {
flex: 1;
margin-bottom: 10px;
}
.project-info {
......
......@@ -4,11 +4,10 @@
class="editor-version">{{env.version}}</span></p>
<main>
<div class="project-list">
<div>
<el-table
:data="projects"
:empty-text="$t('No projects')"
style="width: 100%"
height="100%"
>
<el-table-column
:label="$t('Projects')">
......@@ -43,7 +42,6 @@
</el-table-column>
</el-table>
</div>
</div>
<div>
<el-button @click="showCreateProjectDialog()">{{$t('Create')}}</el-button>
</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