Commit 8451fa92 authored by 王's avatar

期数添加按钮靠右

parent 476a361a
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<!--<el-form-item>--> <!--<el-form-item>-->
<el-button @click="onSearch" type="primary">查询</el-button> <el-button @click="onSearch" type="primary">查询</el-button>
</el-form-item> </el-form-item>
<el-form-item style="float: left;margin-left: 20px;"> <el-form-item style="float: right;">
<el-button @click="onAdd" type="primary">添加期数</el-button> <el-button @click="onAdd" type="primary">添加期数</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
......
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