Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | <head> | 3 | <head> |
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | - <title></title> | 6 | + <title>Demo</title> |
| 7 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> | 7 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> |
| 8 | <link rel="stylesheet" href="{{ asset('AdminLTE/plugins/fontawesome-free/css/all.min.css') }}"> | 8 | <link rel="stylesheet" href="{{ asset('AdminLTE/plugins/fontawesome-free/css/all.min.css') }}"> |
| 9 | <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> | 9 | <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | <div class="wrapper"> | 20 | <div class="wrapper"> |
| 21 | <div class="content-wrapper position-relative"> | 21 | <div class="content-wrapper position-relative"> |
| 22 | <section class="contents"> | 22 | <section class="contents"> |
| 23 | - <div id="app" class="container mt-3"> | 23 | + <div id="app" class=""> |
| 24 | <button class="btn btn-primary" @click="$refs.pdf.click()"> | 24 | <button class="btn btn-primary" @click="$refs.pdf.click()"> |
| 25 | <i class="fas fa-upload"></i> Upload PDF | 25 | <i class="fas fa-upload"></i> Upload PDF |
| 26 | </button> | 26 | </button> | ... | ... |
-
Please register or sign in to post a comment