diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue index 6fac42a..a6f42c2 100644 --- a/src/layout/components/Header/index.vue +++ b/src/layout/components/Header/index.vue @@ -105,7 +105,7 @@ export default defineComponent({ .replace({ name: 'Login', query: { - redirect: route.fullPath, + // redirect: route.fullPath, }, }) .finally(() => location.reload()) diff --git a/src/views/final/comp/CustomTabelModal.vue b/src/views/final/comp/CustomTabelModal.vue index a52c9f9..bd752d9 100644 --- a/src/views/final/comp/CustomTabelModal.vue +++ b/src/views/final/comp/CustomTabelModal.vue @@ -590,6 +590,9 @@ const indeterminate = computed(() => { --n-padding-top: 0px; --n-padding-bottom: 12px; } +.left-wrap { + border: 1px solid #cbd3de; +} ::v-deep(.n-card > .n-card-header .n-card-header__main) { font-weight: lighter !important; font-size: 14px; @@ -601,8 +604,8 @@ const indeterminate = computed(() => { ::v-deep(.n-button--info-type) { background: #507afd !important; } -.left-wrap { - border: 1px solid #cbd3de; +::v-deep(.n-button--default-type){ + border: 1px solid #cad2dd !important; } // ::v-deep(.n-card__content){ // padding: 20px 24px 0 24px !important; diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 9bae19d..08a9cf7 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -90,12 +90,12 @@ function close() {