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