HOT-FIX. Исправлена вверстка на главной странице
This commit is contained in:
14
src/app.html
14
src/app.html
@ -27,14 +27,14 @@
|
||||
<div>
|
||||
<div class="MainMenu__avatar"></div>
|
||||
</div>
|
||||
<button type="button"
|
||||
class="btn btn-outline-dark MainMenu__exitButton">Выйти</button>
|
||||
<button type="button" class="btn btn-outline-dark MainMenu__exitButton">Выйти</button>
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
<!-- Шаблон карточек на главной-->
|
||||
<template id="main-statistic">
|
||||
<div>
|
||||
<div class="card-group pt-3 justify-content-center">
|
||||
<div class="card bg-warning mb-3 ml-3" style="max-width: 18rem;">
|
||||
<div class="card-header h5">Статистика</div>
|
||||
@ -67,6 +67,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- Шаблон содержимого главной-->
|
||||
@ -253,7 +254,8 @@
|
||||
<div class="col-12 col-md-6 col-lg mb-3">
|
||||
<label for="logs-filter-request-url" class="form-label">URL</label>
|
||||
<div class="LogsFilters__inputWrapper">
|
||||
<input type="text" class="form-control" id="logs-filter-request-url" placeholder="Введите текст">
|
||||
<input type="text" class="form-control" id="logs-filter-request-url"
|
||||
placeholder="Введите текст">
|
||||
<button type="button" class="LogsFilters__clearButton">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
@ -262,7 +264,8 @@
|
||||
<div class="col-12 col-md-6 col-lg mb-3">
|
||||
<label for="logs-filter-request-status" class="form-label">Код ответа</label>
|
||||
<div class="LogsFilters__inputWrapper">
|
||||
<input type="text" class="form-control" id="logs-filter-request-status" placeholder="Введите текст">
|
||||
<input type="text" class="form-control" id="logs-filter-request-status"
|
||||
placeholder="Введите текст">
|
||||
<button type="button" class="LogsFilters__clearButton">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
@ -271,7 +274,8 @@
|
||||
<div class="col-12 col-md-6 col-lg mb-3">
|
||||
<label for="logs-filter-request-message" class="form-label">Сообщение</label>
|
||||
<div class="LogsFilters__inputWrapper">
|
||||
<input type="text" class="form-control" id="logs-filter-request-message" placeholder="Введите текст">
|
||||
<input type="text" class="form-control" id="logs-filter-request-message"
|
||||
placeholder="Введите текст">
|
||||
<button type="button" class="LogsFilters__clearButton">
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user