| | |
| | | <span>筛选条件:</span> |
| | | <el-input placeholder="请输入内容" v-model="search"></el-input> |
| | | <div class="findBtn"> |
| | | <el-button type="primary" @click="setSearch">查询</el-button> |
| | | <el-button class="find-Btn" type="primary" @click="setSearch">查询</el-button> |
| | | </div> |
| | | </div> |
| | | <div class="addUser"> |
| | |
| | | <style lang="scss" scoped> |
| | | header { |
| | | // background-color: #09152f; |
| | | border: 1pox solid #fff; |
| | | border: 1px solid #fff; |
| | | |
| | | .headerContent { |
| | | padding: 0 40px; |
| | |
| | | |
| | | .el-button { |
| | | padding: 12px 25px; |
| | | border-radius: 20px; |
| | | |
| | | } |
| | | } |
| | | |
| | | .addBtn { |
| | | background-color: #eb5d01; |
| | | background-color: #409EFF; |
| | | border: none; |
| | | border-radius: 20px; |
| | | padding: 12px 30px; |
| | | } |
| | | |