|
@@ -1,9 +1,9 @@
|
|
|
<template>
|
|
|
- <div class="wozhengcaole" v-loading="fullscreenLoading">
|
|
|
+ <div class="wozhengcaoles" v-loading="fullscreenLoading">
|
|
|
<el-dialog width="1200px" title="最近未审核" :visible.sync="reviewlistVisible">
|
|
|
- <div class="groupunreviewed-all" v-loading.fullscreen.lock="groupunreviewedLoading">
|
|
|
+ <div class="wozhengcaole-all" v-loading.fullscreen.lock="groupunreviewedLoading">
|
|
|
|
|
|
- <div class="groupunreviewed-haed">
|
|
|
+ <div class="wozhengcaole-haed">
|
|
|
<div>
|
|
|
<el-date-picker size="small" @change="datechange" style="width:350px" v-model="valueone" type="daterange" align="left"
|
|
|
unlink-panels range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"
|
|
@@ -532,31 +532,31 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
- .groupunreviewed-title{
|
|
|
+ .wozhengcaole-title{
|
|
|
color: #555;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
- .groupunreviewed-haed{
|
|
|
+ .wozhengcaole-haed{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
- .wozhengcaole .groupunreviewed-all .tree-box{
|
|
|
+ .wozhengcaoles .wozhengcaole-all .tree-box{
|
|
|
margin-top: 10px;
|
|
|
border: 1px solid #EBEEF5;
|
|
|
padding: 10px;
|
|
|
max-height: 500px;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
- .wozhengcaole .el-dialog__body{
|
|
|
+ .wozhengcaoles .el-dialog__body{
|
|
|
padding-top: 0;
|
|
|
}
|
|
|
- .groupunreviewed-all .custom-tree-node{
|
|
|
+ .wozhengcaole-all .custom-tree-node{
|
|
|
line-height: 25px;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
- .groupunreviewed-all .el-tree-node__content {
|
|
|
+ .wozhengcaole-all .el-tree-node__content {
|
|
|
height: 50px;
|
|
|
}
|
|
|
</style>
|