summaryrefslogtreecommitdiff
path: root/src/views/SILA/EventLogs/EventLogs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/SILA/EventLogs/EventLogs.vue')
-rw-r--r--src/views/SILA/EventLogs/EventLogs.vue20
1 files changed, 3 insertions, 17 deletions
diff --git a/src/views/SILA/EventLogs/EventLogs.vue b/src/views/SILA/EventLogs/EventLogs.vue
index aca17ac0..c7f65e8b 100644
--- a/src/views/SILA/EventLogs/EventLogs.vue
+++ b/src/views/SILA/EventLogs/EventLogs.vue
@@ -2,7 +2,7 @@
<b-container
:style="{ display: 'flex', 'flex-direction': 'column' }"
fluid="xxl pt-0 m-0"
- class="event-logs-section"
+ class="logs-section"
>
<page-title />
<div class="event-log-head-container">
@@ -253,7 +253,7 @@
<template #row-details="{ item }">
<b-container
fluid
- style="border-bottom: 1px solid rgba(26, 62, 91, 0.2)"
+ style="border-bottom: 1px solid rgba(26, 62, 91, 0.1)"
>
<b-col class="mt-1 mb-2 regular-12px tretiatry">
<span class="row-details">
@@ -265,7 +265,7 @@
</b-table>
</div>
<div class="pagination-container">
- <div class="pagination-content">
+ <div style="margin-left: 10px" class="pagination-content">
<span class="semi-bold-16px"> Страницы </span>
<b-pagination
v-model="currentPage"
@@ -672,19 +672,6 @@ export default {
};
</script>
<style lang="scss">
-.event-logs-section .table.b-table > thead > tr > [aria-sort='ascending'] {
- background-image: url('../../../assets/images/event-logs/sort-icon-rotate.svg');
-}
-
-.event-logs-section .table.b-table > thead > tr > [aria-sort='descending'],
-.table.b-table > thead > tr > [aria-sort='none'] {
- background-image: url('../../../assets/images/event-logs/sort-icon.svg');
-}
-
-.event-logs-section .b-table-sort-icon-left {
- background-size: 15px !important;
-}
-
.b-table-details > td {
padding: 0px !important;
}
@@ -802,7 +789,6 @@ $toolbar-height: 64px;
}
.pagination-content {
- width: 300px;
display: flex;
flex-direction: row;
align-items: center;