質問編集履歴

5

関係のない写真の削除

2021/03/12 08:01

投稿

TTTTaison
TTTTaison

スコア6

test CHANGED
File without changes
test CHANGED
@@ -442,10 +442,6 @@
442
442
 
443
443
 
444
444
 
445
- 本番環境のログ
446
-
447
- ![イメージ説明](d736fbb699ca8643a8521beb11ebaf54.jpeg)
448
-
449
445
 
450
446
 
451
447
  コンソールのエラー一覧

4

エラー発見

2021/03/12 08:01

投稿

TTTTaison
TTTTaison

スコア6

test CHANGED
File without changes
test CHANGED
@@ -445,3 +445,13 @@
445
445
  本番環境のログ
446
446
 
447
447
  ![イメージ説明](d736fbb699ca8643a8521beb11ebaf54.jpeg)
448
+
449
+
450
+
451
+ コンソールのエラー一覧
452
+
453
+ ![イメージ説明](d5372af0dd05a9493771dab666e75b41.png)
454
+
455
+
456
+
457
+ コンソールでみたところおそらくリセットCSSが読み込まれていないのと、リスト表示する際に出てくる黒丸が出てきているのだとわかりました。

3

本番環境のログの追記

2021/03/12 07:52

投稿

TTTTaison
TTTTaison

スコア6

test CHANGED
File without changes
test CHANGED
@@ -439,3 +439,9 @@
439
439
  Font Awesome
440
440
 
441
441
  を導入しています。
442
+
443
+
444
+
445
+ 本番環境のログ
446
+
447
+ ![イメージ説明](d736fbb699ca8643a8521beb11ebaf54.jpeg)

2

情報の訂正です

2021/03/12 07:37

投稿

TTTTaison
TTTTaison

スコア6

test CHANGED
File without changes
test CHANGED
@@ -190,215 +190,223 @@
190
190
 
191
191
  ```css
192
192
 
193
-
194
-
195
- body {
193
+ .header{
194
+
196
-
195
+ width: 100vw;
196
+
197
+ background-color: #006669;
198
+
199
+ height: 100px;
200
+
197
- font-size: .875rem;
201
+ position: absolute;
202
+
198
-
203
+ display: flex;
204
+
205
+ justify-content: space-between;
206
+
207
+ margin-bottom: 5px;
208
+
199
- }
209
+ }
200
-
201
-
202
-
210
+
203
- .feather {
211
+ .logo-block {
204
-
205
- width: 16px;
212
+
206
-
207
- height: 16px;
213
+ height: 60px;
208
-
209
- vertical-align: text-bottom;
214
+
210
-
211
- }
212
-
213
-
214
-
215
- /*
216
-
217
- * Sidebar
218
-
219
- */
220
-
221
-
222
-
223
- .sidebar {
224
-
225
- position: fixed;
226
-
227
- top: 0;
228
-
229
- /* rtl:raw:
230
-
231
- right: 0;
215
+ width: 200px;
232
-
233
- */
216
+
234
-
235
- bottom: 0;
236
-
237
- /* rtl:remove */
217
+ margin: 20px 0px 20px 20px;
238
-
239
- left: 0;
218
+
240
-
241
- z-index: 100; /* Behind the navbar */
242
-
243
- padding: 48px 0 0; /* Height of navbar */
244
-
245
- box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
246
-
247
- }
248
-
249
-
250
-
251
- @media (max-width: 767.98px) {
252
-
253
- .sidebar {
254
-
255
- top: 5rem;
219
+ padding: 15px;
256
-
257
- }
258
-
259
- }
260
-
261
-
262
-
263
- .sidebar-sticky {
264
220
 
265
221
  position: relative;
266
222
 
267
- top: 0;
268
-
269
- height: calc(100vh - 48px);
270
-
271
- padding-top: .5rem;
272
-
273
- overflow-x: hidden;
274
-
275
- overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
276
-
277
- }
223
+ }
224
+
278
-
225
+ .logo {
279
-
280
-
226
+
281
- .sidebar .nav-link {
227
+ margin-left: 20px;
282
-
228
+
283
- font-weight: 500;
229
+ font-size: 20px;
284
-
285
- color: #333;
230
+
286
-
287
- }
231
+ }
288
-
289
-
290
-
291
- .sidebar .nav-link .feather {
232
+
292
-
293
- margin-right: 4px;
233
+
294
-
295
- color: #727272;
234
+
296
-
297
- }
298
-
299
-
300
-
301
- .sidebar .nav-link.active {
302
-
303
- color: #007bff;
304
-
305
- }
306
-
307
-
308
-
309
- .sidebar .nav-link:hover .feather,
310
-
311
- .sidebar .nav-link.active .feather {
312
-
313
- color: inherit;
314
-
315
- }
316
-
317
-
318
-
319
- .sidebar-heading {
320
-
321
- font-size: .75rem;
322
-
323
- text-transform: uppercase;
324
-
325
- }
326
-
327
-
328
-
329
- /*
235
+ h2 {
330
-
331
- * Navbar
332
-
333
- */
334
-
335
-
336
-
337
- .navbar-brand {
338
-
339
- padding-top: .75rem;
340
-
341
- padding-bottom: .75rem;
342
-
343
- font-size: 1rem;
344
-
345
- background-color: rgba(0, 0, 0, .25);
346
-
347
- box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
348
-
349
- }
350
-
351
-
352
-
353
- .navbar .navbar-toggler {
354
-
355
- top: .25rem;
356
-
357
- right: 1rem;
358
-
359
- }
360
-
361
-
362
-
363
- .navbar .form-control {
364
-
365
- padding: .75rem 1rem;
366
-
367
- border-width: 0;
368
-
369
- border-radius: 0;
370
-
371
- }
372
-
373
-
374
-
375
- .form-control-dark {
376
236
 
377
237
  color: #fff;
378
238
 
379
- background-color: rgba(255, 255, 255, .1);
380
-
381
- border-color: rgba(255, 255, 255, .1);
382
-
383
- }
384
-
385
-
386
-
387
- .form-control-dark:focus {
388
-
389
- border-color: transparent;
390
-
391
- box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
392
-
393
- }
394
-
395
-
396
-
397
- .pagination{
398
-
399
- margin-left: 27em;
400
-
401
- }
239
+ }
240
+
241
+ .mypage-block {
242
+
243
+ height: 60px;
244
+
245
+ width: 500px;
246
+
247
+ margin: 20px 20px 20px 20px;
248
+
249
+ display: flex;
250
+
251
+ justify-content: flex-end;
252
+
253
+ padding-top: 15px;
254
+
255
+ }
256
+
257
+ .header-list{
258
+
259
+ margin-left: 0.5em;
260
+
261
+ }
262
+
263
+
264
+
265
+ .search{
266
+
267
+ margin-right: 0.5em;
268
+
269
+ }
270
+
271
+
272
+
273
+ .img-circle {
274
+
275
+ border-radius: 50%;
276
+
277
+ background-position: left top;
278
+
279
+ border: 3px solid #00cc00;
280
+
281
+ }
282
+
283
+
284
+
285
+ dl.searchbox{
286
+
287
+ width: 250px;
288
+
289
+ position:relative;
290
+
291
+ background-color:#fff;
292
+
293
+ border:1px solid #aaa;
294
+
295
+ border-radius:6px;
296
+
297
+ }
298
+
299
+ dl.searchbox dt{
300
+
301
+ padding:3px;
302
+
303
+ }
304
+
305
+ dl.searchbox dt input{
306
+
307
+ width:70%;
308
+
309
+ height:30px;
310
+
311
+ line-height:30px;
312
+
313
+ background:none;
314
+
315
+ border:none;
316
+
317
+ }
318
+
319
+ dl.searchbox dd{
320
+
321
+ position:absolute;
322
+
323
+ top:1px;
324
+
325
+ right:1px;
326
+
327
+ width:30%;
328
+
329
+ }
330
+
331
+ .search-btn{
332
+
333
+ display:block;
334
+
335
+ background:#5fad35;
336
+
337
+ width:100%;
338
+
339
+ height:36px;
340
+
341
+ line-height:36px;
342
+
343
+ border:none;
344
+
345
+ border-radius: 0 6px 6px 0;
346
+
347
+ color:#FFF;
348
+
349
+ }
350
+
351
+
352
+
353
+ .search-btn:hover {
354
+
355
+ background:#228B22;
356
+
357
+ }
358
+
359
+
360
+
361
+ .create-btn{
362
+
363
+ margin-top: 2px;
364
+
365
+ background-color: #5fad35;
366
+
367
+ height: 36px;
368
+
369
+ border: none;
370
+
371
+ border-radius: 6px;
372
+
373
+ color: #FFF;
374
+
375
+ }
376
+
377
+
378
+
379
+ .create-btn:hover {
380
+
381
+ background: #228b22;
382
+
383
+ }
384
+
385
+
386
+
387
+ .n-circle {
388
+
389
+ position: absolute;
390
+
391
+ padding-left: 1rem;
392
+
393
+ padding-top: 0rem;
394
+
395
+ color: #efa04c;
396
+
397
+ }
398
+
399
+ .fa-bell{
400
+
401
+ color: #FFF;
402
+
403
+ margin-top: 5px;
404
+
405
+ }
406
+
407
+
408
+
409
+
402
410
 
403
411
 
404
412
 

1

情報の追記

2021/03/12 07:13

投稿

TTTTaison
TTTTaison

スコア6

test CHANGED
File without changes
test CHANGED
@@ -412,7 +412,11 @@
412
412
 
413
413
 
414
414
 
415
- webpackerとcssがごっちゃのディレクトリ構造になっているからエラーが出ているのかと思い、Webpackerへの移行を試みましたが、難しくてできませんでした。
415
+ webpackerとcssがごっちゃのディレクトリ構造になっているからエラーが出ているのかと思い、Webpackerへの移行を試みましたが、難しくてできませんでした。ファイルはこのような構造になっています。
416
+
417
+
418
+
419
+ ![ディレクトリ構造](8bc929fc071c8a62beff45e881fe7af1.png)
416
420
 
417
421
 
418
422