+
+
@@ -42,6 +43,11 @@ export default {
Theme
},
mixins: [ResizeMixin],
+ data() {
+ return {
+ routerCurrent: null
+ }
+ },
computed: {
...mapState({
sidebar: state => state.app.sidebar,
@@ -59,7 +65,13 @@ export default {
}
}
},
+ watch: {
+ $route(route) {
+ this.routerCurrent = route.path
+ }
+ },
mounted() {
+ this.routerCurrent = this.$route.path
if (Cookies.get('theme')) {
this.$refs.theme.theme = Cookies.get('theme')
this.$store.dispatch('settings/changeSetting', {
@@ -142,4 +154,18 @@ export default {
}
}
}
+ .is-center{
+ position: relative;
+ position: fixed;
+ background-color: transparent !important;
+ }
+ .center-bg{
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 196px;
+ background: url('~@/assets/images/grzx-bg.png') no-repeat left top;
+ background-size: cover;
+ }
diff --git a/src/utils/request.js b/src/utils/request.js
index 1f58b23..0297fc6 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -12,7 +12,6 @@ import { reject } from 'core-js/fn/promise'
const service = axios.create({
baseURL: process.env.NODE_ENV === 'production' ? process.env.VUE_APP_BASE_API : '/', // api 的 base_url
// baseURL: process.env.NODE_ENV === 'production' ? 'http://192.168.99.84:7070' : '/', // api 的 base_url
-
timeout: Config.timeout // 请求超时时间
})
diff --git a/src/views/prearchiveLibrary/index.vue b/src/views/prearchiveLibrary/index.vue
new file mode 100644
index 0000000..7237e26
--- /dev/null
+++ b/src/views/prearchiveLibrary/index.vue
@@ -0,0 +1,46 @@
+
+ 预归档库
+
+
+
+
+
diff --git a/src/views/system/user/center.vue b/src/views/system/user/center.vue
index e7ce96b..aea7e5f 100644
--- a/src/views/system/user/center.vue
+++ b/src/views/system/user/center.vue
@@ -1,6 +1,5 @@
-
+
@@ -265,34 +264,30 @@ export default {
.container-main{
position: relative;
-}
-.center-bg{
- position: absolute;
- left: 0;
- top: -55px;
- width: 100%;
- height: 196px;
- background: url('~@/assets/images/grzx-bg.png') no-repeat left top;
- background-size: contain;
+ margin-top: 90px;
+ z-index: 9;
}
.elect-cont-left{
width: 368px !important;
padding: 0 !important;
}
[data-theme=dark] .elect-cont-left .container-left{
- min-height: calc(100vh - 158px) !important;
+ min-height: calc(100vh - 247px) !important;
+}
+[data-theme=dark] .elect-cont-right .container-right {
+ min-height: calc(100vh - 288px) !important;
}
-// [data-theme=dark] .elect-cont-right .container-right {
-// min-height: calc(100vh - 158px) !important;
-// }
[data-theme=light] .elect-cont-right {
padding: 20px 20px 0 0 !important;
}
[data-theme=light] .elect-cont-left .container-left{
- min-height: calc(100vh - 138px) !important;
+ min-height: calc(100vh - 260px) !important;
}
[data-theme=light] .elect-cont-right .container-right {
- min-height: calc(100vh - 178px) !important;
+ min-height: calc(100vh - 250px) !important;
+}
+[data-theme=dark] .category-container .tab-content .head-container{
+ margin: 20px 0 !important;
}
.user-content{
color: #fff;
@@ -395,6 +390,7 @@ export default {
width: 76px;
}
}
+
}
.user-header-search{
margin-bottom: 20px;
@@ -423,4 +419,7 @@ select:-webkit-autofill {
input {
background-color: transparent;
}
+.el-pagination{
+ margin: 20px 0 10px 0 !important
+}
diff --git a/src/views/system/user/processCenter/index.vue b/src/views/system/user/processCenter/index.vue
index 7fbe306..f20ea7e 100644
--- a/src/views/system/user/processCenter/index.vue
+++ b/src/views/system/user/processCenter/index.vue
@@ -32,6 +32,7 @@
v-loading="isLoading"
:data="tableData"
:row-class-name="cell"
+ height="500px"
@row-click="clickRowHandler"
@selection-change="selectionChangeHandler"
>
@@ -198,4 +199,7 @@ export default {
color: #0348F3;
border: 1px solid #0348F3;
}
+.el-pagination{
+ margin: 20px 0 10px 0 !important
+}
@@ -91,7 +90,7 @@
导出
-