编写上传界面
This commit is contained in:
@@ -30,16 +30,32 @@ Copyright © CPIC All rights reserved
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<div class="button-wrapper-left">
|
<el-col :span="1">
|
||||||
<el-button type="primary" icon="document">
|
<span>备注</span>
|
||||||
新增文档
|
</el-col>
|
||||||
</el-button>
|
<el-col :span="10">
|
||||||
</div>
|
<el-input type="textarea" :rows="3" />
|
||||||
<div class="button-wrapper-right">
|
</el-col>
|
||||||
<el-button type="primary" icon="document">
|
</el-row>
|
||||||
提交
|
<el-row :gutter="10">
|
||||||
</el-button>
|
<el-col :span="3">
|
||||||
</div>
|
<div class="button-wrapper-left">
|
||||||
|
<el-button type="primary" icon="document">
|
||||||
|
新增文档
|
||||||
|
</el-button>
|
||||||
|
<el-button type="primary" icon="document">
|
||||||
|
新增文档
|
||||||
|
</el-button>
|
||||||
|
</div>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="5" />
|
||||||
|
<el-col :span="3">
|
||||||
|
<div class="button-wrapper-right">
|
||||||
|
<el-button type="primary" icon="document">
|
||||||
|
提交
|
||||||
|
</el-button>
|
||||||
|
</div>
|
||||||
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user