Browse Source

代理记账

master
庞东旭 1 year ago
parent
commit
ff71c01e91
8 changed files with 39 additions and 39 deletions
  1. +5
    -5
      src/views/abnormal/abnormal.vue
  2. +5
    -5
      src/views/allTasks/allTasks.vue
  3. +5
    -5
      src/views/audit/audit.vue
  4. +5
    -5
      src/views/managerAbnormal/managerAbnormal.vue
  5. +5
    -5
      src/views/processed/processed.vue
  6. +5
    -5
      src/views/processing/processing.vue
  7. +5
    -5
      src/views/taskAllocation/todo.vue
  8. +4
    -4
      src/views/toBeAllocated/toBeAllocated.vue

+ 5
- 5
src/views/abnormal/abnormal.vue View File

@@ -142,8 +142,8 @@ export default {
::-webkit-scrollbar{display:none}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -180,7 +180,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}

@@ -271,7 +271,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
overflow-y: scroll;
.left_main_block{
border-radius: 8px;
@@ -302,7 +302,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/allTasks/allTasks.vue View File

@@ -244,8 +244,8 @@ export default {
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -282,7 +282,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}

@@ -464,7 +464,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
.backButton{
color: #3976ff;
display: inline-block;
@@ -498,7 +498,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/audit/audit.vue View File

@@ -207,8 +207,8 @@ export default {
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -249,7 +249,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}
.table_none{
@@ -415,7 +415,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
position: relative;
}

@@ -426,7 +426,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/managerAbnormal/managerAbnormal.vue View File

@@ -143,8 +143,8 @@ export default {
::-webkit-scrollbar{display:none}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -181,7 +181,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}
.table_none{
@@ -277,7 +277,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
overflow-y: scroll;
position: relative;
.left_main_block{
@@ -314,7 +314,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/processed/processed.vue View File

@@ -185,8 +185,8 @@ export default {
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -223,7 +223,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}

@@ -329,7 +329,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

.right_main{
@@ -339,7 +339,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/processing/processing.vue View File

@@ -194,8 +194,8 @@ export default {
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -232,7 +232,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}

@@ -387,7 +387,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
.backButton{
color: #3976ff;
border-bottom: 1px solid #3976ff;
@@ -419,7 +419,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 5
- 5
src/views/taskAllocation/todo.vue View File

@@ -197,8 +197,8 @@ export default {
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}
.pickerTime{
opacity: 0;
@@ -224,7 +224,7 @@ export default {
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}
.num{
@@ -327,7 +327,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

.right_main{
@@ -337,7 +337,7 @@ export default {
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
}

}


+ 4
- 4
src/views/toBeAllocated/toBeAllocated.vue View File

@@ -242,8 +242,8 @@
p{margin: 0;line-height: 1;}
.app-container{
background-color: #f5f6f8;
width: 100vw;
height: 100vh;
width: 100%;
height: 91vh;
}

.selected{
@@ -284,7 +284,7 @@
margin-right: 10px;
}
p{
font-size: 18px;
font-size: 16px;
}
}

@@ -468,7 +468,7 @@
box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13);
background: #fff;
padding: 15px 20px;
height: calc(100vh - 91px);
height: calc(91vh - 91px);
position: relative;
}



Loading…
Cancel
Save