修改流程样式
This commit is contained in:
@@ -0,0 +1,47 @@
|
|||||||
|
.tag-btns {
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
.search-area {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
.el-form-item__label {
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-form-item__content {
|
||||||
|
line-height: 35px;
|
||||||
|
|
||||||
|
.el-input__inner {
|
||||||
|
height: 25px;
|
||||||
|
line-height: 35px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.search-new {
|
||||||
|
//width: 100%;
|
||||||
|
background: #FFF;
|
||||||
|
padding: 10px 10px 0;
|
||||||
|
|
||||||
|
.el-button + .el-button {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-form--inline .el-form-item {
|
||||||
|
display: flex;
|
||||||
|
margin-right: 0;
|
||||||
|
|
||||||
|
input.el-input__inner {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-form-item__content {
|
||||||
|
//width: 100%;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
.el-select,
|
||||||
|
.el-range-editor {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+16
-66
@@ -15,20 +15,10 @@
|
|||||||
:model="searchForm"
|
:model="searchForm"
|
||||||
inline
|
inline
|
||||||
class="label-input-form"
|
class="label-input-form"
|
||||||
label-width="100px"
|
|
||||||
@keyup.enter.native="handleSearch">
|
@keyup.enter.native="handleSearch">
|
||||||
<el-row :gutter="24">
|
<el-row :gutter="24">
|
||||||
|
|
||||||
<el-col :xl="6" :lg="8">
|
<el-col :xl="8" :lg="8">
|
||||||
<el-form-item label="用户名" class="search-item">
|
|
||||||
<!-- <el-input-->
|
|
||||||
<!-- v-model="searchForm.uname"-->
|
|
||||||
<!-- placeholder="根据姓名查询"-->
|
|
||||||
<!-- clearable></el-input>-->
|
|
||||||
<el-input :placeholder="'请输入用户名'" class="search-item" v-model="searchForm.account"/>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
<el-col :xl="6" :lg="8">
|
|
||||||
<el-form-item label="角色名" class="search-item">
|
<el-form-item label="角色名" class="search-item">
|
||||||
<!-- <el-input :placeholder="'根据角色名查询'" class="search-item" v-model="searchForm.roleName"/>-->
|
<!-- <el-input :placeholder="'根据角色名查询'" class="search-item" v-model="searchForm.roleName"/>-->
|
||||||
<el-select v-model="searchForm.roleName" class="icon-auth" placeholder="请选择角色名">
|
<el-select v-model="searchForm.roleName" class="icon-auth" placeholder="请选择角色名">
|
||||||
@@ -39,18 +29,25 @@
|
|||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :xl="6" :lg="24">
|
<el-col :xl="8" :lg="8">
|
||||||
<el-form-item class="search-item btn-box">
|
<el-form-item label="用户名" class="search-item">
|
||||||
|
<!-- <el-input-->
|
||||||
|
<!-- v-model="searchForm.uname"-->
|
||||||
|
<!-- placeholder="根据姓名查询"-->
|
||||||
|
<!-- clearable></el-input>-->
|
||||||
|
<el-input :placeholder="'请输入用户名'" v-model="searchForm.account"/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :xl="8" :lg="24">
|
||||||
|
<el-form-item class="tag-btns">
|
||||||
<!-- :loading="loading.searching"-->
|
<!-- :loading="loading.searching"-->
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="loading.searching"
|
:disabled="loading.searching"
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary img-button"
|
|
||||||
size="small"
|
size="small"
|
||||||
@click="handleSearch">查询
|
@click="handleSearch">查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default img-button"
|
|
||||||
size="small"
|
size="small"
|
||||||
@click="handleReset">重置
|
@click="handleReset">重置
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -75,7 +72,7 @@
|
|||||||
:cell-class-name="cellClassName"
|
:cell-class-name="cellClassName"
|
||||||
@select="selectionRow"
|
@select="selectionRow"
|
||||||
@select-all="selectionRowAll">
|
@select-all="selectionRowAll">
|
||||||
<el-table-column v-if="maxSelected && maxSelected == 1" label="" width="55" align="center">
|
<el-table-column v-if="maxSelected && maxSelected == 1" label="" width="35" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-radio class="tableRadio" v-model="tableChecked" @change="radioChange(scope.row)"
|
<el-radio class="tableRadio" v-model="tableChecked" @change="radioChange(scope.row)"
|
||||||
:label="scope.row.USID">{{ null }}
|
:label="scope.row.USID">{{ null }}
|
||||||
@@ -849,27 +846,6 @@ export default {
|
|||||||
padding: 15px 20px 20px 20px;
|
padding: 15px 20px 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-area {
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
::v-deep .el-form-item__label {
|
|
||||||
line-height: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-form-item__content {
|
|
||||||
line-height: 35px;
|
|
||||||
|
|
||||||
.el-input__inner {
|
|
||||||
height: 35px;
|
|
||||||
line-height: 35px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.pagination {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checked-user-list {
|
.checked-user-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
@@ -912,36 +888,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-new {
|
|
||||||
//width: 100%;
|
|
||||||
background: #FFF;
|
|
||||||
padding: 10px 10px 0;
|
|
||||||
|
|
||||||
.el-button + .el-button {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-form--inline .el-form-item {
|
|
||||||
display: flex;
|
|
||||||
margin-right: 0;
|
|
||||||
|
|
||||||
input.el-input__inner {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-form-item__content {
|
|
||||||
//width: 100%;
|
|
||||||
flex: 1;
|
|
||||||
|
|
||||||
.el-select,
|
|
||||||
.el-range-editor {
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.dialog-footer{
|
.dialog-footer{
|
||||||
|
margin-top: 10px;
|
||||||
::v-deep .el-button {
|
::v-deep .el-button {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
@@ -950,4 +898,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -9,12 +9,15 @@
|
|||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
class="org-table"
|
class="org-table"
|
||||||
@close="handleClose">
|
@close="handleClose">
|
||||||
<div class="search-area">
|
<div class="search-area search-new">
|
||||||
<el-form
|
<el-form
|
||||||
:model="searchForm"
|
:model="searchForm"
|
||||||
inline
|
inline
|
||||||
class="label-input-form"
|
class="label-input-form"
|
||||||
@keyup.enter.native="handleSearch">
|
@keyup.enter.native="handleSearch">
|
||||||
|
<el-row :gutter="24">
|
||||||
|
|
||||||
|
<el-col :xl="8" :lg="8">
|
||||||
<el-form-item label="角色名" class="search-item">
|
<el-form-item label="角色名" class="search-item">
|
||||||
<el-select v-model="searchForm.roleName" class="icon-auth" placeholder="请选择角色名">
|
<el-select v-model="searchForm.roleName" class="icon-auth" placeholder="请选择角色名">
|
||||||
<el-option label="全部" value=""></el-option>
|
<el-option label="全部" value=""></el-option>
|
||||||
@@ -23,25 +26,31 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :xl="8" :lg="8">
|
||||||
<el-form-item label="用户名" class="search-item">
|
<el-form-item label="用户名" class="search-item">
|
||||||
<el-input :placeholder="'请输入用户名'" class="search-item" v-model="searchForm.account"/>
|
<el-input :placeholder="'请输入用户名'" class="search-item" v-model="searchForm.account"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :xl="8" :lg="8">
|
||||||
<el-form-item class="search-item btn-box">
|
<el-form-item class="search-item btn-box">
|
||||||
<el-button
|
<el-button
|
||||||
:loading="loading.searching"
|
:loading="loading.searching"
|
||||||
type="primary"
|
type="primary"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
size="small" icon="el-icon-search"
|
size="small"
|
||||||
@click="handleSearch">查询
|
@click="handleSearch">查询
|
||||||
<!-- <img src="@/assets/images/btn/search.png" alt="">-->
|
<!-- <img src="@/assets/images/btn/search.png" alt="">-->
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
size="small" icon="el-icon-refresh-left"
|
size="small"
|
||||||
@click="handleReset">重置
|
@click="handleReset">重置
|
||||||
<!-- <img src="@/assets/images/btn/reset.png" alt="">-->
|
<!-- <img src="@/assets/images/btn/reset.png" alt="">-->
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -703,19 +712,7 @@ export default {
|
|||||||
::v-deep .el-dialog__body {
|
::v-deep .el-dialog__body {
|
||||||
padding: 15px 20px 20px 20px;
|
padding: 15px 20px 20px 20px;
|
||||||
}
|
}
|
||||||
.search-area {
|
|
||||||
padding: 0;
|
|
||||||
::v-deep .el-form-item__label {
|
|
||||||
line-height: 35px;
|
|
||||||
}
|
|
||||||
::v-deep .el-form-item__content {
|
|
||||||
line-height: 35px;
|
|
||||||
.el-input__inner {
|
|
||||||
height: 35px;
|
|
||||||
line-height: 35px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.pagination {
|
.pagination {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ import router from './router'
|
|||||||
import store from './store'
|
import store from './store'
|
||||||
// 流程公共样式
|
// 流程公共样式
|
||||||
import './assets/css/process.scss'
|
import './assets/css/process.scss'
|
||||||
|
import './assets/css/common.scss'
|
||||||
import config from '@/utils/config'
|
import config from '@/utils/config'
|
||||||
// VXETable
|
// VXETable
|
||||||
import 'xe-utils'
|
import 'xe-utils'
|
||||||
|
|||||||
@@ -4,26 +4,31 @@
|
|||||||
title="添加报告"
|
title="添加报告"
|
||||||
:visible.sync="dialogVisible"
|
:visible.sync="dialogVisible"
|
||||||
width="50%"
|
width="50%"
|
||||||
|
class="addreport"
|
||||||
:before-close="handleClose">
|
:before-close="handleClose">
|
||||||
<div class="tag-search">
|
<el-form
|
||||||
<el-row>
|
:model="searchForm "
|
||||||
<el-col :span="12">
|
inline
|
||||||
<div class="tag-item">
|
class="search-area search-new "
|
||||||
<label class="tag-title">报告年份</label>
|
|
||||||
<el-select v-model="q.year" multiple collapse-tags placeholder="请选择报告年份">
|
@keyup.enter.native="search">
|
||||||
|
<el-row :gutter="24">
|
||||||
|
<el-col :xl="8" :lg="8">
|
||||||
|
|
||||||
|
<el-form-item label="报告年份" class="search-item">
|
||||||
|
<el-select v-model="searchForm.year" multiple collapse-tags placeholder="请选择报告年份">
|
||||||
<template v-for="item in yearList">
|
<template v-for="item in yearList">
|
||||||
<el-option :label="item" :value="item" :key="item"></el-option>
|
<el-option :label="item" :value="item" :key="item"></el-option>
|
||||||
</template>
|
</template>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12" align="right" class="tag-btns">
|
<el-col :xl="8" :lg="8" align="right" class="tag-btns">
|
||||||
<el-button type="primary" @click="search">查询</el-button>
|
<el-button type="primary" size="small" @click="search">查询</el-button>
|
||||||
<el-button type="default" @click="reset">重置</el-button>
|
<el-button type="default" size="small" @click="reset">重置</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</div>
|
</el-form>
|
||||||
<div class="table">
|
<div class="table">
|
||||||
<vxe-table :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe height="auto"
|
<vxe-table :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe height="auto"
|
||||||
ref="xTable" @checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">
|
ref="xTable" @checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">
|
||||||
@@ -63,10 +68,10 @@ export default {
|
|||||||
total: 0,
|
total: 0,
|
||||||
q: {
|
q: {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
pageNo: 1,
|
pageNo: 1
|
||||||
labelOneId: [],
|
},
|
||||||
labelTwoId: [],
|
searchForm: {
|
||||||
labelThreeId: []
|
|
||||||
},
|
},
|
||||||
checkIds: [],
|
checkIds: [],
|
||||||
dialogVisible: false,
|
dialogVisible: false,
|
||||||
@@ -143,7 +148,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 列表
|
// 列表
|
||||||
reportList () {
|
reportList () {
|
||||||
this.$api.report.reportList(this.q).then(({ data }) => {
|
this.$api.report.reportList({ ...this.q, ...this.searchForm }).then(({ data }) => {
|
||||||
this.tableData = data.records
|
this.tableData = data.records
|
||||||
this.total = data.total
|
this.total = data.total
|
||||||
this.q.pageNo = data.current
|
this.q.pageNo = data.current
|
||||||
@@ -191,6 +196,19 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 550px;
|
height: 550px;
|
||||||
}
|
}
|
||||||
|
.addreport{
|
||||||
|
::v-deep .el-dialog__header {
|
||||||
|
padding: 0 20px;
|
||||||
|
height: 50px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
border-bottom: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-dialog__body {
|
||||||
|
padding: 15px 20px 20px 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.done {
|
.done {
|
||||||
margin: 30px 20px 10px;
|
margin: 30px 20px 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
@@ -201,10 +201,12 @@ export default {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.addbtn{
|
.addbtn{
|
||||||
|
border: none;
|
||||||
background-color: #8400FF;
|
background-color: #8400FF;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.delbtn{
|
.delbtn{
|
||||||
|
border: none;
|
||||||
background-color: #d9001b;
|
background-color: #d9001b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,7 +94,7 @@
|
|||||||
<orgTable :visible.sync="visibleOrgTable" title="人员列表" dialog-model :config="{
|
<orgTable :visible.sync="visibleOrgTable" title="人员列表" dialog-model :config="{
|
||||||
value: orgTableVal,
|
value: orgTableVal,
|
||||||
valueName: orgTableValName
|
valueName: orgTableValName
|
||||||
}" :workNumFlag="true" :maxSelected="100" @confirm="isTreeOk"></orgTable>
|
}" :workNumFlag="true" :maxSelected="1" @confirm="isTreeOk"></orgTable>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -205,7 +205,7 @@ export default {
|
|||||||
this.assignForm.name2Id = parts.toString()
|
this.assignForm.name2Id = parts.toString()
|
||||||
this.assignForm.name2 = partsName.toString()
|
this.assignForm.name2 = partsName.toString()
|
||||||
}
|
}
|
||||||
console.log(this.assignForm.name1Id,this.assignForm.name2Id)
|
console.log(this.assignForm.name1Id, this.assignForm.name2Id)
|
||||||
},
|
},
|
||||||
// 获取表格列表 吧查询到的值传给子组件
|
// 获取表格列表 吧查询到的值传给子组件
|
||||||
reportList (ids) {
|
reportList (ids) {
|
||||||
@@ -229,7 +229,13 @@ export default {
|
|||||||
this.$refs.applicationFormRef.validate(m => {
|
this.$refs.applicationFormRef.validate(m => {
|
||||||
if (v && m) {
|
if (v && m) {
|
||||||
// 过了校验 需要把数据都整合 this.tableData this.applicationForm this.assignForm
|
// 过了校验 需要把数据都整合 this.tableData this.applicationForm this.assignForm
|
||||||
|
// 表格数据没有不能提交 需要提示
|
||||||
|
if (this.tableData.length > 0) {
|
||||||
|
this.$message.warning('至少需要选择一条报告数据')
|
||||||
|
} else {
|
||||||
|
// 调用流程数据
|
||||||
|
console.log("发送数据")
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning('请检查表单填写完整')
|
this.$message.warning('请检查表单填写完整')
|
||||||
}
|
}
|
||||||
@@ -240,6 +246,6 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,21 +1,29 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="content">
|
<div class="centerBox content-height">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<span>流程中心</span>
|
<span>流程中心</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="searchForm">
|
<div class="search">
|
||||||
<div class="item">
|
<el-row>
|
||||||
<div>流程编号:</div>
|
<el-col :span="20">
|
||||||
<el-input v-model="form.id" ></el-input>
|
<div class="search-box-left">
|
||||||
</div>
|
<div class="">
|
||||||
<div class="item">
|
<label>流程编号:</label>
|
||||||
<div>流程名称:</div>
|
<el-input v-model="form.id" placeholder="请输入流程编号"></el-input>
|
||||||
<el-input v-model="form.name"></el-input>
|
</div>
|
||||||
</div>
|
<div class="">
|
||||||
<div class="item">
|
<label>流程名称:</label>
|
||||||
|
<el-input v-model="form.name" placeholder="请输入流程名称"></el-input>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="4" align="right">
|
||||||
|
<div class="search-box-right">
|
||||||
<el-button type="primary" @click="search">查询</el-button>
|
<el-button type="primary" @click="search">查询</el-button>
|
||||||
<el-button type="" @click="reset">重置</el-button>
|
<el-button type="" @click="reset">重置</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
<div class="tabs">
|
<div class="tabs">
|
||||||
<tabs />
|
<tabs />
|
||||||
@@ -25,68 +33,91 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import tabs from '../userCenter/processCenter/tabs.vue'
|
import tabs from '../userCenter/processCenter/tabs.vue'
|
||||||
export default {
|
export default {
|
||||||
name:'processCenter',
|
name: 'processCenter',
|
||||||
components:{
|
components: {
|
||||||
tabs
|
tabs
|
||||||
},
|
},
|
||||||
data() {
|
data () {
|
||||||
return {
|
return {
|
||||||
form: {}
|
form: {}
|
||||||
}
|
|
||||||
},
|
|
||||||
created () {
|
|
||||||
;
|
|
||||||
},
|
|
||||||
mounted () {
|
|
||||||
;
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
//查询
|
|
||||||
search() {
|
|
||||||
// this.$api.processCenter.search({})
|
|
||||||
},
|
|
||||||
//重置
|
|
||||||
reset(){
|
|
||||||
this.form={}
|
|
||||||
// this.$api.processCenter.reset({})
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
created () {
|
||||||
|
|
||||||
|
},
|
||||||
|
mounted () {
|
||||||
|
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 查询
|
||||||
|
search () {
|
||||||
|
// this.$api.processCenter.search({})
|
||||||
|
},
|
||||||
|
// 重置
|
||||||
|
reset () {
|
||||||
|
this.form = {}
|
||||||
|
// this.$api.processCenter.reset({})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.content{
|
.centerBox{
|
||||||
|
background-color: #fff;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
.title {
|
.title {
|
||||||
border-bottom: 1px solid #EBEEF5;
|
border-bottom: 1px solid #EBEEF5;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
margin: 0 18px 0 22px;
|
margin: 0 18px 0 22px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #262626;
|
color: #262626;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.searchForm{
|
.search {
|
||||||
width: 1200px;
|
.search-box-left {
|
||||||
display: flex;
|
padding-top: 20px;
|
||||||
align-items: center;
|
display: flex;
|
||||||
margin: 20px 0 0 22px;
|
justify-content: flex-start;
|
||||||
.item{
|
align-items: center;
|
||||||
width: 300px;
|
|
||||||
display: flex;
|
label {
|
||||||
align-items: center;
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #595959;
|
||||||
|
margin-right: 5px;
|
||||||
|
padding-left: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::v-deep .el-input {
|
||||||
|
width: 167px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1366px) {
|
||||||
|
::v-deep .el-input {
|
||||||
|
width: 135px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
.search-box-right {
|
||||||
|
padding-top: 20px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
padding-right: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
.tabs{
|
.tabs{
|
||||||
margin: 20px 0 0 5px;
|
margin: 20px 20px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
::v-deep .el-input{
|
|
||||||
width: 200px;
|
</style>
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user